diff options
author | friendica <info@friendica.com> | 2013-11-16 19:48:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-16 19:48:45 -0800 |
commit | 8893643da065fb12bf9b60e3d31f65cf64c6754b (patch) | |
tree | bd3e87e03c5ab0feb541b191b7153aff722eadd2 /view/theme/redbasic/css | |
parent | 2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c (diff) | |
download | volse-hubzilla-8893643da065fb12bf9b60e3d31f65cf64c6754b.tar.gz volse-hubzilla-8893643da065fb12bf9b60e3d31f65cf64c6754b.tar.bz2 volse-hubzilla-8893643da065fb12bf9b60e3d31f65cf64c6754b.zip |
more photo menu positioning work for varying photo sizes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 572eafdfb..f7d641e6b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -882,7 +882,7 @@ footer { } .wall-item-photo-wrapper { - margin-top: 10px; + margin-top: 0px; margin-left: 10px; margin-bottom: 10px; width: 100px; @@ -907,7 +907,8 @@ footer { border: 2px solid #444444; background: #FFFFFF; position: absolute; - left: 10px; top: 90px; + left: 10px; + top: $top_photo; display: none; z-index: 10000; } @@ -917,7 +918,7 @@ footer { .comment .wall-item-photo-menu-button { top: $pmenu_reply;} -.comment .wall-item-photo-menu { top: 60px; } +.comment .wall-item-photo-menu { top: $reply_photo; } .wallwall .wwto { left: 50px; |