More minor layout fixes.
This commit is contained in:
@ -150,7 +150,7 @@
|
|||||||
{if $category.category_description != ''}
|
{if $category.category_description != ''}
|
||||||
<span class="category_desc">{$category.category_description|escape:"html"}</span>
|
<span class="category_desc">{$category.category_description|escape:"html"}</span>
|
||||||
{/if}
|
{/if}
|
||||||
<span class="category_author">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span>
|
(<span class="category_author">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span>)
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
@ -83,8 +83,11 @@
|
|||||||
|
|
||||||
<fieldset class="users_delete_action">
|
<fieldset class="users_delete_action">
|
||||||
<legend><span>{$CONST.DELETE_USER|sprintf:"{$userid}":"{$realname|escape:"html"}"}</span></legend>
|
<legend><span>{$CONST.DELETE_USER|sprintf:"{$userid}":"{$realname|escape:"html"}"}</span></legend>
|
||||||
|
|
||||||
|
<div class="form_buttons">
|
||||||
<input name="DELETE_YES" type="submit" value="{$CONST.DUMP_IT}">
|
<input name="DELETE_YES" type="submit" value="{$CONST.DUMP_IT}">
|
||||||
<input name="NO" type="submit" value="{$CONST.NOT_REALLY}">
|
<input name="NO" type="submit" value="{$CONST.NOT_REALLY}">
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -658,11 +658,7 @@ input[type=checkbox] { margin-right: .4em; }
|
|||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_buttons input {
|
.serendipity_commentDirection,
|
||||||
margin-top: 1.5em;
|
|
||||||
margin-bottom: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form_field, .form_area,
|
.form_field, .form_area,
|
||||||
.form_check, .form_radio,
|
.form_check, .form_radio,
|
||||||
.form_select, .form_multiselect {
|
.form_select, .form_multiselect {
|
||||||
@ -723,7 +719,8 @@ blockquote,
|
|||||||
ul, ol, dl,
|
ul, ol, dl,
|
||||||
p, table,
|
p, table,
|
||||||
details,
|
details,
|
||||||
.standalone {
|
.standalone,
|
||||||
|
.form_buttons {
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
@ -818,6 +815,11 @@ summary { cursor: pointer; }
|
|||||||
|
|
||||||
.category_desc { margin: 0 1em 0 0; }
|
.category_desc { margin: 0 1em 0 0; }
|
||||||
|
|
||||||
|
.users_delete_action {
|
||||||
|
position: relative;
|
||||||
|
top: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Content area */
|
/* Content area */
|
||||||
#serendipity_comments_list .form_check,
|
#serendipity_comments_list .form_check,
|
||||||
#serendipity_comments_list h4 { float: left; }
|
#serendipity_comments_list h4 { float: left; }
|
||||||
|
Reference in New Issue
Block a user