Making WordPress.org


Ignore:
Timestamp:
07/12/2018 10:58:07 PM (8 years ago)
Author:
obenland
Message:

Support: Add Create Topic link atop topics list

Hopefully helps avoiding hijacked topics by new users.

Props tobifjellner.
Fixes #3595.

File:
1 edited

Legend:

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

    r7256 r7450  
    435435                }
    436436
     437                .create-topic {
     438                        font-size: 0.8rem;
     439                        float: left;
     440
     441                        &:before {
     442                                color: #000;
     443                                content: "\f132";
     444                                float: left;
     445                                font: 400 16px/1 dashicons;
     446                                margin-right: 3px;
     447                                padding-top: 3px;
     448                        }
     449                }
     450
     451
     452
    437453                .bbp-pagination {
    438454                        font-size: ms(-2);
Note: See TracChangeset for help on using the changeset viewer.