aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-05-09 07:39:27 +0200
committermarijus <mario@mariovavti.com>2014-05-09 07:39:27 +0200
commit56eb9e75ccad49c8fcbd569b097c2ea85e7d258f (patch)
tree87411ce648195b34f0a02ed49d60b007a6a8470d /view/theme/redbasic/css
parent6e397240a3f1a1bb52ef5d9bd3929a6770ac8222 (diff)
parent831b18cf283cd52fd1b01d6c6c4648b8351985a7 (diff)
downloadvolse-hubzilla-56eb9e75ccad49c8fcbd569b097c2ea85e7d258f.tar.gz
volse-hubzilla-56eb9e75ccad49c8fcbd569b097c2ea85e7d258f.tar.bz2
volse-hubzilla-56eb9e75ccad49c8fcbd569b097c2ea85e7d258f.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 847d123eb..ba26f8910 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1911,18 +1911,24 @@ img.mail-list-sender-photo {
.wall-item-content-wrapper:hover {
z-index:99;
}
-
+/*
+.comment .wall-item-body {
+padding-left: 42px;
+}
+ */
.hide-comments-outer,
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
- border-left: 3px solid $comment_border_colour;
+ border-left: 1px solid $comment_border_colour;
+ border-right: 1px solid $comment_border_colour;
+ border-bottom: 1px solid $comment_border_colour;
border-radius: 0px;
padding: 7px 10px 7px 7px;
}
.wall-item-comment-wrapper {
background-color: $comment_item_colour;
- border-left: 3px solid $item_colour;
+ border: 1px solid $item_colour;
border-radius: 0px;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
@@ -2329,6 +2335,7 @@ blockquote {
.thread-wrapper.toplevel_item {
width: 100%;
+ border:1px;
}
.wall-item-photo {