From 631eb4b2c213cf612e97f6a90ff1dbf1352eadad Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 16 Aug 2015 19:52:25 -0700 Subject: issue #386 - account and channel bulk edit checkboxes not visible and therefore not useable. Also change wording to remove the offensive 'user' designation. --- view/css/mod_admin.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css index f052175bb..9a7cb4bb3 100644 --- a/view/css/mod_admin.css +++ b/view/css/mod_admin.css @@ -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; } -- cgit v1.2.3