From 10a4ec1fba6b1858a0e30d7e1dc4e7869a43b6b4 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 2 Mar 2011 21:25:56 +0530 Subject: [PATCH] Updated CSS styles related to inline edit mode for the new theme pmahomme. --- themes/pmahomme/css/theme_right.css.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 67309328b..cb5f3d802 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -305,6 +305,13 @@ fieldset.tblFooters { border-radius: 0 0 4px 5px; } +div.null_div { + height: 20px; + text-align: center; + font-style:normal; + min-width:50px; +} + fieldset .formelement { float: ; margin-: 0.5em; @@ -381,6 +388,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;