More CSS styles for 'null' checkbox in inline edit mode.

This commit is contained in:
Madhura Jayaratne
2011-02-20 21:49:40 +05:30
parent 23f897f34f
commit f6285413d7
2 changed files with 16 additions and 0 deletions

View File

@@ -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: <?php echo $left; ?>;
margin-<?php echo $right; ?>: 0.5em;
@@ -260,6 +267,14 @@ th.condition {
border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
}
/**
* cells with the value NULL
*/
td.null {
font-style: italic;
text-align: <?php echo $right; ?>;
}
table .value {
text-align: <?php echo $right; ?>;
white-space: normal;

View File

@@ -163,6 +163,7 @@ div.null_div {
height: 20px;
text-align: center;
font-style:normal;
min-width:50px;
}
fieldset .formelement {