Bug 221824 - Winstripe should be rtl compatible, preferences.css padding fixes. patch from Reuven Gonen <linxspider@gmail.com>, r=me, a=bsmedberg.

This commit is contained in:
mozilla.mano%sent.com 2005-06-29 15:32:18 +00:00
Родитель 660f99eeba
Коммит 5a2baeff85
1 изменённых файлов: 10 добавлений и 4 удалений

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

@ -47,11 +47,17 @@ prefwindow {
}
prefpane {
padding: 8px 10px 10px 8px;
padding-top: 8px;
padding-bottom: 10px;
-moz-padding-start: 8px;
-moz-padding-end: 10px;
}
prefwindow[type="child"] {
padding: 8px 10px 10px 8px;
padding-top: 8px;
padding-bottom: 10px;
-moz-padding-start: 8px;
-moz-padding-end: 10px;
}
prefwindow[type="child"] > prefpane {
@ -60,7 +66,7 @@ prefwindow[type="child"] > prefpane {
.prefWindow-dlgbuttons {
padding-bottom: 10px;
padding-right: 10px;
-moz-padding-end: 10px;
}
prefwindow[type="child"] .prefWindow-dlgbuttons {
@ -77,7 +83,7 @@ radio[pane] {
.paneSelector {
border-bottom: 2px groove ThreeDFace;
margin: 0px;
padding-left: 10px;
-moz-padding-start: 10px;
background-color: -moz-Field;
color: -moz-FieldText;
}