Ticket #30725: 30725.2.patch
File 30725.2.patch, 2.0 KB (added by , 10 years ago) |
---|
-
src/wp-includes/css/media-views.css
230 230 231 231 .media-toolbar-primary { 232 232 float: right; 233 height: 100%;234 233 max-width: 33%; 235 234 } 236 235 237 236 .media-toolbar-secondary { 237 -webkit-box-sizing: border-box; 238 -moz-box-sizing: border-box; 239 box-sizing: border-box; 238 240 float: left; 239 height: 100%;240 241 max-width: 66%; 242 /* reserve room for the spinner */ 243 padding-right: 20px; 244 position: relative; 241 245 } 242 246 243 247 .media-toolbar-primary > .media-button, … … 736 740 */ 737 741 .media-frame select.attachment-filters { 738 742 margin-top: 11px; 739 margin-right: 2%;740 ma x-width: 47%;743 margin-right: 10px; 744 margin-left: 0; 741 745 } 742 746 747 @media only screen and (max-width: 1120px) { 748 .media-frame select.attachment-filters { 749 margin-right: 2%; 750 max-width: 48%; 751 } 752 } 753 743 754 /** 744 755 * Search 745 756 */ … … 752 763 -webkit-appearance: none; 753 764 } 754 765 766 .media-modal .media-frame .search { 767 height: 28px; 768 } 769 755 770 .media-toolbar-primary .search { 756 771 max-width: 100%; 757 772 } … … 1491 1506 * Spinner 1492 1507 */ 1493 1508 .media-frame .spinner { 1494 background: url(../images/spinner.gif) no-repeat; 1495 -webkit-background-size: 20px 20px; 1496 background-size: 20px 20px; 1497 display: none; 1498 opacity: 0.7; 1499 filter: alpha(opacity=70); 1500 width: 20px; 1501 height: 20px; 1509 float: none; 1510 position: absolute; 1511 right: 0; 1512 top: 1px; 1502 1513 margin: 0; 1503 1514 } 1504 1515 1505 .media- toolbar.spinner {1506 margin-top: 14px;1516 .media-modal .spinner { 1517 top: 15px; 1507 1518 } 1508 1519 1520 .media-modal .settings-save-status .spinner { 1521 top: -1px; 1522 } 1523 1509 1524 /** 1510 1525 * Attachment Details 1511 1526 */ … … 1766 1781 } 1767 1782 1768 1783 .media-frame .embed-url .spinner { 1769 position: absolute;1770 1784 top: 32px; 1771 1785 right: 26px; 1772 1786 } … … 2356 2370 height: auto; 2357 2371 } 2358 2372 2359 .media-modal .attachments-browser .media-toolbar .spinner {2360 margin: 14px 8px 0;2361 }2362 2363 2373 /* Text inputs need to be 16px, or they force zooming on iOS */ 2364 2374 .media-frame input[type="text"], 2365 2375 .media-frame input[type="password"],