Changeset 1519:0aabee64df46 for admin
- Timestamp:
- 08/22/13 04:01:33 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r1499 r1519 357 357 '<h3>'.__('Add files').'</h3>'. 358 358 '<p>'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'. 359 ' <form id="fileupload" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data" aria-disabled="false">'. 359 '<p class="max-sizer form-note info"> '.__('Maximum file size allowed:').' '.files::size(DC_MAX_UPLOAD_SIZE).'</p>'. 360 '<form id="fileupload" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data" aria-disabled="false">'. 360 361 '<p>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 361 362 $core->formNonce().'</p>'. … … 363 364 364 365 echo 365 '<div class="fileupload-buttonbar">'; 366 367 echo 368 '<p class="max-sier form-note info"> '.__('Maximum file size allowed:').' '.files::size(DC_MAX_UPLOAD_SIZE).'</p>'. 366 '<div class="fileupload-buttonbar clear">'; 367 368 echo 369 369 '<p><label for="upfile">'.'<span class="add-label one-file">'.__('Choose file').'</span>'.'</label>'. 370 370 '<button class="button add">'.__('Choose files').'</button>'. -
admin/style/jsUpload/style.css
r1452 r1519 58 58 } 59 59 60 .enhanced_uploader .add { 61 margin-right: 4em; 62 } 63 64 .enhanced_uploader .cancel, .enhanced_uploader .clean, .enhanced_uploader .start { 65 margin-left: .5em; 60 .enhanced_uploader .add, .enhanced_uploader .cancel, 61 .enhanced_uploader .clean, .enhanced_uploader .start { 62 margin-right: .4em; 66 63 } 67 64 … … 97 94 98 95 .enhanced_uploader p.clear { 99 margin-top: 3em;100 margin-bottom: 0;96 padding-top: 1em; 97 margin-bottom: 1em; 101 98 } 102 99 … … 135 132 136 133 .upload-fileinfo { 137 margin-left: 16px;134 margin-left: 8px; 138 135 margin-bottom: .4em; 139 136 } 140 137 .upload-fileinfo span { 138 padding-right: 8px; 139 } 141 140 .upload-fileinfo .upload-filecancel { 142 141 display: block; 142 padding-right: 0; 143 143 margin-top: 3px; 144 144 width: 20px; … … 160 160 161 161 .upload-progress { 162 padding: 0 1em;162 padding: 0 8px; 163 163 } 164 164 … … 175 175 border-radius: 2px; 176 176 } 177 178 177 div.template-upload { 179 178 clear: both; … … 182 181 .queue-message { 183 182 font-weight: bold; 184 margin: 0 0 1em 16px;183 margin: 0 0 1em 0; 185 184 }
Note: See TracChangeset
for help on using the changeset viewer.