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:40:35 +0200 |
commit | dcc8a94d07cb60b0bc814a30ccdae41a49133649 (patch) | |
tree | 17b65aed8f330804bfc4e02ac9472a5cba9b04a9 /view | |
parent | 5dd501e0ea0c6d1021bb1fd5a1c1a61bcb44d168 (diff) | |
download | volse-hubzilla-dcc8a94d07cb60b0bc814a30ccdae41a49133649.tar.gz volse-hubzilla-dcc8a94d07cb60b0bc814a30ccdae41a49133649.tar.bz2 volse-hubzilla-dcc8a94d07cb60b0bc814a30ccdae41a49133649.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); } |