diff options
author | marijus <mario@mariovavti.com> | 2014-04-15 20:48:15 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-15 20:48:15 +0200 |
commit | efe80bb8e98b32b95d1380633e9ffd834fa82511 (patch) | |
tree | 1cb6b5694c3709b90429fec3b58b7add3d7c1a2f | |
parent | 9026ea649a92b8f3e48a4940dd02c316c0a87c02 (diff) | |
download | volse-hubzilla-efe80bb8e98b32b95d1380633e9ffd834fa82511.tar.gz volse-hubzilla-efe80bb8e98b32b95d1380633e9ffd834fa82511.tar.bz2 volse-hubzilla-efe80bb8e98b32b95d1380633e9ffd834fa82511.zip |
minor css fix
-rw-r--r-- | view/css/conversation.css | 4 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 6fbc86df6..ae4e48315 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -82,7 +82,7 @@ .wall-item-info { display: block; float: left; - margin-right: 20px; + margin-right: 10px; } .wallwall .wwto { @@ -272,7 +272,7 @@ } .comment-edit-photo { - margin: 10px 20px 10px 10px; + margin: 10px; float: left; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 321baecf0..f1bfbd711 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2239,18 +2239,10 @@ blockquote { margin-left: 24px; } - .wall-item-info { - margin-right: 10px; - } - .hide-comments-outer { margin-left: 24px; } - .comment-edit-photo { - margin: 10px; - } - .wall-item-photo { width: 48px !important; height: 48px !important; |