diff options
author | friendica <info@friendica.com> | 2014-02-20 18:51:35 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-20 18:51:35 -0800 |
commit | 9db40322abaccd036a71252633f755ad46064798 (patch) | |
tree | 0f5d3d073b226ef9abb2ae562cc993459506c4ae | |
parent | 8367a922144f0aeafb084300427959e4f254f27a (diff) | |
download | volse-hubzilla-9db40322abaccd036a71252633f755ad46064798.tar.gz volse-hubzilla-9db40322abaccd036a71252633f755ad46064798.tar.bz2 volse-hubzilla-9db40322abaccd036a71252633f755ad46064798.zip |
move jgrowl (alert popup) out of the now taller navbar
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5d603c810..b7338346a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1530,7 +1530,7 @@ div.jGrowl div.info { padding-left: 58px; } #jGrowl.top-right { - top: 15px; + top: 65px; right: 15px; } |