diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
index f7db006c6..eb1902ecb 100644
a
|
b
|
section { |
3883 | 3883 | .bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links { |
3884 | 3884 | display: block; |
3885 | 3885 | } |
| 3886 | |
| 3887 | .main-navigation button.button-search { |
| 3888 | display: block; |
| 3889 | position: absolute; |
| 3890 | right: 0; |
| 3891 | top: 0; |
| 3892 | } |
| 3893 | |
| 3894 | .site-header:not(.home) .search-form { |
| 3895 | display: block; |
| 3896 | } |
| 3897 | |
| 3898 | .site-header:not(.home) .search-form .search-field { |
| 3899 | width: 100%; |
| 3900 | display: inline-block; |
| 3901 | } |
3886 | 3902 | } |
3887 | 3903 | |
3888 | 3904 | .bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a, |