From 0b808fb553b8c966aa09e2a745dffa86ab08d55d Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 12 Oct 2005 11:22:34 +0000 Subject: [PATCH] display bug in FF with tabs in querywindow --- ChangeLog | 2 ++ css/phpmyadmin.css.php | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f2c8d013..ccf4aeeb6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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ř * libraries/get_foreign.lib.php: Fix paging. diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index bd5c60584..757d303e6 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -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 ; +} + ul#topmenu { font-weight: bold; list-style-type: none;