Skip to:
Content

BuddyPress.org

Changeset 6984


Ignore:
Timestamp:
05/01/2013 06:13:00 PM (11 years ago)
Author:
boonebgorges
Message:

On Groups > Dashboard, narrow the Status, Members, and Last Active columns

This leaves more space for the columns that have longer content, and mimics the
feel of WP's core List_Tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/admin/css/admin.css

    r6280 r6984  
     1body.toplevel_page_bp-groups table.groups th#status,
     2body.toplevel_page_bp-groups table.groups th#members {
     3    width: 10%;
     4}
     5
     6body.toplevel_page_bp-groups table.groups th#last_active {
     7    width: 15%;
     8}
     9
    110#bp-groups-edit-form input {
    211    outline: medium none;
Note: See TracChangeset for help on using the changeset viewer.