Ticket #26172: 26172.diff
| File 26172.diff, 1.4 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/theme.css
529 529 float: left; 530 530 margin: 0 30px 0 0; 531 531 width: 55%; 532 max-width: 900px; 532 533 text-align: center; 533 534 } 534 535 /* First screenshot, shown big */ … … 744 745 * Shuffles theme columns around based on screen width 745 746 */ 746 747 747 @media ( min-width: 1700px ) { 748 @media ( min-width: 2000px ) { 749 .theme-browser .theme { 750 width: 17.6%; 751 } 752 .theme-browser .theme:nth-child(3n), 753 .theme-browser .theme:nth-child(4n) { 754 margin-right: 3%; 755 } 756 .theme-browser .theme:nth-child(5n) { 757 margin-right: 0; 758 } 759 } 760 @media ( min-width: 1600px ) { 748 761 .theme { 749 762 width: 22.7%; 750 763 margin: 0 3% 3% 0; … … 761 774 left: 22%; 762 775 } 763 776 } 764 @media ( max-width: 1 200px ) {777 @media ( max-width: 1150px ) { 765 778 .theme { 766 779 width: 47.5%; 767 780 margin-right: 0; … … 812 825 top: 3px; 813 826 } 814 827 } 815 @media ( max-width: 650px ) {828 @media ( max-width: 480px ) { 816 829 .theme { 817 830 width: 100%; 818 831 margin-right: 0; 819 832 } 820 .theme:hover .theme-actions {821 display: none;822 }823 833 .theme:nth-child(2n), 824 834 .theme:nth-child(3n) { 825 835 margin-right: 0; 826 836 } 837 } 838 @media ( max-width: 650px ) { 839 .theme:hover .theme-actions { 840 display: none; 841 } 827 842 .theme-overlay .theme-update, 828 843 .theme-overlay .theme-description { 829 844 margin-left: 0;