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/theme | |
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/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 046d8471b..702c7238e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2293,6 +2293,6 @@ nav .badge.mail-update:hover { background-color: #337AB7; } -.channels_ckbx, .pending_ckbx, .users_ckbx { +/*.channels_ckbx, .pending_ckbx, .users_ckbx { margin-top: -5px !important; -} +}*/ |