commit 631eb4b broke the checkboxes in admin/site, so separate normal checkboxes from bulk edit checkboxes in the css

This commit is contained in:
redmatrix
2015-08-17 16:11:10 -07:00
parent 631eb4b2c2
commit 98eeff7538
4 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@
#adminpage table tr:hover { background-color: #bbc7d7; }
#adminpage .selectall { text-align: right; }
.checkbox {
.checkbox_bulkedit {
width: 1.2em;
height: 1.2em;
}