diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-18 20:00:32 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-18 20:00:32 +0100 |
commit | 82b35e27620e97eb01ab55fe97b55c9ec8e05b81 (patch) | |
tree | 5af14bc032e51db7b979168f0a1621f3b085b0f8 /view/theme | |
parent | 56f32104d53ea3caaaa1770fd031a1f54a43e924 (diff) | |
download | volse-hubzilla-82b35e27620e97eb01ab55fe97b55c9ec8e05b81.tar.gz volse-hubzilla-82b35e27620e97eb01ab55fe97b55c9ec8e05b81.tar.bz2 volse-hubzilla-82b35e27620e97eb01ab55fe97b55c9ec8e05b81.zip |
fix abook_edit and private mail
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e7d70d35c..5e579a213 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -952,11 +952,6 @@ margin-right: 50px; margin-right: 7px; } -nav .navbar-collapse.in .generic-icons, -nav .navbar-collapse.collapsing .generic-icons { - color: $nav_active_icon_colour; -} - .admin-icons { font-size: 1.2em; color: $toolicon_colour; @@ -1267,8 +1262,6 @@ img.mail-conv-sender-photo { border-radius: $radiuspx; } -/* nav bootstrap */ - .menu-img-3 { width: 3.3em; height: 3.3em; @@ -1557,13 +1550,6 @@ blockquote { } -/* release the navbar in landscape view on small devices */ -@media screen and (max-height: 320px) { - .navbar-fixed-top { - position: absolute; - } -} - .shareable_element_text { height: 300px; width: 300px; |