Added more proper headlines for markup/layout consistency.

This commit is contained in:
Matthias Mees 2013-02-07 13:34:41 +01:00
parent e50879f5a3
commit 203fe955aa
4 changed files with 5 additions and 2 deletions

View File

@ -21,5 +21,7 @@
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.WRITTEN_N_SAVED}</span>
{/if}
{else}
<h2>{$CONST.CONFIGURATION}</h2>
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_list"':'class="form_select"'|replace:'class="form_int"':'class="form_field"'}
{/if}

View File

@ -1,7 +1,6 @@
{* HTML5: Yes *}
{* jQuery: No *}
<h2>{$CONST.EDIT_ENTRIES}</h2>
{if $drawList}
<form action="?" method="get">
<input name="serendipity[action]" type="hidden" value="admin">

View File

@ -1,6 +1,7 @@
{* HTML5: Yes *}
{* jQuery: NN *}
<h2>{$CONST.PERSONAL_SETTINGS}</h2>
{if $adminAction == 'save'}
{if $not_authorized}
<span class="msg_error"><span class="icon-attention"></span> {$CONST.CREATE_NOT_AUTHORIZED_USERLEVEL}</span>

View File

@ -1150,7 +1150,8 @@ fieldset p,
.editor_toolbar input { margin: 0 .25em .75em 0; }
.comment_data,
.configuration_group h3 { margin-top: 0; }
.configuration_group h3,
form > .button_link:first-of-type { margin-top: 0; }
.configuration_group > fieldset { margin-bottom: 1.5em; }