diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-05-07 10:35:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-05-07 10:35:22 +0200 |
commit | 8ca10dcbab6c645f6a2c791ea0d062c25d5d842e (patch) | |
tree | 8f8710c301c03179b5f3fe8ecb726db90af67cc1 /view/theme/redbasic | |
parent | a1ed2bf2ac97c438b1b44bd96b8cb07a4eb81337 (diff) | |
download | volse-hubzilla-8ca10dcbab6c645f6a2c791ea0d062c25d5d842e.tar.gz volse-hubzilla-8ca10dcbab6c645f6a2c791ea0d062c25d5d842e.tar.bz2 volse-hubzilla-8ca10dcbab6c645f6a2c791ea0d062c25d5d842e.zip |
adjust icon size
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; } |