Merge remote-tracking branch 'origin/master'

This commit is contained in:
Pootle server 2011-11-02 14:40:12 +01:00
commit afa28372ef
2 changed files with 7 additions and 2 deletions

View File

@ -62,6 +62,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

View File

@ -57,7 +57,6 @@ h2 {
h2 img{display:none;}
h2 a img{display:inline;}
.data,
.data_full_width {
margin: 0 0 12px 0;
@ -67,6 +66,10 @@ h2 a img{display:inline;}
width: 100%;
}
#table_results td.data {
border-right: 1px solid #444444;
}
h3 {
font-weight: bold;
}
@ -367,9 +370,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;
<?php echo $_SESSION['PMA_Theme']->getCssIEClearFilter(); ?>
}