diff --git a/include/admin/tpl/serendipity_plugin_config.fnc.tpl b/include/admin/tpl/serendipity_plugin_config.fnc.tpl index 66d946b3..333a7616 100644 --- a/include/admin/tpl/serendipity_plugin_config.fnc.tpl +++ b/include/admin/tpl/serendipity_plugin_config.fnc.tpl @@ -24,7 +24,7 @@ {foreach $config_groups AS $config_header => $config_groupkeys}

{$config_header}

-
+
{foreach $config_groupkeys AS $config_groupkey} {$OUT_STACK[$config_groupkey]} {/foreach} @@ -32,9 +32,6 @@ {/foreach} - {* Is this really necessary? What for? *} - - {* If it is not, drop the inline style from CSS. *} {/if} {* foreach config_groups end *} {foreach $OUT_STACK_REST as $out_stack_config_item} diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index bf204c5e..956f2fbe 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -396,7 +396,7 @@ nav ol { padding: 0; } /* replace w/ .level_inblock */ .icon_link, #insert_image, -form > a, +form>a, #user_menu li, .edit_actions li, .actions li, @@ -431,8 +431,8 @@ form > a, /* replace w/ .level_block */ .block_level, .form_multiselect label, -label > span, -legend > span > span, +label>span, +legend>span>span, #back_to_blog, #meta small, .msg_error, @@ -463,7 +463,7 @@ table, details, .standalone, .form_buttons, -form > a { +form>a { margin-top: 1.5em; margin-bottom: 1.5em; } @@ -800,10 +800,10 @@ optgroup { /* BACKEND FORM STYLES ----------------------------------------------------------------- */ label, -legend > span, +legend>span, figcaption { font-weight: bold; } -label > span, +label>span, legend>span>span, input[type=checkbox] + label, input[type=radio] + label, @@ -820,6 +820,7 @@ input[type=checkbox] { margin-right: .4em; } .form_check label { display: inline-block !important; } .serendipity_commentDirection, +.configuration_group fieldset>fieldset, .form_field, .form_area, .form_check, @@ -966,7 +967,7 @@ summary { /* LAYOUT ----------------------------------------------------------------- */ -#top > div, +#top>div, #main { margin: 0 auto; max-width: 1280px; @@ -1171,12 +1172,12 @@ fieldset p, .comment_data, .configuration_group h3, -form > .button_link:first-of-type { margin-top: 0; } +form>.button_link:first-of-type { margin-top: 0; } #template_options, #pluginlist_sidebar { margin-bottom: 3em; } -.configuration_group > fieldset { margin-bottom: 1.5em; } +.configuration_group>fieldset { margin-bottom: 1.5em; } .editor_toolbar { margin-top: .25em; } @@ -1241,8 +1242,8 @@ form > .button_link:first-of-type { margin-top: 0; } #entries_list>li, #serendipity_comments_list>li { padding: 0 0 0 .4em; } -#categories li > ul, -#serendipity_image_folders li > ul { padding: 0 0 0 1em; } +#categories li>ul, +#serendipity_image_folders li>ul { padding: 0 0 0 1em; } #categories .edit_actions li, #serendipity_image_folders .edit_actions li { padding: 0; } @@ -1283,7 +1284,7 @@ form > .button_link:first-of-type { margin-top: 0; } (These might go into pluginmanager.css or be merged with it.) ----------------------------------------------------------------- */ -#configuration_footer { height: 100px; } +.plugin_optiongroup_last { border-bottom: 1px solid #aaa; } .plugin_count { clear: both;