aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 03:16:39 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 03:16:39 +0200
commit7da462ada125277493e916aa3266073bea300efe (patch)
treea3689bc17c9dc792343f5f7fe469809ae8b784db /view
parent5f1f82df5d0126cf68780b03f95e3c53f137bb75 (diff)
downloadvolse-hubzilla-7da462ada125277493e916aa3266073bea300efe.tar.gz
volse-hubzilla-7da462ada125277493e916aa3266073bea300efe.tar.bz2
volse-hubzilla-7da462ada125277493e916aa3266073bea300efe.zip
some corrections and cleanup
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css11
-rw-r--r--view/theme/redbasic/schema/boxy.php2
2 files changed, 8 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index c1a30ee6d..16d79e110 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1918,19 +1918,20 @@ img.mail-list-sender-photo {
.hide-comments-outer,
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
- border-left: $comment_border_left $comment_border_colour;
- border-right: $comment_border_right $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-right: $comment_border_right $item_colour;
- border-left: $comment_border_left $item_colour;
border-top: $comment_border_top $item_colour;
border-radius: 0px;
border-bottom-right-radius: $radiuspx;
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php
index 505e3ec07..1de2f98cd 100644
--- a/view/theme/redbasic/schema/boxy.php
+++ b/view/theme/redbasic/schema/boxy.php
@@ -14,4 +14,6 @@ if (!$comment_border_top)
if (!$comment_border_bottom)
$comment_border_bottom="1px solid";
+if (! $radiuspx)
+ $radiuspx = "4";
\ No newline at end of file