make null format look nice by default
This commit is contained in:
parent
b253629a76
commit
9bacb2c51f
@ -19,6 +19,11 @@ body {
|
|||||||
padding: 14px 24px;
|
padding: 14px 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.not-set {
|
||||||
|
color: #c55;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
/* add sorting icons to gridview sort links */
|
/* add sorting icons to gridview sort links */
|
||||||
a.asc:after, a.desc:after {
|
a.asc:after, a.desc:after {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user