display bug in FF with tabs in querywindow

This commit is contained in:
Sebastian Mendel
2005-10-12 11:22:34 +00:00
parent 9df9bcd23a
commit 0b808fb553
2 changed files with 8 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ $Source$
revert icon size to fixed width and height
* libraries/session.inc.php:
dont use 6-bit chars on windows
* css/phpmyadmin.css.php:
display bug in FF with tabs in querywindow
2005-10-12 Michal Čihař <michal@cihar.com>
* libraries/get_foreign.lib.php: Fix paging.

View File

@@ -144,7 +144,6 @@ div[id=queryfieldscontainer] {
border: 1px solid transparent;
}
div#sqlquerycontainer {
float: left;
width: 69%;
@@ -246,6 +245,12 @@ textarea { overflow: auto; }
.nospace { margin: 0; padding: 0; }
/* topmenu */
/* Gecko bug */
#topmenucontainer {
border: 1px solid <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
}
ul#topmenu {
font-weight: bold;
list-style-type: none;