diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 14:20:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 14:20:21 +0100 |
commit | 774923be1c598b10885e1e077889527f3f9c0afe (patch) | |
tree | 8d70b19069311dfdf9baeac9b82f9a2ee37cbd33 | |
parent | d78b64d5b330e6e1266dff04670b452dd07638ef (diff) | |
download | volse-hubzilla-774923be1c598b10885e1e077889527f3f9c0afe.tar.gz volse-hubzilla-774923be1c598b10885e1e077889527f3f9c0afe.tar.bz2 volse-hubzilla-774923be1c598b10885e1e077889527f3f9c0afe.zip |
fix jgrowl position and remove some redundant css
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 07ee5fca3..100074886 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -701,7 +701,7 @@ div.jGrowl div.info { padding-left: 58px; } #jGrowl.top-right { - top: 65px; + top: 4.5rem; right: 15px; } @@ -709,13 +709,6 @@ div.jGrowl div.jGrowl-notification { min-height: 60px; } -#nav-search-text-ac .autocomplete { - position: fixed; - top: 51px; - border: 1px solid $nav_bd; - border-top: none; -} - #recip-ac .autocomplete, #poke-recip-ac .autocomplete, #id-name-ac .autocomplete, |