[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15894-g8214176

Michal Čihař nijel at users.sourceforge.net
Fri Aug 19 13:43:00 CEST 2011


The branch, master has been updated
       via  8214176078993523ff967538d9a4130fc68b637d (commit)
       via  aaf92da021e9ce68d91d023e407aa85a2378be96 (commit)
       via  d77ee8191650ab47e5ddeffd4c81e51969da0aac (commit)
      from  1fa197752bea2661a25431c9d2d3eccaa72aedef (commit)


- Log -----------------------------------------------------------------
commit 8214176078993523ff967538d9a4130fc68b637d
Author: Michal Čihař <michal at cihar.com>
Date:   Fri Aug 19 13:42:33 2011 +0200

    Remove tabs

commit aaf92da021e9ce68d91d023e407aa85a2378be96
Author: Michal Čihař <michal at cihar.com>
Date:   Fri Aug 19 13:42:24 2011 +0200

    Fix indentation

commit d77ee8191650ab47e5ddeffd4c81e51969da0aac
Author: Michal Čihař <michal at cihar.com>
Date:   Fri Aug 19 13:41:44 2011 +0200

    Fix syntax errors

-----------------------------------------------------------------------

Summary of changes:
 themes/pmahomme/css/theme_right.css.php |   74 +++++++++++++++---------------
 1 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index ae18677..6109d89 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1462,7 +1462,7 @@ div#queryAnalyzerDialog div.CodeMirror-scroll {
 }
 
 div#queryAnalyzerDialog div#queryProfiling {
-	height: 250px;
+    height: 250px;
 }
 
 div#queryAnalyzerDialog td.explain {
@@ -1470,9 +1470,9 @@ div#queryAnalyzerDialog td.explain {
 }
 
 div#queryAnalyzerDialog table.queryNums {
-	display: none;
-	border:0;
-	text-align:left;
+    display: none;
+    border:0;
+    text-align:left;
 }
 
 .smallIndent {
@@ -3375,49 +3375,49 @@ a.M_butt:hover {
 }
 
 .panel {
-position: fixed;
-top: 50px;
-right: 0;
-display: none;
-background: #FFF;
-border:1px solid #F5F5F5;
-width: 350 px;
-height: auto;
-padding: 30px 170px 30px 30px;
-color:#FFF;
-z-index:99;
+    position: fixed;
+    top: 50px;
+    right: 0;
+    display: none;
+    background: #FFF;
+    border:1px solid #F5F5F5;
+    width: 350 px;
+    height: auto;
+    padding: 30px 170px 30px 30px;
+    color:#FFF;
+    z-index:99;
 }
 
 a.trigger{
-position: fixed;
-text-decoration: none;
-top: 60px; right: 0;
-color:#fff;
-padding: 10px 40px 10px 15px;
-background:#333333 url(images/plus.png) 85% 55% no-repeat;
-border:1px solid #444444;
-display: block;
+    position: fixed;
+    text-decoration: none;
+    top: 60px; right: 0;
+    color:#fff;
+    padding: 10px 40px 10px 15px;
+    background:#333333 url(images/plus.png) 85% 55% no-repeat;
+    border:1px solid #444444;
+    display: block;
 }
 
 a.trigger:hover{
-position: fixed;
-text-decoration: none;
-top: 60px; right: 0;
-color:#080808;
-padding: 10px 40px 10px 15px;
-background:#fff696 url(images/plus.png) 85% 55% no-repeat;
-border:1px solid #999;
-display: block;
+    position: fixed;
+    text-decoration: none;
+    top: 60px; right: 0;
+    color:#080808;
+    padding: 10px 40px 10px 15px;
+    background:#fff696 url(images/plus.png) 85% 55% no-repeat;
+    border:1px solid #999;
+    display: block;
 }
 
 a.active.trigger {
-background:#222222 url(images/minus.png) 85% 55% no-repeat;
-z-index:999;
+    background:#222222 url(images/minus.png) 85% 55% no-repeat;
+    z-index:999;
 }
 
 a.active.trigger:hover {
-background:#fff696 url(images/minus.png) 85% 55% no-repeat;
-z-index:999;
+    background:#fff696 url(images/minus.png) 85% 55% no-repeat;
+    z-index:999;
 }
 
 h2.tiger{
@@ -3520,7 +3520,7 @@ h2.active {
     left-padding:8px;
     margin:0;
     border-bottom:4px solid #3CF;
-    background-color: #D0DCE0; //#09c;
+    background-color: #D0DCE0;
     color:black;
     font-weight:bold;
     padding-left: 2px;
@@ -3528,7 +3528,7 @@ h2.active {
 }
 
 #tblfooter {
-    background-color: D3DCE3;
+    background-color: #D3DCE3;
     float: right;
     padding-top:10px;
     color: black;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list