зеркало из https://github.com/mozilla/pjs.git
95190 - buttons too tall, r=blake, sr=hyatt
This commit is contained in:
Родитель
ef049af695
Коммит
5bdc8f9a2d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче