[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-2029-g9c78c34

Mike Homme mikehomme at users.sourceforge.net
Wed Mar 9 02:20:21 CET 2011


The branch, master has been updated
       via  9c78c34fdeaf006a516d1253f781b61b166b56e8 (commit)
       via  4ea86d7d2ddeb48c73986cb9aff8a81eaa1712fa (commit)
       via  4c34ad043c989adb779ae5097942d45995080a2b (commit)
      from  689ed6e6339773aa97685b8d49387b1042ce347a (commit)


- Log -----------------------------------------------------------------
commit 9c78c34fdeaf006a516d1253f781b61b166b56e8
Author: Mike Hommé <mike at globalcode.org>
Date:   Tue Mar 8 20:19:16 2011 -0500

    Updated background color from #333 (dark bg on dark text) to #f3f3f3 (light bg with dark text) to fix.

commit 4ea86d7d2ddeb48c73986cb9aff8a81eaa1712fa
Author: Mike Hommé <mike at globalcode.org>
Date:   Tue Mar 8 20:16:53 2011 -0500

    Updated padding on navigation icons to fit on one row when Exit icon showing. Changed "marked" style to be the same gray as hover instead of orange color.

commit 4c34ad043c989adb779ae5097942d45995080a2b
Author: Mike Hommé <mike at globalcode.org>
Date:   Tue Mar 8 20:14:35 2011 -0500

    Updated logout icon

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

Summary of changes:
 themes/pmahomme/css/theme_left.css.php  |    4 ++--
 themes/pmahomme/css/theme_right.css.php |    2 +-
 themes/pmahomme/img/s_loggoff.png       |  Bin 204 -> 688 bytes
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
index ac0474e..5125163 100644
--- a/themes/pmahomme/css/theme_left.css.php
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -136,7 +136,7 @@ div#leftframelinks .icon {
 
 div#reloadlink a img,
 div#leftframelinks a img.icon {
-    margin:             10px 10px 0 0;
+    margin:             10px 2px 0 0;
     padding:            0.2em;
     border:             0px;
 }
@@ -201,7 +201,7 @@ background:url(./themes/pmahomme/img/input_bg.gif);
 /* marked items */
 div#left_tableList > ul li.marked > a,
 div#left_tableList > ul li.marked {
-    background: #e4e4e4;;
+    background: #e4e4e4;
     color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
 }
 <?php } ?>
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 519dd90..21a0bfc 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -113,7 +113,7 @@ dfn:hover {
 th {
     font-weight:        bold;
     color:              <?php echo $GLOBALS['cfg']['ThColor']; ?>;
-    background:         #333;
+    background:         #f3f3f3;
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
     background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
diff --git a/themes/pmahomme/img/s_loggoff.png b/themes/pmahomme/img/s_loggoff.png
index 17c297f..2541d2b 100644
Binary files a/themes/pmahomme/img/s_loggoff.png and b/themes/pmahomme/img/s_loggoff.png differ


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list