diff options
author | marijus <mario@mariovavti.com> | 2015-01-20 22:19:51 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-20 22:19:51 +0100 |
commit | 43326a26b742430674b92347eb1e4ad8e1a16538 (patch) | |
tree | d7920bb89a191fd181c8ea0440acb60eda33c3e4 /view/css | |
parent | 5ee815b2fa0b46864972a60e0171e14f91fbd2b5 (diff) | |
download | volse-hubzilla-43326a26b742430674b92347eb1e4ad8e1a16538.tar.gz volse-hubzilla-43326a26b742430674b92347eb1e4ad8e1a16538.tar.bz2 volse-hubzilla-43326a26b742430674b92347eb1e4ad8e1a16538.zip |
css fixes - hopefully
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 5c9831907..a645b13d2 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -32,19 +32,6 @@ nav .dropdown-menu { margin-top: 0px; } -nav .dropdown-menu .contactname { - padding-top: 2px; - font-weight: bold; - display: block; -} - -nav .dropdown-menu li a { - overflow: hidden; - text-overflow: ellipsis; - //line-height: 1em; - padding: 5px 10px; -} - nav .navbar-collapse .navbar-left { float: left; } @@ -66,6 +53,13 @@ nav .navbar-toggle { margin-right: 5px; } +.dropdown-menu li a { + overflow: hidden; + text-overflow: ellipsis; + line-height: 1em; + padding: 5px 10px; +} + .nav-tabs.nav-justified > li { white-space: nowrap; } |