diff options
author | friendica <info@friendica.com> | 2015-03-09 20:40:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-09 20:40:02 -0700 |
commit | 4237e8052e938d22cafd81dd2a37cf1bfd511fac (patch) | |
tree | 1b4a8d3af62e7efa08be2d49e67c8a4295d29789 /view/theme/redbasic/css | |
parent | b2e33435f7bae18b3df75ce098d8c96ca2371a53 (diff) | |
download | volse-hubzilla-4237e8052e938d22cafd81dd2a37cf1bfd511fac.tar.gz volse-hubzilla-4237e8052e938d22cafd81dd2a37cf1bfd511fac.tar.bz2 volse-hubzilla-4237e8052e938d22cafd81dd2a37cf1bfd511fac.zip |
buttons for admin_accounts + admin_channels
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e7ccfd19a..da75cf3f8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2358,3 +2358,7 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { right: 0px; background-color: #337AB7; } + +.channels_ckbx, .pending_ckbx, .users_ckbx { + margin-top: -5px !important; +} |