зеркало из https://github.com/mozilla/gecko-dev.git
Bug 476360 - some inner button margins ignore the chrome direction. r=enndeakin
This commit is contained in:
Родитель
9c12877a8f
Коммит
63351fa2e8
|
@ -67,7 +67,7 @@ button {
|
|||
}
|
||||
|
||||
.button-icon {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
}
|
||||
|
||||
.button-text {
|
||||
|
|
|
@ -57,12 +57,14 @@ button {
|
|||
}
|
||||
|
||||
.button-text {
|
||||
margin: 0 2px 0 3px !important;
|
||||
margin: 0 !important;
|
||||
-moz-margin-start: 3px !important;
|
||||
-moz-margin-end: 2px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button-icon {
|
||||
margin-left: 1px;
|
||||
-moz-margin-start: 1px;
|
||||
}
|
||||
|
||||
button[type="default"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче