Changeset 3459
- Timestamp:
- 06/19/2016 10:47:04 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3454 r3459 1810 1810 font-size: 10.24px; 1811 1811 font-size: 0.64rem; 1812 width: 10rem;1812 width: 7rem; 1813 1813 } 1814 1814 .site-header .search-form .search-field + .button-search { 1815 1815 display: inline-block; 1816 margin-bottom: 0; 1817 } 1818 } 1819 1820 @media screen and (min-width: 60em) { 1821 .site-header .search-form .search-field { 1822 width: 10rem; 1816 1823 } 1817 1824 } … … 1898 1905 1899 1906 .single .site-main { 1900 padding-top: 1.5625rem; 1907 padding: 0; 1908 } 1909 1910 @media screen and (min-width: 48em) { 1911 .single .site-main { 1912 padding: 0 10px 3.0517578125rem; 1913 } 1901 1914 } 1902 1915 … … 2070 2083 } 2071 2084 2072 .single .type-plugin .plugin-banner + .plugin-header { 2073 padding-top: 0; 2085 @media screen and (min-width: 60em) { 2086 .single .type-plugin .plugin-banner { 2087 margin-top: 1.5625rem; 2088 } 2074 2089 } 2075 2090 2076 2091 .single .type-plugin .plugin-header { 2077 2092 border-bottom: 2px solid #eee; 2078 padding -bottom: 1.143rem;2093 padding: 1.143rem 1.5625rem; 2079 2094 } 2080 2095 … … 2113 2128 .single .type-plugin .plugin-header .byline { 2114 2129 color: #78848f; 2130 } 2131 2132 .single .type-plugin .plugin-banner + .plugin-header { 2133 padding-top: 0; 2134 } 2135 2136 .single .type-plugin .entry-content, 2137 .single .type-plugin .entry-meta { 2138 padding: 0 1.5625rem; 2115 2139 } 2116 2140 … … 2310 2334 2311 2335 @media screen and (min-width: 48em) { 2336 .single .type-plugin .plugin-header, 2337 .single .type-plugin .entry-content, 2338 .single .type-plugin .entry-meta { 2339 padding-right: 0; 2340 padding-left: 0; 2341 } 2312 2342 .single .type-plugin .entry-meta { 2313 2343 float: left; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3454 r3459 1810 1810 font-size: 10.24px; 1811 1811 font-size: 0.64rem; 1812 width: 10rem;1812 width: 7rem; 1813 1813 } 1814 1814 .site-header .search-form .search-field + .button-search { 1815 1815 display: inline-block; 1816 margin-bottom: 0; 1817 } 1818 } 1819 1820 @media screen and (min-width: 60em) { 1821 .site-header .search-form .search-field { 1822 width: 10rem; 1816 1823 } 1817 1824 } … … 1898 1905 1899 1906 .single .site-main { 1900 padding-top: 1.5625rem; 1907 padding: 0; 1908 } 1909 1910 @media screen and (min-width: 48em) { 1911 .single .site-main { 1912 padding: 0 10px 3.0517578125rem; 1913 } 1901 1914 } 1902 1915 … … 2070 2083 } 2071 2084 2072 .single .type-plugin .plugin-banner + .plugin-header { 2073 padding-top: 0; 2085 @media screen and (min-width: 60em) { 2086 .single .type-plugin .plugin-banner { 2087 margin-top: 1.5625rem; 2088 } 2074 2089 } 2075 2090 2076 2091 .single .type-plugin .plugin-header { 2077 2092 border-bottom: 2px solid #eee; 2078 padding -bottom: 1.143rem;2093 padding: 1.143rem 1.5625rem; 2079 2094 } 2080 2095 … … 2113 2128 .single .type-plugin .plugin-header .byline { 2114 2129 color: #78848f; 2130 } 2131 2132 .single .type-plugin .plugin-banner + .plugin-header { 2133 padding-top: 0; 2134 } 2135 2136 .single .type-plugin .entry-content, 2137 .single .type-plugin .entry-meta { 2138 padding: 0 1.5625rem; 2115 2139 } 2116 2140 … … 2310 2334 2311 2335 @media screen and (min-width: 48em) { 2336 .single .type-plugin .plugin-header, 2337 .single .type-plugin .entry-content, 2338 .single .type-plugin .entry-meta { 2339 padding-left: 0; 2340 padding-right: 0; 2341 } 2312 2342 .single .type-plugin .entry-meta { 2313 2343 float: right; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3454 r3459 149 149 border-radius: 2px 0 0 2px; 150 150 @include font-size( ms-unitless( ms(-4) ) ); 151 width: 10rem;151 width: 7rem; 152 152 } 153 153 154 154 .search-field + .button-search { 155 155 display: inline-block; 156 margin-bottom: 0; 157 } 158 } 159 160 @media screen and ( min-width: 60em ) { 161 .search-field { 162 width: 10rem; 156 163 } 157 164 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss
r3406 r3459 6 6 padding: ms(10) ms(4); 7 7 8 @media screen and ( min-width: 48em) {8 @media screen and ( min-width: $ms-breakpoint ) { 9 9 padding: ms(10) 10px; 10 10 } 11 11 12 12 .single & { 13 padding-top: ms(4); 13 padding: 0; 14 15 @media screen and ( min-width: $ms-breakpoint ) { 16 padding: 0 10px ms(10); 17 } 14 18 } 15 19 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3454 r3459 17 17 vertical-align: middle; 18 18 width: 100%; 19 } 20 21 .plugin-banner + .plugin-header {22 padding-top: 0;19 20 @media screen and ( min-width: 60em ) { 21 margin-top: ms(4); 22 } 23 23 } 24 24 … … 26 26 @extend .clear; 27 27 border-bottom: 2px solid #eee; 28 padding -bottom: ms(1);28 padding: ms(1) ms(4); 29 29 30 30 .plugin-thumbnail { … … 63 63 } 64 64 65 .plugin-banner + .plugin-header { 66 padding-top: 0; 67 } 68 69 .entry-content, 70 .entry-meta { 71 padding: 0 ms(4); 72 } 73 65 74 .entry-content { 66 75 max-width: 768px; … … 256 265 257 266 @media screen and ( min-width: $ms-breakpoint ) { 267 .plugin-header, 268 .entry-content, 269 .entry-meta { 270 padding-left: 0; 271 padding-right: 0; 272 } 273 258 274 .entry-meta { 259 275 float: right;
Note: See TracChangeset
for help on using the changeset viewer.