Proper layout for personal config. Still needs work with radio elements.
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
<form action="?serendipity[adminModule]=personal&serendipity[adminAction]=save" method="post">
|
<form action="?serendipity[adminModule]=personal&serendipity[adminAction]=save" method="post">
|
||||||
{$formToken}
|
{$formToken}
|
||||||
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_bool"':'class="form_field"'|replace:'class="form_list"':'class="form_select"'}
|
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_bool"':'class="form_radio"'|replace:'class="form_list"':'class="form_select"'}
|
||||||
<div class="form_buttons">
|
<div class="form_buttons">
|
||||||
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
|
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
|
||||||
</div>
|
</div>
|
||||||
|
@ -441,7 +441,9 @@ label > span,
|
|||||||
#serendipity_admin_groups .form_field label,
|
#serendipity_admin_groups .form_field label,
|
||||||
#serendipity_admin_groups .form_select label,
|
#serendipity_admin_groups .form_select label,
|
||||||
#template_options .form_select label,
|
#template_options .form_select label,
|
||||||
#template_options .form_field label { display: block; }
|
#template_options .form_field label,
|
||||||
|
.configuration_group .form_select label,
|
||||||
|
.configuration_group .form_field label { display: block; }
|
||||||
|
|
||||||
.image_resize_hint p { display: inline; }
|
.image_resize_hint p { display: inline; }
|
||||||
|
|
||||||
@ -936,7 +938,9 @@ summary {
|
|||||||
#serendipity_comment select { width: 84%; }
|
#serendipity_comment select { width: 84%; }
|
||||||
|
|
||||||
#template_options .form_select select,
|
#template_options .form_select select,
|
||||||
#template_options .form_field input { width: 100%; }
|
#template_options .form_field input,
|
||||||
|
.configuration_group .form_select select,
|
||||||
|
.configuration_group .form_field input { width: 100%; }
|
||||||
|
|
||||||
#serendipity_category .form_multiselect label { width: auto; }
|
#serendipity_category .form_multiselect label { width: auto; }
|
||||||
|
|
||||||
@ -1192,7 +1196,9 @@ fieldset p,
|
|||||||
#uploadform .form_select select { min-width: 16em; }
|
#uploadform .form_select select { min-width: 16em; }
|
||||||
|
|
||||||
#template_options .form_select select,
|
#template_options .form_select select,
|
||||||
#template_options .form_field input { max-width: 320px; }
|
#template_options .form_field input,
|
||||||
|
.configuration_group .form_select select,
|
||||||
|
.configuration_group .form_field input { max-width: 320px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1244,18 +1250,30 @@ fieldset p,
|
|||||||
#template_options .form_select label,
|
#template_options .form_select label,
|
||||||
#template_options .form_field label,
|
#template_options .form_field label,
|
||||||
#template_options .form_select select,
|
#template_options .form_select select,
|
||||||
#template_options .form_field input {
|
#template_options .form_field input,
|
||||||
|
.configuration_group .form_select label,
|
||||||
|
.configuration_group .form_field label,
|
||||||
|
.configuration_group .form_select select,
|
||||||
|
.configuration_group .form_field input {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
width: 48%;
|
width: 48%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#template_options .form_select select,
|
#template_options .form_select select,
|
||||||
#template_options .form_field input { max-width: 48%; }
|
#template_options .form_field input,
|
||||||
|
.configuration_group .form_select select,
|
||||||
|
.configuration_group .form_field input { max-width: 48%; }
|
||||||
|
|
||||||
|
.configuration_group .form_select,
|
||||||
|
.configuration_group .form_field,
|
||||||
|
.configuration_group .form_radio,
|
||||||
#template_select .odd,
|
#template_select .odd,
|
||||||
.media_pane .odd { clear: left; }
|
.media_pane .odd { clear: left; }
|
||||||
|
|
||||||
|
.configuration_group .form_select,
|
||||||
|
.configuration_group .form_field,
|
||||||
|
.configuration_group .form_radio,
|
||||||
#serendipityScaleImg,
|
#serendipityScaleImg,
|
||||||
.media_file header { overflow: hidden; }
|
.media_file header { overflow: hidden; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user