Changeset 4606
- Timestamp:
- 01/03/2017 03:31:17 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 3 edited
-
client/components/search-form/style.scss (modified) (3 diffs)
-
css/style-rtl.css (modified) (4 diffs)
-
css/style.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/search-form/style.scss
r4223 r4606 19 19 20 20 .button-search { 21 border-top: none; 21 22 border-left: none; 22 23 border-radius: 0 2px 2px 0; … … 25 26 right: auto; 26 27 top: auto; 28 vertical-align: top; 27 29 28 30 &:active { … … 74 76 .search-field { 75 77 border: 0; 76 border-radius: 2px ;78 border-radius: 2px 0 0 2px; 77 79 display: inline-block; 78 80 font-size: ms( 0 ); 79 81 padding: 5px 10px; 80 82 position: relative; 81 width: 100%;83 width: auto; 82 84 } 83 85 84 86 @media screen and (min-width: $ms-breakpoint) { 85 87 .search-field { 86 border-radius: 2px 0 0 2px;87 88 font-size: ms( -4 ); 88 89 width: 7rem; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r4506 r4606 2820 2820 2821 2821 .search-form .button-search { 2822 border-top: none; 2822 2823 border-right: none; 2823 2824 -webkit-border-radius: 2px 0 0 2px; … … 2828 2829 left: auto; 2829 2830 top: auto; 2831 vertical-align: top; 2830 2832 } 2831 2833 … … 2886 2888 .site-header:not(.home) .search-form .search-field { 2887 2889 border: 0; 2888 -webkit-border-radius: 2px;2889 border-radius: 2px;2890 -webkit-border-radius: 0 2px 2px 0; 2891 border-radius: 0 2px 2px 0; 2890 2892 display: inline-block; 2891 2893 font-size: 16px; … … 2893 2895 padding: 5px 10px; 2894 2896 position: relative; 2895 width: 100%;2897 width: auto; 2896 2898 } 2897 2899 2898 2900 @media screen and (min-width: 48em) { 2899 2901 .site-header:not(.home) .search-form .search-field { 2900 -webkit-border-radius: 0 2px 2px 0;2901 border-radius: 0 2px 2px 0;2902 2902 font-size: 0.64rem; 2903 2903 width: 7rem; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4506 r4606 2820 2820 2821 2821 .search-form .button-search { 2822 border-top: none; 2822 2823 border-left: none; 2823 2824 -webkit-border-radius: 0 2px 2px 0; … … 2828 2829 right: auto; 2829 2830 top: auto; 2831 vertical-align: top; 2830 2832 } 2831 2833 … … 2886 2888 .site-header:not(.home) .search-form .search-field { 2887 2889 border: 0; 2888 -webkit-border-radius: 2px ;2889 border-radius: 2px ;2890 -webkit-border-radius: 2px 0 0 2px; 2891 border-radius: 2px 0 0 2px; 2890 2892 display: inline-block; 2891 2893 font-size: 16px; … … 2893 2895 padding: 5px 10px; 2894 2896 position: relative; 2895 width: 100%;2897 width: auto; 2896 2898 } 2897 2899 2898 2900 @media screen and (min-width: 48em) { 2899 2901 .site-header:not(.home) .search-form .search-field { 2900 -webkit-border-radius: 2px 0 0 2px;2901 border-radius: 2px 0 0 2px;2902 2902 font-size: 0.64rem; 2903 2903 width: 7rem;
Note: See TracChangeset
for help on using the changeset viewer.