95190 - buttons too tall, r=blake, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-08-21 02:59:14 +00:00
Родитель ef049af695
Коммит 5bdc8f9a2d
4 изменённых файлов: 8 добавлений и 6 удалений

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

@ -135,6 +135,10 @@ button {
padding : 0px 3px; padding : 0px 3px;
} }
.button-text {
margin: 0px !important;
}
.button-image-right { .button-image-right {
background: url(chrome://global/skin/button-normal-right.gif) no-repeat; background: url(chrome://global/skin/button-normal-right.gif) no-repeat;
width : 4px; width : 4px;

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

@ -15,6 +15,7 @@
} }
.button-text { .button-text {
margin: 0px !important;
text-align: center; text-align: center;
} }

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

@ -48,10 +48,7 @@ button {
} }
.button-text-mid { .button-text-mid {
margin-left: 3px; margin: 0px 3px !important;
margin-right: 3px;
margin-top: 0px;
margin-bottom: 0px;
text-align: center; text-align: center;
} }

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

@ -332,11 +332,11 @@
font-weight: bold; font-weight: bold;
} }
#search-button > .button-stack > .button-text-box { #search-button > .box-inherit > .button-stack > .button-text-box {
padding: 2px 0px; padding: 2px 0px;
} }
#search-button > .button-stack > .button-text-box > .button-text-mid { #search-button > .box-inherit > .button-stack > .button-text-box > .button-text-mid {
margin-right: 0px; margin-right: 0px;
} }