Minor layout fixes for data import.
This commit is contained in:
parent
5e0c752f37
commit
4d144a10b1
@ -17,15 +17,16 @@
|
|||||||
|
|
||||||
<form action="" method="POST" enctype="multipart/form-data">
|
<form action="" method="POST" enctype="multipart/form-data">
|
||||||
{$formToken}
|
{$formToken}
|
||||||
<dl>
|
|
||||||
{foreach $fields as $field}
|
|
||||||
<dt>{$field.text}</dt>
|
|
||||||
<dd>{$field.guessedInput}</dd>
|
|
||||||
{/foreach}
|
|
||||||
</dl>
|
|
||||||
{if $notes}
|
{if $notes}
|
||||||
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.IMPORT_NOTES}: {$notes}</span>
|
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.IMPORT_NOTES}: {$notes}</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
<dl class="importer_data">
|
||||||
|
{foreach $fields as $field}
|
||||||
|
<dt>{$field.text}</dt>
|
||||||
|
<dd class="clearfix">{$field.guessedInput}</dd>
|
||||||
|
{/foreach}
|
||||||
|
</dl>
|
||||||
|
|
||||||
<div class="form_buttons">
|
<div class="form_buttons">
|
||||||
<input type="submit" value="{$CONST.IMPORT_NOW}">
|
<input type="submit" value="{$CONST.IMPORT_NOW}">
|
||||||
</div>
|
</div>
|
||||||
|
@ -833,6 +833,8 @@ input[type=checkbox] { margin-right: .4em; }
|
|||||||
margin-bottom: .75em;
|
margin-bottom: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.importer_data dd { margin-bottom: .75em; }
|
||||||
|
|
||||||
.comment_data,
|
.comment_data,
|
||||||
.comment_data dt,
|
.comment_data dt,
|
||||||
.template_info dt,
|
.template_info dt,
|
||||||
@ -1146,6 +1148,11 @@ fieldset p,
|
|||||||
.media_file_meta,
|
.media_file_meta,
|
||||||
.image_resize_hint p { margin: 0; }
|
.image_resize_hint p { margin: 0; }
|
||||||
|
|
||||||
|
.importer_data .clearfix>div {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.actions,
|
.actions,
|
||||||
.edit_actions {
|
.edit_actions {
|
||||||
margin-top: .35em;
|
margin-top: .35em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user