diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-04 23:32:16 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-04 23:32:16 -0400 |
commit | afe7f09b278bca546f606a6ce54707a853cddf47 (patch) | |
tree | ad54ff6a49e503a0218a301ef8e362fb6e08c6ea /view/theme | |
parent | c0a18bc2fad021db026141b732b3e9a1e0ce1d71 (diff) | |
parent | d509a463452585bcbb9fccd07857871ca5c8b063 (diff) | |
download | volse-hubzilla-afe7f09b278bca546f606a6ce54707a853cddf47.tar.gz volse-hubzilla-afe7f09b278bca546f606a6ce54707a853cddf47.tar.bz2 volse-hubzilla-afe7f09b278bca546f606a6ce54707a853cddf47.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
correct some filer dialog weirdness caused by introduction of categories
move alert box away from nav links
log disabled requests
fix config storage of booleans
* master:
Diffstat (limited to 'view/theme')
-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; |