From ff196f68da116146b214a80e24df123eeccb4a61 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 1 Oct 2010 13:40:10 +0200 Subject: [PATCH] update editor in both themes to be OK with a manual diff check --- LCARStrek/editor/EditorDialog.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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; -- 2.35.3