aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-20 15:00:44 +0100
committermarijus <mario@mariovavti.com>2015-01-20 15:00:44 +0100
commit33380b3c3066bab54320781f15baf7130f5e0b3c (patch)
tree3ac59db23b96baab12917d4da2d912c034ae610f /view/theme/redbasic/css
parente3041b80fd28d88b5f9ba063cb8147b9b0a61668 (diff)
downloadvolse-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/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index c24bee1fd..3bb9fc72f 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -874,6 +874,12 @@ footer {
font-family: FontAwesome;
}
+nav .acpopup {
+ top: 49px !important;
+ right: 30px !important;
+ margin-left: -45px;
+}
+
.profile-clear {
clear: both;
}