Changeset 27504
- Timestamp:
- 03/11/2014 07:41:22 PM (11 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r27289 r27504 1545 1545 26.0 - Misc 1546 1546 ------------------------------------------------------------------------------*/ 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 } 1547 1560 1548 1561 #template div { -
trunk/src/wp-admin/css/media.css
r27485 r27504 494 494 } 495 495 496 .spinner {497 background: url(../images/spinner.gif) no-repeat;498 -webkit-background-size: 20px 20px;499 background-size: 20px 20px;500 display: none;501 float: right;502 opacity: 0.7;503 filter: alpha(opacity=70);504 width: 20px;505 height: 20px;506 margin: 2px 5px 0;507 }508 509 496 .no-float { 510 497 float: none;
Note: See TracChangeset
for help on using the changeset viewer.