X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fskin%2FLCARStrek%2Fglobal%2Fradio.css;h=d925f2ea0a8ab8dbb0c663a56269b96af1dd3ac7;hp=c56198c4c392d2aa7f0ceaabacf96afbf24a4c73;hb=4d40617b00379c78cccc09a92c2bf57a8c93dae0;hpb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209 diff --git a/LCARStrek/skin/LCARStrek/global/radio.css b/LCARStrek/skin/LCARStrek/global/radio.css index c56198c4..d925f2ea 100644 --- a/LCARStrek/skin/LCARStrek/global/radio.css +++ b/LCARStrek/skin/LCARStrek/global/radio.css @@ -12,8 +12,9 @@ border : 1px solid #FF9F00; -moz-border-radius : 50%; margin : 0px 2px 0px 0px; - width : 11px; - height : 11px; + padding : 1px; + width : 10px; + height : 10px; } .radio-checkmark-box-1[disabled="true"] @@ -24,9 +25,11 @@ .radio-checkmark-box-2 { -moz-border-radius : 50%; - padding : 2px; - width : 10px; - height : 10px; + padding : 1px; + width : 8px; + height : 8px; + min-width : 8px; + min-height : 8px; } /* ensure that no list-style-image is inherited in from the Outside */ @@ -35,12 +38,12 @@ list-style-image : none; } - .radio-check[checked="true"] + .radio-check[selected="true"] { list-style-image : url(chrome://global/skin/check-radio.gif); } - .radio-check[checked="true"][disabled="true"] + .radio-check[selected="true"][disabled="true"] { list-style-image : url(chrome://global/skin/check-radio-disabled.gif); } @@ -90,8 +93,4 @@ .radio-internal-box { -moz-user-focus : ignore; - } - - - - + }