aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-25 11:31:10 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-25 11:36:22 +0200
commitebf540ffbc105ac5347b452f9922428e39685796 (patch)
tree33d9771b735352942ea6f030596dadf3db9745c8 /view
parent4f1031f92b3492697bbc15185063199737e52fd8 (diff)
downloadvolse-hubzilla-ebf540ffbc105ac5347b452f9922428e39685796.tar.gz
volse-hubzilla-ebf540ffbc105ac5347b452f9922428e39685796.tar.bz2
volse-hubzilla-ebf540ffbc105ac5347b452f9922428e39685796.zip
rename boxy schema to focus-boxy and bs-default to focus-light
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/schema/Focus-Boxy.css15
-rw-r--r--view/theme/redbasic/schema/Focus-Boxy.php (renamed from view/theme/redbasic/schema/boxy.php)0
-rw-r--r--view/theme/redbasic/schema/Focus-Light.css (renamed from view/theme/redbasic/schema/BS-Default.css)0
-rw-r--r--view/theme/redbasic/schema/Focus-Light.php (renamed from view/theme/redbasic/schema/BS-Default.php)0
-rw-r--r--view/theme/redbasic/schema/boxy.css7
5 files changed, 15 insertions, 7 deletions
diff --git a/view/theme/redbasic/schema/Focus-Boxy.css b/view/theme/redbasic/schema/Focus-Boxy.css
new file mode 100644
index 000000000..b9b259796
--- /dev/null
+++ b/view/theme/redbasic/schema/Focus-Boxy.css
@@ -0,0 +1,15 @@
+.comment .wall-item-body {
+ padding-left: 42px;
+}
+
+.wall-item-content-wrapper.comment {
+ border-bottom: 1px solid #dee2e6;
+}
+
+.widget {
+ border: 1px solid #dee2e6;
+}
+
+#note-text {
+ border: 1px solid transparent;
+}
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/Focus-Boxy.php
index f298a0def..f298a0def 100644
--- a/view/theme/redbasic/schema/boxy.php
+++ b/view/theme/redbasic/schema/Focus-Boxy.php
diff --git a/view/theme/redbasic/schema/BS-Default.css b/view/theme/redbasic/schema/Focus-Light.css
index d23fc0fd8..d23fc0fd8 100644
--- a/view/theme/redbasic/schema/BS-Default.css
+++ b/view/theme/redbasic/schema/Focus-Light.css
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/Focus-Light.php
index 14ee130d9..14ee130d9 100644
--- a/view/theme/redbasic/schema/BS-Default.php
+++ b/view/theme/redbasic/schema/Focus-Light.php
diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css
deleted file mode 100644
index 43ef3e34e..000000000
--- a/view/theme/redbasic/schema/boxy.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.comment .wall-item-body {
- padding-left: 42px;
-}
-
-.wall-item-content-wrapper.comment {
- border-bottom: 1px solid #ccc;
-}