From e12e6531a1736b5935acff69c310b8b4c76a229a Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 21 Nov 2001 17:41:40 +0000 Subject: [PATCH] cosmetic changes --- EarlyBlue/skin/EarlyBlue/global/checkbox.css | 13 ++++++++----- EarlyBlue/skin/EarlyBlue/global/progressmeter.css | 2 ++ 2 files changed, 10 insertions(+), 5 deletions(-) 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; } + diff --git a/EarlyBlue/skin/EarlyBlue/global/progressmeter.css b/EarlyBlue/skin/EarlyBlue/global/progressmeter.css index 1553dc5b..fe9eaf63 100644 --- a/EarlyBlue/skin/EarlyBlue/global/progressmeter.css +++ b/EarlyBlue/skin/EarlyBlue/global/progressmeter.css @@ -54,6 +54,7 @@ progressmeter { min-width : 100px; + min-height : 16px; border : 1px inset #CCD0DD; background-color : #999999; } @@ -95,3 +96,4 @@ { background-color : #6699CC; } + -- 2.35.3