aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-27 20:19:30 +0100
committermarijus <mario@mariovavti.com>2014-03-27 20:19:30 +0100
commitc1435fdfda372592dcb7e6e087fa15d6b4d130c7 (patch)
tree58ee286a78bf66048a53253680fd5937d6432c86 /view
parent3a190ddd2ba0bb5c4d7d27fab71111db536599d4 (diff)
downloadvolse-hubzilla-c1435fdfda372592dcb7e6e087fa15d6b4d130c7.tar.gz
volse-hubzilla-c1435fdfda372592dcb7e6e087fa15d6b4d130c7.tar.bz2
volse-hubzilla-c1435fdfda372592dcb7e6e087fa15d6b4d130c7.zip
more css fixes
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 92e0ee12d..0b94bff80 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2282,7 +2282,8 @@ blockquote {
width: 100%;
}
- .thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment {
+ .thread-wrapper .wall-item-comment-wrapper,
+ .wall-item-content-wrapper.comment {
margin-left: 24px;
}
@@ -2293,4 +2294,18 @@ blockquote {
.hide-comments-outer {
margin-left: 24px;
}
+
+ .comment-edit-photo {
+ margin: 10px;
+ }
+
+ .wall-item-photo {
+ width: 48px !important;
+ height: 48px !important;
+ }
+
+ .comment .wall-item-photo {
+ width: 32px !important;
+ height: 32px !important;
+ }
}