Skip to:
Content

BuddyPress.org

Changeset 12226


Ignore:
Timestamp:
09/07/2018 02:45:07 PM (6 years ago)
Author:
djpaul
Message:

Templates, Legacy: fix horizontal scrollbar on member directories on twentyseventeen

Props elhardoum

Fixes #7917

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/css/buddybar-rtl.css

    r12136 r12226  
    101101    float: right;
    102102    position: relative;
    103     background: url(../images/admin-menu-arrow.gif) 88% 53% no-repeat;
     103    background: url(../images/admin-menu-arrow.gif) 12% 53% no-repeat;
    104104    padding-left: 11px;
    105105}
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen-rtl.css

    r12136 r12226  
    44the WordPress twentyseventeen theme.
    55
    6 @version 3.0.0
     6@version 3.2.0
    77
    88This sheet supports the primary BuddyPress styles in buddypress.css
     
    19321932#buddypress li.groups-members-search form {
    19331933    border: 1px solid rgba(190, 190, 190, 0.6);
     1934    position: relative;
    19341935    border-radius: 2px;
    19351936    background-clip: padding-box;
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css

    r12136 r12226  
    44the WordPress twentyseventeen theme.
    55
    6 @version 3.0.0
     6@version 3.2.0
    77
    88This sheet supports the primary BuddyPress styles in buddypress.css
     
    19321932#buddypress li.groups-members-search form {
    19331933    border: 1px solid rgba(190, 190, 190, 0.6);
     1934    position: relative;
    19341935    border-radius: 2px;
    19351936    background-clip: padding-box;
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen.scss

    r12082 r12226  
    243243the WordPress twentyseventeen theme.
    244244
    245 @version 3.0.0
     245@version 3.2.0
    246246
    247247This sheet supports the primary BuddyPress styles in buddypress.css
     
    28612861        form { // *sigh* only to bludgeon over specified rules
    28622862            border: 1px solid rgba($border-color, 0.6);
     2863            position: relative;
    28632864
    28642865            @include border-radius(2px);
Note: See TracChangeset for help on using the changeset viewer.