diff options
author | marijus <mario@mariovavti.com> | 2014-03-27 19:56:22 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-27 19:56:22 +0100 |
commit | 3a190ddd2ba0bb5c4d7d27fab71111db536599d4 (patch) | |
tree | 7701796ce9aa289d2d2f88798e494aa8b1e40217 /view/theme | |
parent | 7b24b78af949f2645459e4698ee2f96a17becef4 (diff) | |
download | volse-hubzilla-3a190ddd2ba0bb5c4d7d27fab71111db536599d4.tar.gz volse-hubzilla-3a190ddd2ba0bb5c4d7d27fab71111db536599d4.tar.bz2 volse-hubzilla-3a190ddd2ba0bb5c4d7d27fab71111db536599d4.zip |
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 25922cb39..92e0ee12d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2277,4 +2277,20 @@ blockquote { main.region_1-on { left: 0px; } + + .thread-wrapper.toplevel_item { + width: 100%; + } + + .thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment { + margin-left: 24px; + } + + .wall-item-info { + margin-right: 10px; + } + + .hide-comments-outer { + margin-left: 24px; + } } |