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

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

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

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

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

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

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

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

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

@ -332,11 +332,11 @@
font-weight: bold;
}
#search-button > .button-stack > .button-text-box {
#search-button > .box-inherit > .button-stack > .button-text-box {
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;
}