Changeset 29296
- Timestamp:
- 07/25/2014 12:30:28 AM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r29289 r29296 1007 1007 } 1008 1008 1009 .attachments-browser .uploader-inline { 1010 border: 4px dashed #bbb; 1011 } 1012 1009 1013 .attachments-browser .uploader-inline:not(.hidden) + .attachments { 1010 1014 top: 350px; … … 1025 1029 height: 48px; 1026 1030 position: absolute; 1027 right: 20px;1031 right: 0; 1028 1032 text-align: center; 1029 top: 20px;1033 top: 0; 1030 1034 width: 50px; 1031 1035 z-index: 1; … … 1238 1242 1239 1243 .media-frame .uploader-inline { 1240 margin : 20px;1241 padding: 20px;1244 margin-bottom: 20px; 1245 padding: 0; 1242 1246 text-align: center; 1243 1247 } … … 1251 1255 1252 1256 .uploader-inline-content .upload-ui { 1253 margin: 4em 0;1257 margin: 2em 0; 1254 1258 } 1255 1259 … … 1266 1270 line-height: 28px; 1267 1271 font-weight: 400; 1268 margin -bottom: 1.6em;1272 margin: 0; 1269 1273 } 1270 1274 … … 1285 1289 .uploader-inline p { 1286 1290 font-size: 12px; 1291 margin: 0.5em 0; 1287 1292 } 1288 1293 -
trunk/src/wp-includes/media-template.php
r29295 r29296 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
Note: See TracChangeset
for help on using the changeset viewer.