diff options
author | friendica <info@friendica.com> | 2013-11-15 01:55:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-15 01:55:33 -0800 |
commit | eb982074bab5069321a1e433a265d809ba28e1cb (patch) | |
tree | a1a491420193db343077d60cb0e0d1304dc29f3a /view/theme/redbasic/css | |
parent | eb3a5634101c5bd55110fa4b2ed242dbfd3ad594 (diff) | |
download | volse-hubzilla-eb982074bab5069321a1e433a265d809ba28e1cb.tar.gz volse-hubzilla-eb982074bab5069321a1e433a265d809ba28e1cb.tar.bz2 volse-hubzilla-eb982074bab5069321a1e433a265d809ba28e1cb.zip |
reposition the photo menu button when the author photo is resized
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f8216dd6d..2fd624bc1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -883,7 +883,7 @@ footer { margin: 0px; padding: 0px; width: 16px; height: 16px; - top: 74px; left:10px; + top: $pmenu_top; left:10px; overflow: hidden; text-indent: 40px; display: none; @@ -903,7 +903,7 @@ footer { .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; } -.comment .wall-item-photo-menu-button { top: 44px;} +.comment .wall-item-photo-menu-button { top: $pmenu_reply;} .comment .wall-item-photo-menu { top: 60px; } .wallwall .wwto { |