diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-07 16:44:28 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-07 16:44:28 -0700 |
commit | 37a63365f1143375a2382a26ad9b07048b9570a6 (patch) | |
tree | 3cb03a4cbeb892c1c070cd5a981b62a04982a36e /view/theme/redbasic | |
parent | 90591bcbc9ddba44cd44fc8ce06014c5ef9443e4 (diff) | |
parent | cd8ecb86499c7b1fdaff44653cf3771c60ee2454 (diff) | |
download | volse-hubzilla-37a63365f1143375a2382a26ad9b07048b9570a6.tar.gz volse-hubzilla-37a63365f1143375a2382a26ad9b07048b9570a6.tar.bz2 volse-hubzilla-37a63365f1143375a2382a26ad9b07048b9570a6.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
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; } |