Changeset 31198
- Timestamp:
- 01/16/2015 03:07:13 AM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-includes/css/media-views.css
r30816 r31198 236 236 237 237 .media-toolbar-secondary { 238 position: relative; 238 239 float: left; 240 -webkit-box-sizing: border-box; 241 -moz-box-sizing: border-box; 242 box-sizing: border-box; 243 padding-right: 20px; 239 244 height: 100%; 240 245 max-width: 66%; 246 } 247 248 .media-toolbar-secondary .spinner { 249 position: absolute; 250 top: 2px; 251 right: 0px; 241 252 } 242 253 … … 736 747 margin-right: 2%; 737 748 max-width: 47%; 749 width: 100%; /* prevents options from invisibly taking up horizontal space */ 738 750 } 739 751 … … 2355 2367 2356 2368 .media-modal .attachments-browser .media-toolbar .spinner { 2357 margin: 14px 8px0;2369 margin: 14px 0 0; 2358 2370 } 2359 2371
Note: See TracChangeset
for help on using the changeset viewer.