From c491ba1872e09ea475bfe061e965d265ec7232f4 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 15 Nov 2020 17:23:21 -0800 Subject: [PATCH] clean up the styling on the permissions role descriptive text --- view/theme/redbasic/css/style.css | 4 ++++ view/tpl/settings.tpl | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 8f15fc8c4..bf21ec0fb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1837,3 +1837,7 @@ dl.bb-dl > dd > li { .channel-active { border: 3px solid #0275d8; } + +#channel_role_text { + margin-bottom: 10px; +} diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 0eb1902ee..0463ee6ad 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -49,7 +49,6 @@ {{else}} {{/if}} -
{{$autoperms}} {{$anymention}} {{include file="field_select.tpl" field=$comment_perms}}