diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:18:04 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:18:04 -0700 |
commit | 2cb8b19972eb6a023eca1297f281ef9f68934c64 (patch) | |
tree | 91897ec0f7e1ed4ed0aba652e3deea23082f13ab /view/theme/redbasic | |
parent | 3140650b8f057b6e88827908a71cecbe68494a10 (diff) | |
parent | 70e5bf04e160bf1e3f2673f4405ac6a6adecb485 (diff) | |
download | volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.tar.gz volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.tar.bz2 volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a5e5dffdb..83b10b527 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -790,7 +790,7 @@ a.rateme, div.rateme { } nav .acpopup { - top: 49px !important; + top: 50px !important; margin-left: -35px; width: 290px; } @@ -1231,7 +1231,7 @@ div.jGrowl div.jGrowl-notification { #nav-search-text-ac .autocomplete { position: fixed; - top: 50px; + top: 51px; border: 1px solid $nav_bd; border-top: none; } |