Ticket #28851: 28851.4.diff
File 28851.4.diff, 1.9 KB (added by , 11 years ago) |
---|
-
src/wp-includes/css/media-views.css
1021 1021 outline: none; 1022 1022 } 1023 1023 1024 .attachments-browser .uploader-inline { 1025 border: 4px dashed #bbb; 1026 } 1027 1024 1028 .attachments-browser .uploader-inline:not(.hidden) + .attachments { 1025 1029 top: 350px; 1026 1030 } … … 1039 1043 cursor: pointer; 1040 1044 height: 48px; 1041 1045 position: absolute; 1042 right: 20px;1046 right: 0; 1043 1047 text-align: center; 1044 top: 20px;1048 top: 0; 1045 1049 width: 50px; 1046 1050 z-index: 1; 1047 1051 } … … 1338 1342 } 1339 1343 1340 1344 .media-frame .uploader-inline { 1341 margin : 20px;1342 padding: 20px;1345 margin-bottom: 20px; 1346 padding: 0; 1343 1347 text-align: center; 1344 1348 } 1345 1349 … … 1351 1355 } 1352 1356 1353 1357 .uploader-inline-content .upload-ui { 1354 margin: 4em 0;1358 margin: 2em 0; 1355 1359 } 1356 1360 1357 1361 .uploader-inline-content .post-upload-ui { … … 1366 1370 font-size: 20px; 1367 1371 line-height: 28px; 1368 1372 font-weight: 400; 1369 margin -bottom: 1.6em;1373 margin: 0; 1370 1374 } 1371 1375 1372 1376 .uploader-inline .has-upload-message .upload-instructions { … … 1385 1389 1386 1390 .uploader-inline p { 1387 1391 font-size: 12px; 1392 margin: 0.5em 0; 1388 1393 } 1389 1394 1390 1395 .uploader-inline .media-progress-bar { -
src/wp-includes/media-template.php
177 177 178 178 <?php else : ?> 179 179 <div class="upload-ui"> 180 <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files anywhere to upload' ); ?></h3> 181 <a href="#" class="browser button button-hero"><?php _e( 'Select Files' ); ?></a> 180 <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files here' ); ?></h3> 181 <p><?php _e( 'or' ); ?></p> 182 <a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a> 182 183 </div> 183 184 184 185 <div class="upload-inline-status"></div>