diff --git a/toolkit/themes/pinstripe/global/checkbox.css b/toolkit/themes/pinstripe/global/checkbox.css index cc7022a23778..d2f4268b9944 100644 --- a/toolkit/themes/pinstripe/global/checkbox.css +++ b/toolkit/themes/pinstripe/global/checkbox.css @@ -46,7 +46,7 @@ checkbox { -moz-appearance: checkbox-container; -moz-box-align: center; - margin: 2px 2px 4px; + margin: 2px 2px 4px 2px; } .checkbox-label-box { @@ -73,12 +73,9 @@ checkbox[disabled="true"] { .checkbox-check { -moz-appearance: checkbox; - margin: 0 1px; - /* vertical-align tells native theming where to snap to. However, this doesn't - * always work reliably because of bug 503833. */ - vertical-align: top; - width: 1.3em; - height: 1.3em; + margin: 1px; + width: 16px; + height: 16px; } diff --git a/toolkit/themes/pinstripe/global/radio.css b/toolkit/themes/pinstripe/global/radio.css index 16038fed40f2..300d78a0db62 100644 --- a/toolkit/themes/pinstripe/global/radio.css +++ b/toolkit/themes/pinstripe/global/radio.css @@ -50,7 +50,7 @@ radiogroup { radio { -moz-appearance: radio-container; -moz-box-align: center; - margin: 2px 2px 4px; + margin: 2px 2px 2px 2px; -moz-user-focus: ignore; } @@ -78,10 +78,6 @@ radio[disabled="true"] { .radio-check, .radio-check-box1 { -moz-appearance: radio; - margin: -1px 1px 1px; - /* vertical-align tells native theming where to snap to. However, this doesn't - * always work reliably because of bug 503833. */ - vertical-align: bottom; - width: 1.3em; - height: 1.3em; + width: 16px; + height: 16px; } diff --git a/toolkit/themes/pinstripe/reftests/checkboxsize-ref.xul b/toolkit/themes/pinstripe/reftests/checkboxsize-ref.xul deleted file mode 100644 index 44f37b779183..000000000000 --- a/toolkit/themes/pinstripe/reftests/checkboxsize-ref.xul +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/toolkit/themes/pinstripe/reftests/checkboxsize.xul b/toolkit/themes/pinstripe/reftests/checkboxsize.xul deleted file mode 100644 index 55429ef8f812..000000000000 --- a/toolkit/themes/pinstripe/reftests/checkboxsize.xul +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/toolkit/themes/pinstripe/reftests/radiosize-ref.xul b/toolkit/themes/pinstripe/reftests/radiosize-ref.xul deleted file mode 100644 index 0f71ad56c8a7..000000000000 --- a/toolkit/themes/pinstripe/reftests/radiosize-ref.xul +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/toolkit/themes/pinstripe/reftests/radiosize.xul b/toolkit/themes/pinstripe/reftests/radiosize.xul deleted file mode 100644 index 44f735db07fc..000000000000 --- a/toolkit/themes/pinstripe/reftests/radiosize.xul +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/toolkit/themes/pinstripe/reftests/reftest.list b/toolkit/themes/pinstripe/reftests/reftest.list index 90072fda9932..41c9ff1e2e0d 100644 --- a/toolkit/themes/pinstripe/reftests/reftest.list +++ b/toolkit/themes/pinstripe/reftests/reftest.list @@ -1,3 +1 @@ skip-if(MOZ_WIDGET_TOOLKIT!="cocoa") == 482681.xul 482681-ref.xul -skip-if(MOZ_WIDGET_TOOLKIT!="cocoa") == radiosize.xul radiosize-ref.xul -skip-if(MOZ_WIDGET_TOOLKIT!="cocoa") == checkboxsize.xul checkboxsize-ref.xul