Add spacing for custom items in configuration groups
Most notably, this will affect custom theme config options.
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -976,7 +976,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; | ||||
| } | ||||
|  | ||||
| @@ -3098,6 +3099,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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user