Force <button> to be displayed inline.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-04-28 Michal Cihar <michal@cihar.com>
|
||||||
|
* css/phpmyadmin.css.php: Force <button> to be displayed inline.
|
||||||
|
|
||||||
2004-04-28 Garvin Hicking <pma@supergarv.de>
|
2004-04-28 Garvin Hicking <pma@supergarv.de>
|
||||||
* left.php, libraries/left.js: Fixed unneeded spacing between items
|
* left.php, libraries/left.js: Fixed unneeded spacing between items
|
||||||
and wrong collapsion in nested mode (Bug #943140). Removed
|
and wrong collapsion in nested mode (Bug #943140). Removed
|
||||||
|
@@ -302,3 +302,8 @@ ul.main li {
|
|||||||
list-style-image: url(../images/item_<?php echo $text_dir; ?>.png);
|
list-style-image: url(../images/item_<?php echo $text_dir; ?>.png);
|
||||||
padding-bottom: 0.1em;
|
padding-bottom: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
/* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user