Fix for dropping floats in template info.

This commit is contained in:
Matthias Mees 2013-02-11 10:57:46 +01:00
parent f3926d247e
commit 976cff1783
2 changed files with 7 additions and 3 deletions

View File

@ -48,7 +48,7 @@
<dd>{$info.info.author}</dd>
<dt class="template_date">{$CONST.LAST_UPDATED}:</dt>
<dd>{$info.info.date}</dd>
<dt class="template_admin">{$CONST.CUSTOM_ADMIN_INTERFACE}:</dt> {* Should be shortened *}
<dt class="template_admin">Admin theme:</dt> {* i18n *}
<dd>{$info.info.custom_admin_interface}</dd>
</dl>
</details>

View File

@ -1124,7 +1124,7 @@ summary {
#edit_entry_category label { vertical-align: top; }
.template_info { margin: 0 0 1em 3%;}
.template_info { margin: 0 0 1em;}
.template_info dl,
fieldset p,
@ -1188,7 +1188,7 @@ form > .button_link:first-of-type { margin-top: 0; }
#template_select .preview_image {
float: left;
margin: 0 0 1em;
margin: 0 1em 1em 0;
/* TESTING */
overflow: hidden;
height: 100px;
@ -1380,6 +1380,8 @@ form > .button_link:first-of-type { margin-top: 0; }
.configuration_group .form_select select,
.configuration_group .form_field input { max-width: 48%; }
.template_info dl { max-width: 12em; }
.configuration_group .form_select,
.configuration_group .form_field,
.configuration_group fieldset>fieldset,
@ -1529,6 +1531,8 @@ form > .button_link:first-of-type { margin-top: 0; }
font-size: 2em;
margin: 1em 0;
}
.template_info dl { max-width: none; }
}