diff options
author | friendica <info@friendica.com> | 2012-04-04 19:13:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-04 19:13:41 -0700 |
commit | c4ca21a7627f0f447b944f166fd3d2d4a7552f46 (patch) | |
tree | 24d916233f02585c014f5b65dab0fe0a92e41fa8 /view/theme/duepuntozero | |
parent | 0c7710681c26b15abca809ca078598d301516f70 (diff) | |
download | volse-hubzilla-c4ca21a7627f0f447b944f166fd3d2d4a7552f46.tar.gz volse-hubzilla-c4ca21a7627f0f447b944f166fd3d2d4a7552f46.tar.bz2 volse-hubzilla-c4ca21a7627f0f447b944f166fd3d2d4a7552f46.zip |
move alert box away from nav links
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-x | view/theme/duepuntozero/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 38c1fc5bd..c30e643ce 100755 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2987,7 +2987,10 @@ div.jGrowl div.info { color: #ffffff; padding-left: 58px; } - +#jGrowl.top-right { + top: 15px; + right: 15px; +} .qcomment { border: 1px solid #EEE; padding: 3px; |