Make grid checkbox center-aligned within their column.
This commit is contained in:
parent
747471b08a
commit
f3b7781105
|
@ -173,6 +173,10 @@
|
|||
background-color: #daa;
|
||||
}
|
||||
|
||||
.newgrid tbody td.checkbox {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/******************************
|
||||
* main actions
|
||||
|
|
Loading…
Reference in a new issue