Changeset 8206
- Timestamp:
- 02/05/2019 09:55:07 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r8203 r8206 533 533 } 534 534 535 .widget-title { 536 line-height: 60px; 537 line-height: 6rem; 538 } 539 540 &.search-guide { 541 border-top: 2px solid #efefef; 542 } 543 535 544 @media ( max-width: 974px ) { 536 545 width: 640px; … … 561 570 } 562 571 &.search-guide { 563 border-top: 2px solid #efefef;564 572 padding-top: 60px; 565 573 padding-top: 6rem; … … 575 583 font-size: 25px; 576 584 font-size: 2.5rem; 577 line-height: 60px;578 line-height: 6rem;585 line-height: 20px; 586 line-height: 2rem; 579 587 .dashicons { 580 588 color: #222; … … 822 830 padding-right: 1.3em; 823 831 input { 832 margin-bottom: 6px; 824 833 padding-left: 0.5em; 834 vertical-align: middle; 825 835 } 826 836 } 827 837 label:last-child { 828 838 border-right-width: 0; 839 } 840 841 @media ( max-width: 688px ) { 842 span { 843 display: block; 844 } 845 846 label { 847 margin-left: 0; 848 margin-right: 1em; 849 width: 130px; 850 851 &:last-child { 852 margin-right: 0; 853 padding-right: 0; 854 width: initial; 855 } 856 } 829 857 } 830 858 } … … 928 956 } 929 957 .horizontal-list { 930 display: inline; 958 display: block; 959 width: 100%; 931 960 list-style-type: none; 932 961 margin: 0; 933 962 padding: 0; 963 text-align: center; 934 964 } 935 965 .horizontal-list li { … … 2334 2364 } 2335 2365 } 2366 #content-area { 2367 padding-left: 2%; 2368 } 2336 2369 2337 2370 &.archive, &.search { … … 2358 2391 .sourcefile { 2359 2392 float: left; 2393 } 2394 } 2395 #content-area { 2396 @media (max-width: 43em) { 2397 padding-left: 2%; 2360 2398 } 2361 2399 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r8203 r8206 876 876 } 877 877 878 .devhub-wrap .home-landing .section .widget-title { 879 line-height: 60px; 880 line-height: 6rem; 881 } 882 883 .devhub-wrap .home-landing .section.search-guide { 884 border-top: 2px solid #efefef; 885 } 886 878 887 @media (max-width: 974px) { 879 888 .devhub-wrap .home-landing .section { … … 907 916 908 917 .devhub-wrap .section.search-guide { 909 border-top: 2px solid #efefef;910 918 padding-top: 60px; 911 919 padding-top: 6rem; … … 920 928 font-size: 25px; 921 929 font-size: 2.5rem; 922 line-height: 60px;923 line-height: 6rem;930 line-height: 20px; 931 line-height: 2rem; 924 932 } 925 933 … … 1190 1198 1191 1199 .devhub-wrap .searchform .search-post-type label input { 1200 margin-bottom: 6px; 1192 1201 padding-left: 0.5em; 1202 vertical-align: middle; 1193 1203 } 1194 1204 1195 1205 .devhub-wrap .searchform .search-post-type label:last-child { 1196 1206 border-right-width: 0; 1207 } 1208 1209 @media (max-width: 688px) { 1210 .devhub-wrap .searchform .search-post-type span { 1211 display: block; 1212 } 1213 .devhub-wrap .searchform .search-post-type label { 1214 margin-left: 0; 1215 margin-right: 1em; 1216 width: 130px; 1217 } 1218 .devhub-wrap .searchform .search-post-type label:last-child { 1219 margin-right: 0; 1220 padding-right: 0; 1221 width: initial; 1222 } 1197 1223 } 1198 1224 … … 1306 1332 1307 1333 .devhub-wrap .horizontal-list { 1308 display: inline; 1334 display: block; 1335 width: 100%; 1309 1336 list-style-type: none; 1310 1337 margin: 0; 1311 1338 padding: 0; 1339 text-align: center; 1312 1340 } 1313 1341 … … 2708 2736 width: 100%; 2709 2737 } 2738 .devhub-wrap #content-area { 2739 padding-left: 2%; 2740 } 2710 2741 .devhub-wrap.archive .meta, .devhub-wrap.search .meta { 2711 2742 font-size: 100%; … … 2723 2754 .devhub-wrap.archive .sourcefile, .devhub-wrap.search .sourcefile { 2724 2755 float: left; 2756 } 2757 } 2758 2759 @media (min-width: 43em) and (max-width: 43em) { 2760 .devhub-wrap #content-area { 2761 padding-left: 2%; 2725 2762 } 2726 2763 }
Note: See TracChangeset
for help on using the changeset viewer.