Making WordPress.org


Ignore:
Timestamp:
01/30/2020 11:07:25 PM (7 years ago)
Author:
coffee2code
Message:

Support theme: Add spacing between input field and search button on user profile pages when the button flows under input.

Also adds padding to the search input field to match height of search button and not be so cramped.

Props passoniate, coffee2code.
Fixes #4984.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r9440 r9442  
    10941094.bbp-single-user {
    10951095
     1096        input[type="text"] {
     1097                padding: 3px 5px;
     1098                @media (max-width: 767px) {
     1099                        &#ts {
     1100                                margin-bottom: 6px;
     1101                        }
     1102                }
     1103        }
     1104
    10961105        .page-header {
    10971106
Note: See TracChangeset for help on using the changeset viewer.