patch #1893538 [GUI] Display issues on Opera 9.50

This commit is contained in:
Marc Delisle
2008-02-15 17:55:27 +00:00
parent 6f00ea02d3
commit 44d92273e6
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #1884911 [GUI] Space usage
- bug #1863326 [GUI] Wrong error message / no edit (Suhosin)
- bug #1887204 [GUI] Order columns in result list messing up query
- patch #1893538 [GUI] Display issues on Opera 9.50,
thanks to Jürgen Wind - windkiel
2.11.4.0 (2008-01-12)
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE

View File

@@ -108,6 +108,7 @@ fieldset legend {
background-color: transparent;
font-weight: bold;
color: #444444;
background: <?php echo 'OPERA' != PMA_USR_BROWSER_AGENT ? 'transparent' : $GLOBALS['cfg']['BgOne']; ?>;
}
/* buttons in some browsers (eg. Konqueror) are block elements,