Making WordPress.org

Ticket #5008: 5008.diff

File 5008.diff, 976 bytes (added by valentinbora, 5 years ago)

Patch containing the proposed changes to input fields

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
    index 2e9e179eb..057ced848 100644
    div.bbp-template-notice.updated { 
    593593        outline: 0;
    594594}
    595595
     596#bbpress-forums fieldset.bbp-form {
     597        label {
     598                margin-bottom: 0.3rem;
     599                font-weight: bold;
     600        }
     601
     602        textarea,
     603        textarea.bbp-the-content,
     604        select,
     605        input[type="text"] {
     606                width: 100%;
     607                border: 1px solid #ddd;
     608                padding: 1rem 0.5rem;
     609                border-radius: 3px;
     610                font-size: 16px;
     611        }
     612
     613        p > em {
     614                color: #586069;
     615                font-size: 0.6rem;
     616        }
     617}
     618
    596619#bbpress-forums fieldset.bbp-form textarea:focus,
    597620#bbpress-forums fieldset.bbp-form select:focus,
    598621#bbpress-forums fieldset.bbp-form input:focus {