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/theme | |
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/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
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; } |