Making WordPress.org


Ignore:
Timestamp:
03/07/2017 07:55:32 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Improve markup and styling for topic and reply edit forms:

  • Add breadcrumbs to topic edit form.
  • Display "Keep a log of this edit" checkbox in edit reply form.
  • Some minor style adjustments for visual consistency.

Fixes #2566.

File:
1 edited

Legend:

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

    r5079 r5113  
    507507
    508508#bbpress-forums {
    509     fieldset.bbp-form {
     509    .bbp-topic-form,
     510    .bbp-reply-form {
    510511        clear: right;
    511512
    512         legend {
    513             font-weight: normal;
    514             font-size: ms(2);
    515         }
    516 
    517         label {
    518             font-size: ms(-2);
    519         }
    520 
    521         p {
    522             em {
     513        fieldset.bbp-form {
     514            clear: right;
     515            margin: 0;
     516
     517            legend {
     518                display: block;
     519                font-weight: normal;
     520                font-size: ms(2);
     521            }
     522
     523            label,
     524            p em {
    523525                font-size: ms(-2);
    524526            }
     527
    525528            input[type="checkbox"] {
    526529                margin-bottom: 0;
     
    528531        }
    529532
    530         .bbp-topic-form {
    531             margin-top: 1rem;
    532             padding-top: 2rem;
    533         }
    534     }
    535 
    536     .bbp-topic-form {
    537         clear: right;
    538         border-top: 1px solid #eee;
     533        fieldset.log-edit {
     534            margin: 12px 0 8px 0;
     535
     536            legend {
     537                padding: 0;
     538                font-size: ms(-2);
     539            }
     540        }
    539541    }
    540542
     
    544546        }
    545547    }
     548}
     549
     550.single-forum .bbp-topic-form,
     551.bbp-view .bbp-topic-form {
     552    margin-top: 1rem;
     553    padding-top: 1rem;
     554    border-top: 1px solid #eee;
    546555}
    547556
Note: See TracChangeset for help on using the changeset viewer.