display bug in FF with tabs in querywindow
This commit is contained in:
@@ -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.
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user