diff options
author | marijus <mario@mariovavti.com> | 2015-01-20 15:00:44 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-20 15:00:44 +0100 |
commit | 33380b3c3066bab54320781f15baf7130f5e0b3c (patch) | |
tree | 3ac59db23b96baab12917d4da2d912c034ae610f /view/css | |
parent | e3041b80fd28d88b5f9ba063cb8147b9b0a61668 (diff) | |
download | volse-hubzilla-33380b3c3066bab54320781f15baf7130f5e0b3c.tar.gz volse-hubzilla-33380b3c3066bab54320781f15baf7130f5e0b3c.tar.bz2 volse-hubzilla-33380b3c3066bab54320781f15baf7130f5e0b3c.zip |
as a workaround make nav-search dropdown behave a little better
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 5d9bb6e90..0c2d30284 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -38,13 +38,6 @@ nav .dropdown-menu .contactname { display: block; } -nav .dropdown-menu img { - float: left; - margin-right: 5px; - width: 32px; - height: 32px; -} - nav .dropdown-menu li a { overflow: hidden; text-overflow: ellipsis; @@ -67,6 +60,7 @@ nav .navbar-toggle { /* nav overrides end */ .dropdown-menu img { + float: left; width: 32px; height: 32px; margin-right: 5px; |