diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
index ea7ec84..82a2f41 100644
|
|
|
object { |
| 2810 | 2810 | } |
| 2811 | 2811 | |
| 2812 | 2812 | .search-form .button-search { |
| | 2813 | border-top: none; |
| 2813 | 2814 | border-left: none; |
| 2814 | 2815 | -webkit-border-radius: 0 2px 2px 0; |
| 2815 | 2816 | border-radius: 0 2px 2px 0; |
| … |
… |
object { |
| 2818 | 2819 | position: relative; |
| 2819 | 2820 | right: auto; |
| 2820 | 2821 | top: auto; |
| | 2822 | vertical-align: top; |
| 2821 | 2823 | } |
| 2822 | 2824 | |
| 2823 | 2825 | .search-form .button-search:active { |
| … |
… |
object { |
| 2876 | 2878 | |
| 2877 | 2879 | .site-header:not(.home) .search-form .search-field { |
| 2878 | 2880 | border: 0; |
| 2879 | | -webkit-border-radius: 2px; |
| 2880 | | border-radius: 2px; |
| | 2881 | -webkit-border-radius: 2px 0 0 2px; |
| | 2882 | border-radius: 2px 0 0 2px; |
| 2881 | 2883 | display: inline-block; |
| 2882 | 2884 | font-size: 16px; |
| 2883 | 2885 | font-size: 1rem; |
| 2884 | 2886 | padding: 5px 10px; |
| 2885 | 2887 | position: relative; |
| 2886 | | width: 100%; |
| | 2888 | width: auto; |
| 2887 | 2889 | } |
| 2888 | 2890 | |
| 2889 | 2891 | @media screen and (min-width: 48em) { |
| 2890 | 2892 | .site-header:not(.home) .search-form .search-field { |
| 2891 | | -webkit-border-radius: 2px 0 0 2px; |
| 2892 | | border-radius: 2px 0 0 2px; |
| 2893 | 2893 | font-size: 0.64rem; |
| 2894 | 2894 | width: 7rem; |
| 2895 | 2895 | } |