Changeset 1172:c94e160ed5a2
- Timestamp:
- 07/12/13 10:45:59 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r1164 r1172 346 346 347 347 echo 348 '< span class="max-size"> ('.sprintf(__('Maximum size %s'),files::size(DC_MAX_UPLOAD_SIZE)).')</span>'.348 '<p class="max-sier form-note info"> '.__('Maximum file size allowed:').files::size(DC_MAX_UPLOAD_SIZE).'</p>'. 349 349 '<label for="upfile">'. 350 350 '<span class="add-label one-file">'.__('Choose file').'</span>'. -
admin/style/jsUpload/style.css
r1170 r1172 14 14 cursor: pointer; 15 15 color: #fff; 16 font -size: 1em;16 font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 17 17 margin-right: 4px; 18 18 margin-bottom: .5em; … … 85 85 } 86 86 87 .enhanced_uploader p.clear { 88 margin-top: 3em; 89 margin-bottom: 0; 90 } 91 92 #add-file-f p.clear { 93 margin-top: 1em; 94 margin-bottom: 0; 95 } 96 87 97 /* files */ 88 98 .upload-msg {
Note: See TracChangeset
for help on using the changeset viewer.