issue #386 - account and channel bulk edit checkboxes not visible and therefore not useable. Also change wording to remove the offensive 'user' designation.

This commit is contained in:
redmatrix
2015-08-16 19:52:25 -07:00
parent b3b566c907
commit 631eb4b2c2
3 changed files with 15 additions and 10 deletions

View File

@@ -61,7 +61,12 @@
#adminpage table tr:hover { background-color: #bbc7d7; }
#adminpage .selectall { text-align: right; }
.checkbox {
width: 1.2em;
height: 1.2em;
}
.channels_ckbx, .pending_ckbx, .users_ckbx {
margin-top: -5px !important;
margin-top: 0px !important;
margin-left: 0px !important;
}