From 5a2baeff8516d066b7d1bda6f03f9f57980cd1ea Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Wed, 29 Jun 2005 15:32:18 +0000 Subject: [PATCH] Bug 221824 - Winstripe should be rtl compatible, preferences.css padding fixes. patch from Reuven Gonen , r=me, a=bsmedberg. --- toolkit/themes/winstripe/global/preferences.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/toolkit/themes/winstripe/global/preferences.css b/toolkit/themes/winstripe/global/preferences.css index f5ba3d237b38..c0dea2bf002d 100644 --- a/toolkit/themes/winstripe/global/preferences.css +++ b/toolkit/themes/winstripe/global/preferences.css @@ -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; }