diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-06-03 18:10:04 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-06-03 18:10:04 -0400 |
commit | 34f210bc2d3e94e2150156e892a2a27d095f410c (patch) | |
tree | 31dc97b8618f6195234c92b84d4c3709e6b1135e /view/theme/dispy/light/style.less | |
parent | 8d4c77fc43e4d37e807248f13afb5b2913b6cfc4 (diff) | |
download | volse-hubzilla-34f210bc2d3e94e2150156e892a2a27d095f410c.tar.gz volse-hubzilla-34f210bc2d3e94e2150156e892a2a27d095f410c.tar.bz2 volse-hubzilla-34f210bc2d3e94e2150156e892a2a27d095f410c.zip |
fix mini photo-menu bug
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index 72b3069a6..ba8e0093b 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -1538,8 +1538,8 @@ nav #nav-notifications-linkmenu { .box(40px, 40px); } .wall-item-photo-menu-button { - width: 4,5em; - top: 4em; + width: 3.35em; + top: 3.2em; background-position: 35px center; } .wall-item-author { |