Changeset 22184
- Timestamp:
- 10/11/2012 04:11:47 AM (12 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/css/media-views.css
r22180 r22184 375 375 display: none; 376 376 position: absolute; 377 top: 0; 378 right: 0; 379 height: 26px; 380 width: 26px; 377 top: 5px; 378 right: 5px; 379 height: 22px; 380 width: 22px; 381 padding: 0; 381 382 font-size: 20px; 382 line-height: 2 4px;383 line-height: 20px; 383 384 text-align: center; 384 385 text-decoration: none; 385 386 color: #464646; 386 387 background: #fff; 388 border-width: 0; 389 box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 ); 390 } 391 392 .attachment .close:hover { 393 box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 ); 387 394 } 388 395 -
trunk/wp-includes/media.php
r22176 r22184 1343 1343 1344 1344 <% if ( buttons.close ) { %> 1345 <a class="close " href="#">×</a>1345 <a class="close button" href="#">×</a> 1346 1346 <% } %> 1347 1347 </div>
Note: See TracChangeset
for help on using the changeset viewer.