From f6285413d78cbedfa0503d037240dacf2ee9fe16 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 20 Feb 2011 21:49:40 +0530 Subject: [PATCH] More CSS styles for 'null' checkbox in inline edit mode. --- themes/darkblue_orange/css/theme_right.css.php | 15 +++++++++++++++ themes/original/css/theme_right.css.php | 1 + 2 files changed, 16 insertions(+) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index f364a3cc22..837354bd81 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -176,6 +176,13 @@ fieldset.tblFooters { clear: both; } +div.null_div { + height: 20px; + text-align: center; + font-style:normal; + min-width:60px; +} + fieldset .formelement { float: ; margin-: 0.5em; @@ -260,6 +267,14 @@ th.condition { border: 1px solid ; } +/** + * cells with the value NULL + */ +td.null { + font-style: italic; + text-align: ; +} + table .value { text-align: ; white-space: normal; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index b1bc75310e..73ec5f8c08 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -163,6 +163,7 @@ div.null_div { height: 20px; text-align: center; font-style:normal; + min-width:50px; } fieldset .formelement { -- 2.11.4.GIT