From: Robert Kaiser Date: Fri, 1 Oct 2010 11:40:10 +0000 (+0200) Subject: update editor in both themes to be OK with a manual diff check X-Git-Tag: LCARStrek-2.1b1~4 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=ff196f68da116146b214a80e24df123eeccb4a61 update editor in both themes to be OK with a manual diff check --- diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index d3873322..56b1baea 100644 --- a/LCARStrek/editor/EditorDialog.css +++ b/LCARStrek/editor/EditorDialog.css @@ -131,20 +131,6 @@ min-height: 50px; } -/* These two should be the width of the checkbox and radio button images + margin + padding - Used to indent below those to the level of the text label next to image -*/ - -.checkbox-spacer { - width: 16px; - min-width: 16px; -} - -.radio-spacer { - width: 16px; - min-width: 16px; -} - /* ::::: table properties dialog ::::: */ #MoreFewerButton[more="0"] { @@ -220,6 +206,20 @@ min-height: 10px; } +/* These two should be the width of the checkbox and radio button images + margin + padding + Used to indent below those to the level of the text label next to image +*/ + +.checkbox-spacer { + width: 16px; + min-width: 16px; +} + +.radio-spacer { + width: 16px; + min-width: 16px; +} + .align-menu > .menu-iconic-left > .menu-iconic-icon { height: auto; width: auto;