Skip to:
Content

BuddyPress.org

Changeset 11921


Ignore:
Timestamp:
04/01/2018 07:14:05 PM (8 years ago)
Author:
hnla
Message:

Nouveau: Notifications bulk manage action

Commit adjusts look of the input button, removes border, aligns text to select option.

Adds a new nested ruleset for notifications bulk manage in _bp_filters.scss.

This object could be better handled along the lines of messages action, this commit addresses basic deficits only.

Location:
trunk/src/bp-templates/bp-nouveau
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_filters.scss

    r11920 r11921  
    175175        } // close .subnav-filters
    176176
     177        .notifications-options-nav {
     178
     179                input#notification-bulk-manage {
     180                        border: 0;
     181                        border-radius: 0;
     182                        line-height: 1.6;
     183                }
     184        }
     185
    177186} // close .buddypress-wrap
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r11920 r11921  
    764764                float: left;
    765765        }
     766}
     767
     768.buddypress-wrap .notifications-options-nav input#notification-bulk-manage {
     769        border: 0;
     770        border-radius: 0;
     771        line-height: 1.6;
    766772}
    767773
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r11920 r11921  
    764764                float: right;
    765765        }
     766}
     767
     768.buddypress-wrap .notifications-options-nav input#notification-bulk-manage {
     769        border: 0;
     770        border-radius: 0;
     771        line-height: 1.6;
    766772}
    767773
Note: See TracChangeset for help on using the changeset viewer.