Add spacing for custom items in configuration groups
Most notably, this will affect custom theme config options.
This commit is contained in:
parent
2d90abe4d3
commit
4233b096f8
@ -44,7 +44,7 @@
|
||||
{$cbag_default}
|
||||
</div>
|
||||
{elseif $ctype == 'custom'}
|
||||
<div class="clearfix">
|
||||
<div class="clearfix custom_item">
|
||||
<input id="config_{$postKey}_{$config_item}" name="serendipity[{$postKey}][{$config_item}]" type="hidden" value="{$hvalue}">
|
||||
{$cbag_custom}
|
||||
</div>
|
||||
|
@ -974,7 +974,8 @@ input[type=checkbox],
|
||||
.configuration_group .form_field,
|
||||
.configuration_group .form_area,
|
||||
.configuration_group .form_select,
|
||||
.configuration_group .form_multiselect {
|
||||
.configuration_group .form_multiselect,
|
||||
.configuration_group .custom_item {
|
||||
padding: .75em 0;
|
||||
}
|
||||
|
||||
@ -3096,6 +3097,7 @@ img.mfp-img {
|
||||
.configuration_group .form_multiselect,
|
||||
.configuration_group .form_field,
|
||||
.configuration_group .form_area,
|
||||
.configuration_group .custom_item,
|
||||
.configuration_group fieldset > fieldset,
|
||||
#template_select li:nth-child(odd),
|
||||
#template_select h2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user