Changeset 29054
- Timestamp:
- 07/10/2014 01:43:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/revisions.css
r27437 r29054 74 74 75 75 .revisions .loading-indicator { 76 position: fixed;76 position: absolute; 77 77 vertical-align: middle; 78 78 opacity: 0; 79 79 width: 100%; 80 width: -webkit-calc( 100% - 30px ); 81 width: calc( 100% - 30px ); 80 82 top: 50%; 81 margin-left: -90px; 83 top: -webkit-calc( 50% - 10px ); 84 top: calc( 50% - 10px ); 82 85 -webkit-transition: opacity 0.5s; 83 86 transition: opacity 0.5s;
Note: See TracChangeset
for help on using the changeset viewer.