diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-25 11:31:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-25 11:31:10 +0200 |
commit | ddb9db188b2c3e85eec6c539adcb250e653b5353 (patch) | |
tree | 99b8f2d18d8e59ec23aee63f3f0f438b7194ade9 /view/theme | |
parent | a3f77409a4b59cce2be515422da3f38c7493ffd1 (diff) | |
download | volse-hubzilla-ddb9db188b2c3e85eec6c539adcb250e653b5353.tar.gz volse-hubzilla-ddb9db188b2c3e85eec6c539adcb250e653b5353.tar.bz2 volse-hubzilla-ddb9db188b2c3e85eec6c539adcb250e653b5353.zip |
rename boxy schema to focus-boxy and bs-default to focus-light
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/Focus-Boxy.css | 15 | ||||
-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.css | 7 |
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; -} |