diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-16 19:52:25 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-16 19:52:25 -0700 |
commit | 631eb4b2c213cf612e97f6a90ff1dbf1352eadad (patch) | |
tree | 410af8c7fab34d5b17e22087c0bcedd91578d6e4 /view/css | |
parent | b3b566c907f3e48d0522fcd75c0a9ee9f988030c (diff) | |
download | volse-hubzilla-631eb4b2c213cf612e97f6a90ff1dbf1352eadad.tar.gz volse-hubzilla-631eb4b2c213cf612e97f6a90ff1dbf1352eadad.tar.bz2 volse-hubzilla-631eb4b2c213cf612e97f6a90ff1dbf1352eadad.zip |
issue #386 - account and channel bulk edit checkboxes not visible and therefore not useable. Also change wording to remove the offensive 'user' designation.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_admin.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; } |