diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index f364a3cc2..837354bd8 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 b1bc75310..73ec5f8c0 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 {