bug #3426836 [interface] Visual column separation

This commit is contained in:
Marc Delisle
2011-11-02 07:33:01 -04:00
parent e2cb83aa24
commit 0b24e69435
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
- bug #3427256 [interface] no links to browse/empty views and tables - bug #3427256 [interface] no links to browse/empty views and tables
- bug #3430377 [interface] Deleted search results remain visible - bug #3430377 [interface] Deleted search results remain visible
- bug #3428627 [import] ODS import ignores memory limits - bug #3428627 [import] ODS import ignores memory limits
- bug #3426836 [interface] Visual column separation
3.4.7.0 (2011-10-23) 3.4.7.0 (2011-10-23)
- bug #3418610 [interface] Links in navigation when $cfg['MainPageIconic'] = false - bug #3418610 [interface] Links in navigation when $cfg['MainPageIconic'] = false

View File

@@ -65,7 +65,10 @@ h2 a img{display:inline;}
.data{ .data{
margin: 0 0 12px 0; margin: 0 0 12px 0;
}
#table_results td.data {
border-right: 1px solid #444444;
} }
h3 { h3 {
@@ -372,9 +375,10 @@ table tr.odd th,
} }
/* even items 2,4,6,8,... */ /* even items 2,4,6,8,... */
/* (tested on CRTs and ACLs) */
table tr.even th, table tr.even th,
.even { .even {
background: #f3f3f3; background: #DFDFDF;
} }
/* odd table rows 1,3,5,7,... */ /* odd table rows 1,3,5,7,... */