aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-08 14:15:43 -0700
committerfriendica <info@friendica.com>2015-03-08 14:15:43 -0700
commitb0f8d7f0db4fff8b6853c923189cb33f8ce5b645 (patch)
treed8a5d88255e909b2c191bdf3254d26eb60009733 /view/theme/redbasic/schema
parentb5683bfac4fd5e0e6cc15995c5c4f574e54e33da (diff)
parent9e6d85b4ea3e04c605f71b22121053c6562a7c3e (diff)
downloadvolse-hubzilla-b0f8d7f0db4fff8b6853c923189cb33f8ce5b645.tar.gz
volse-hubzilla-b0f8d7f0db4fff8b6853c923189cb33f8ce5b645.tar.bz2
volse-hubzilla-b0f8d7f0db4fff8b6853c923189cb33f8ce5b645.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/boxy.css11
-rw-r--r--view/theme/redbasic/schema/boxy.php15
2 files changed, 11 insertions, 15 deletions
diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css
index e69de29bb..f3da9b262 100644
--- a/view/theme/redbasic/schema/boxy.css
+++ b/view/theme/redbasic/schema/boxy.css
@@ -0,0 +1,11 @@
+.comment .wall-item-body {
+ padding-left: 42px;
+}
+
+.wall-item-content-wrapper.comment {
+ border-width: 0px 1px 1px 1px;
+}
+
+.hide-comments-outer {
+ border-width: 1px 1px 1px 1px;
+}
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php
index 1de2f98cd..d609ccd25 100644
--- a/view/theme/redbasic/schema/boxy.php
+++ b/view/theme/redbasic/schema/boxy.php
@@ -1,19 +1,4 @@
<?php
-if (!$comment_padding)
- $comment_padding="42px";
-
-if (!$comment_border_left)
- $comment_border_left="1px solid";
-
-if (!$comment_border_right)
- $comment_border_right="1px solid";
-
-if (!$comment_border_top)
- $comment_border_top="1px solid";
-
-if (!$comment_border_bottom)
- $comment_border_bottom="1px solid";
if (! $radiuspx)
$radiuspx = "4";
- \ No newline at end of file