[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_7-10-g0b24e69

Marc Delisle lem9 at users.sourceforge.net
Wed Nov 2 12:49:46 CET 2011


The branch, QA_3_4 has been updated
       via  0b24e6943505fad97e7fba3263bf863cdb7c01dd (commit)
      from  e2cb83aa24e1b750af2a4f83cfdfa9cab043988b (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

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

diff --git a/ChangeLog b/ChangeLog
index f852519..8a3bba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
 - bug #3427256 [interface] no links to browse/empty views and tables
 - bug #3430377 [interface] Deleted search results remain visible
 - bug #3428627 [import] ODS import ignores memory limits
+- bug #3426836 [interface] Visual column separation
 
 3.4.7.0 (2011-10-23)
 - bug #3418610 [interface] Links in navigation when $cfg['MainPageIconic'] = false
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index fba2f23..048791a 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -65,7 +65,10 @@ h2 a img{display:inline;}
 
 .data{
 margin: 0 0 12px 0;
+}
 
+#table_results td.data {
+border-right: 1px solid #444444;
 }
 
 h3 {
@@ -372,9 +375,10 @@ table tr.odd th,
 }
 
 /* even items 2,4,6,8,... */
+/* (tested on CRTs and ACLs) */
 table tr.even th,
 .even {
-    background: #f3f3f3;
+    background: #DFDFDF;
 }
 
 /* odd table rows 1,3,5,7,... */


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list