More CSS styles for 'null' checkbox in inline edit mode.
This commit is contained in:
@@ -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;
|
||||
|
@@ -163,6 +163,7 @@ div.null_div {
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
font-style:normal;
|
||||
min-width:50px;
|
||||
}
|
||||
|
||||
fieldset .formelement {
|
||||
|
Reference in New Issue
Block a user