More CSS styles for 'null' checkbox in inline edit mode.
This commit is contained in:
@@ -176,6 +176,13 @@ fieldset.tblFooters {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.null_div {
|
||||||
|
height: 20px;
|
||||||
|
text-align: center;
|
||||||
|
font-style:normal;
|
||||||
|
min-width:60px;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset .formelement {
|
fieldset .formelement {
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
margin-<?php echo $right; ?>: 0.5em;
|
margin-<?php echo $right; ?>: 0.5em;
|
||||||
@@ -260,6 +267,14 @@ th.condition {
|
|||||||
border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
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 {
|
table .value {
|
||||||
text-align: <?php echo $right; ?>;
|
text-align: <?php echo $right; ?>;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
@@ -163,6 +163,7 @@ div.null_div {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style:normal;
|
font-style:normal;
|
||||||
|
min-width:50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset .formelement {
|
fieldset .formelement {
|
||||||
|
Reference in New Issue
Block a user