Hacked default titledbutton style to center text and icon.

This commit is contained in:
hangas%netscape.com 1999-09-21 05:14:49 +00:00
Родитель 4d30609dfd
Коммит 531f66367a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -525,6 +525,8 @@ titledbutton[default] {
/* border-color: black; */
font-weight: bold;
list-style-image: url("chrome://global/skin/return.gif");
/* FIX ME - temporary workaround to offset the lack of a way to align text and image */
padding-right: 2em;
}
titledbutton:active:-moz-outline {