Bug 476360 - some inner button margins ignore the chrome direction. r=enndeakin

This commit is contained in:
Dão Gottwald 2009-02-09 21:06:41 +01:00
Родитель 9c12877a8f
Коммит 63351fa2e8
2 изменённых файлов: 5 добавлений и 3 удалений

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

@ -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"] {