X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fglobal%2Fcheckbox.css;fp=EarlyBlue%2Fskin%2FEarlyBlue%2Fglobal%2Fcheckbox.css;h=1c4ed40818cad682cb36e8500251a276fc2ef005;hb=e12e6531a1736b5935acff69c310b8b4c76a229a;hp=17ec7cb7ba2229d549e90b1f55a8cad10e1a45ac;hpb=07df357289c2ff99890899619d3ee5b896ca4215;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/global/checkbox.css b/EarlyBlue/skin/EarlyBlue/global/checkbox.css index 17ec7cb7..1c4ed408 100644 --- a/EarlyBlue/skin/EarlyBlue/global/checkbox.css +++ b/EarlyBlue/skin/EarlyBlue/global/checkbox.css @@ -50,7 +50,7 @@ { border : 1px inset #CCD0DD; background-color : transparent; - margin : 2px 2px 0px 0px; + margin : 0px 0px 0px 0px; width : 10px; height : 10px; -moz-user-focus : ignore; @@ -65,16 +65,18 @@ { border : none; padding : 1px; - width : 10px; - height : 10px; + width : 9px; + height : 9px; } /* ensure that no list-style-image is inherited in from the Outside */ .checkbox-check { list-style-image : none; - width: 8px; - height: 8px; + min-width : 8px; + min-height : 8px; + width : 8px; + height : 8px; } .checkbox-check[checked="true"] @@ -125,3 +127,4 @@ -moz-user-focus : none; padding : 0px; } +