aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 13:16:01 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 13:16:01 +0200
commit889aaad6684cab3396ee107d7ae63e47df6a5c6c (patch)
treedc742c55629279e0fb01393cb63243baa53a518e /view
parent2d69a81c000f18d0eaa14821784d39f7c09ba0c7 (diff)
downloadvolse-hubzilla-889aaad6684cab3396ee107d7ae63e47df6a5c6c.tar.gz
volse-hubzilla-889aaad6684cab3396ee107d7ae63e47df6a5c6c.tar.bz2
volse-hubzilla-889aaad6684cab3396ee107d7ae63e47df6a5c6c.zip
For the moment last change
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index bf49a76ef..64129eb36 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1921,27 +1921,29 @@ img.mail-list-sender-photo {
border-left: $comment_border_left $comment_border_colour;
border-right: $comment_border_right $comment_border_colour;
-/* border-bottom: 1px solid $comment_border_colour; */
+ border-bottom: 1px solid $comment_border_colour;
border-radius: 0px;
padding: 7px 10px 7px 7px;
}
+/*
.thread-wrapper.toplevel_item{
border-bottom: $comment_border_bottom $comment_border_colour;
-/*
+
border-right: $comment_border_right $item_colour;
border-left: $comment_border_left $item_colour;
- */
+
border-top-right-radius: $radiuspx;
border-top-left-radius: $radiuspx;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
}
+ */
.wall-item-comment-wrapper {
background-color: $comment_item_colour;
- border-top: $comment_border_top $item_colour;
+ /* border-top: $comment_border_top $item_colour; */
border-right: $comment_border_right $item_colour;
border-left: $comment_border_left $item_colour;
-/* border-bottom: $comment_border_bottom $item_colour; */
+ border-bottom: $comment_border_bottom $item_colour;
border-radius: 0px;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;