Bug 221824 - themes should be RTL compatible. regressions fix. r=steffen/kmgerich

This commit is contained in:
mozilla.mano@sent.com 2007-11-06 21:09:31 -08:00
parent f5d90cede2
commit 02c9279b05

View File

@ -206,32 +206,40 @@ filefield[disabled="true"] .fileFieldIcon {
#extensionField {
color: GrayText;
font-weight: bold;
}
#ChangeActionDialog { padding: 0px;
}
#ChangeActionDialog .dialog-button-box {
#ChangeActionDialog {
padding: 0px;
}
#ChangeActionDialog .dialog-button-box {
padding-top: 8px;
padding-bottom: 10px;
-moz-padding-start: 8px;
-moz-padding-end: 10px; }
#changeActionHeader {
-moz-padding-end: 10px;
}
#changeActionHeader {
border-bottom: 2px groove ThreeDFace;
margin: 0px;
padding: 10px;
background-color: -moz-Field;
color: -moz-FieldText;
}
#changeActionContent {
#changeActionContent {
padding-top: 8px;
padding-bottom: 10px
-moz-padding-start: 9px;
-moz-padding-end: 10px;
}
#defaultAppIcon {
width: 16px; height: 16px;
-moz-margin-start: 2px; }
#defaultAppIcon {
width: 16px;
height: 16px;
-moz-margin-start: 2px;
}
#defaultAppName {
-moz-margin-start: 6px !important;
font-weight: bold;
}
}