Ticket #27269: 27269.4.diff
File 27269.4.diff, 1.2 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/common.css
1545 1545 26.0 - Misc 1546 1546 ------------------------------------------------------------------------------*/ 1547 1547 1548 .spinner { 1549 background: url(../images/spinner.gif) no-repeat; 1550 -webkit-background-size: 20px 20px; 1551 background-size: 20px 20px; 1552 display: none; 1553 float: right; 1554 opacity: 0.7; 1555 filter: alpha(opacity=70); 1556 width: 20px; 1557 height: 20px; 1558 margin: 2px 5px 0; 1559 } 1560 1548 1561 #template div { 1549 1562 margin-right: 190px; 1550 1563 } -
src/wp-admin/css/media.css
447 447 display: none; 448 448 } 449 449 450 .spinner {451 background: url(../images/spinner.gif) no-repeat;452 -webkit-background-size: 20px 20px;453 background-size: 20px 20px;454 display: none;455 float: right;456 opacity: 0.7;457 filter: alpha(opacity=70);458 width: 20px;459 height: 20px;460 margin: 2px 5px 0;461 }462 463 450 .no-float { 464 451 float: none; 465 452 }