Fixed display of resize preview & resize form layout.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: No *}
|
||||
|
||||
{if $case_imgedit}
|
||||
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.PREFERENCE_USE_JS_WARNING}</span>
|
||||
{/if}
|
||||
@ -340,7 +341,7 @@
|
||||
</form>
|
||||
|
||||
<div id="serendipityScaleImg">
|
||||
<img src="{$file}" name="serendipityScaleImg" style="width: {$img_width}px; height: {$img_height}px;" alt="">
|
||||
<img src="{$file}" name="serendipityScaleImg" style="width: {$img_width}px;" alt="{$CONST.PREVIEW}">
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
@ -419,7 +419,8 @@ form > a,
|
||||
#image_directory_create_form label,
|
||||
#mediaPropertyForm .media_file_props label,
|
||||
#entries_list .entry_info span,
|
||||
.folder_name {
|
||||
.folder_name,
|
||||
#serendipityScaleForm .form_field label {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
@ -1043,7 +1044,8 @@ summary {
|
||||
#serendipity_category .form_multiselect label { width: auto; }
|
||||
|
||||
.editor_toolbar input,
|
||||
.comment_data dt { min-width: 4.25em; }
|
||||
.comment_data dt,
|
||||
#serendipityScaleForm .form_field label { min-width: 4.25em; }
|
||||
|
||||
.category_data,
|
||||
.user_name,
|
||||
@ -1196,6 +1198,8 @@ form > .button_link:first-of-type { margin-top: 0; }
|
||||
.media_file_preview img,
|
||||
.plugins_installable>li { border: 1px solid #aaa; }
|
||||
|
||||
#serendipityScaleImg img { max-width: 99%; }
|
||||
|
||||
#template_select .preview_image,
|
||||
.media_file_preview {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user