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
|
revert icon size to fixed width and height
|
||||||
* libraries/session.inc.php:
|
* libraries/session.inc.php:
|
||||||
dont use 6-bit chars on windows
|
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>
|
2005-10-12 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/get_foreign.lib.php: Fix paging.
|
* libraries/get_foreign.lib.php: Fix paging.
|
||||||
|
@@ -144,7 +144,6 @@ div[id=queryfieldscontainer] {
|
|||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div#sqlquerycontainer {
|
div#sqlquerycontainer {
|
||||||
float: left;
|
float: left;
|
||||||
width: 69%;
|
width: 69%;
|
||||||
@@ -246,6 +245,12 @@ textarea { overflow: auto; }
|
|||||||
.nospace { margin: 0; padding: 0; }
|
.nospace { margin: 0; padding: 0; }
|
||||||
|
|
||||||
/* topmenu */
|
/* topmenu */
|
||||||
|
|
||||||
|
/* Gecko bug */
|
||||||
|
#topmenucontainer {
|
||||||
|
border: 1px solid <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
|
||||||
|
}
|
||||||
|
|
||||||
ul#topmenu {
|
ul#topmenu {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Reference in New Issue
Block a user