diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 4 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/schema/Focus-Boxy.css | 9 |
3 files changed, 10 insertions, 5 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 9ea668963..b6d47e3c3 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -104,11 +104,11 @@ .wall-item-info { display: block; float: left; - margin-right: 10px; + margin-right: .75rem; } .wall-item-wrapper { - margin-left:10px; + margin-left: .75rem; } .wall-item-photo-wrapper { diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ebbc1aaa3..3b2370b7f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -845,7 +845,7 @@ div.jGrowl div.jGrowl-notification { .shared_header img { border-radius: $radius; - margin-right: 10px; + margin-right: .75rem; } .tag1 { diff --git a/view/theme/redbasic/schema/Focus-Boxy.css b/view/theme/redbasic/schema/Focus-Boxy.css index 90fd51b02..1b09137a9 100644 --- a/view/theme/redbasic/schema/Focus-Boxy.css +++ b/view/theme/redbasic/schema/Focus-Boxy.css @@ -1,11 +1,16 @@ .comment .wall-item-body { - padding-left: 42px; + padding-left: 3rem; } -.wall-item-content-wrapper.comment { +.wall-item-content-wrapper { border-bottom: 1px solid rgba(0,0,0,.125); } +.hide-comments-outer, +.hide-comments-outer:hover { + border: 0; +} + .widget { border: 1px solid rgba(0,0,0,.125); } |