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/php | |
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/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 515356cb6..1eb5abfbb 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -93,13 +93,13 @@ $converse_width="1024px"; if(! $top_photo) $top_photo = '64px'; - $pmenu_top = intval($top_photo) - 6 . 'px'; - $wwtop = intval($top_photo) - 5 . 'px'; + $pmenu_top = intval($top_photo) - 16 . 'px'; + $wwtop = intval($top_photo) - 15 . 'px'; $comment_indent = intval($top_photo) + 10 . 'px'; if(! $reply_photo) $reply_photo = '32px'; - $pmenu_reply = intval($reply_photo) - 6 . 'px'; + $pmenu_reply = intval($reply_photo) - 16 . 'px'; if($nav_min_opacity === false || $nav_min_opacity === '') { $nav_float_min_opacity = 1.0; |