Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/21/2014 02:06:53 PM (11 years ago)
Author:
boonebgorges
Message:

Enable member sorting and pagination on group Members pages

Fixes #921

Props imath, boonebgorges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/css/buddypress.css

    r7679 r7949  
    487487    margin: -39px 0 0 0;
    488488}
    489 #buddypress div.dir-search input[type=text] {
     489#buddypress div.dir-search input[type=text],
     490#buddypress li.groups-members-search input[type=text] {
    490491    font-size: 90%;
    491492    padding: 1px 3px;
     
    582583#buddypress .standard-form input[type=password],
    583584#buddypress .dir-search input[type=search],
    584 #buddypress .dir-search input[type=text] {
     585#buddypress .dir-search input[type=text],
     586#buddypress .groups-members-search input[type=search],
     587#buddypress .groups-members-search input[type=text] {
    585588    border: 1px solid #ccc;
    586589    background: #fafafa;
Note: See TracChangeset for help on using the changeset viewer.