diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-05 14:40:35 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-05 14:41:55 +0200 |
commit | 54d55fb62fd9a69c77ce9313ccec432faa8395e7 (patch) | |
tree | f1f02c4dce845c2a05a4812ca85105f2006a4ef5 /view | |
parent | af7a3fc2ea9016e1ac0b6f4e561affc2a17ecb3d (diff) | |
download | volse-hubzilla-54d55fb62fd9a69c77ce9313ccec432faa8395e7.tar.gz volse-hubzilla-54d55fb62fd9a69c77ce9313ccec432faa8395e7.tar.bz2 volse-hubzilla-54d55fb62fd9a69c77ce9313ccec432faa8395e7.zip |
css hack to make remote channel menu header look in line with the rest if in collapsed state
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 2f570a058..08154ca2c 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -55,6 +55,12 @@ nav .dropdown-menu { overflow: auto; } + +#navbar-collapse-2.collapsing .dropdown-header, +#navbar-collapse-2.show .dropdown-header { + padding: 0.5rem 0.1rem; +} + .navbar-inverse .navbar-toggler { color: rgba(255,255,255,1); } |