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 similarity index 100% rename from view/theme/redbasic/schema/boxy.php rename to 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 similarity index 100% rename from view/theme/redbasic/schema/BS-Default.css rename to 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 similarity index 100% rename from view/theme/redbasic/schema/BS-Default.php rename to 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; -}