diff options
author | friendica <info@friendica.com> | 2014-04-15 21:36:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-15 21:36:51 -0700 |
commit | 925c63343e941e1d22eaf3b0c3f6d2879f996f73 (patch) | |
tree | cb65894bbf056fbd3a88c101193b777a01777102 | |
parent | e0cccb4cc2adf0a2d954295e9f03604428c2926a (diff) | |
download | volse-hubzilla-925c63343e941e1d22eaf3b0c3f6d2879f996f73.tar.gz volse-hubzilla-925c63343e941e1d22eaf3b0c3f6d2879f996f73.tar.bz2 volse-hubzilla-925c63343e941e1d22eaf3b0c3f6d2879f996f73.zip |
The comment submit button seems to have drifted into some strange place
-rw-r--r-- | view/css/conversation.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index ae4e48315..fc3131642 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -345,7 +345,7 @@ } .comment-edit-submit { - margin: 10px 0px 10px 110px; + margin: 10px 0px 10px 52px; } .comment-preview-icon { |