Minor layout fixes for plugin configuration.
This commit is contained in:
parent
edf31114c6
commit
812c262b7e
@ -45,7 +45,7 @@
|
||||
{/if}
|
||||
{* $serendipity_printConfigJS *}{* outsourced to templates/default/admin/admin_scripts.js - see passed vars on top *}
|
||||
{if $showSubmit_foot}
|
||||
<div class="save_conf">
|
||||
<div class="save_conf form_buttons">
|
||||
<input name="SAVECONF" type="submit" value="{$CONST.SAVE}">
|
||||
</div>
|
||||
{/if}
|
||||
|
@ -86,11 +86,11 @@ svg:not(:root) { overflow: hidden; }
|
||||
figure,
|
||||
form { margin: 0; }
|
||||
|
||||
fieldset {
|
||||
/*fieldset {
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
}*/
|
||||
|
||||
legend {
|
||||
border: 0;
|
||||
@ -887,7 +887,8 @@ summary { cursor: pointer; }
|
||||
.template_info { float: left; }
|
||||
|
||||
.template_info,
|
||||
.template_info dl { margin: 0; }
|
||||
.template_info dl,
|
||||
fieldset p { margin: 0; }
|
||||
|
||||
.actions li {
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user