Skip to:
Content

BuddyPress.org

Changeset 8437


Ignore:
Timestamp:
05/21/2014 12:03:11 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Add widths to users list-table columns. Prevents stacking of post-row action links. CSS changes only. Fixes #5653.

Location:
trunk/src/bp-core/admin/css
Files:
2 edited

Legend:

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

    r8422 r8437  
    44 * @since BuddyPress (1.6)
    55 */
     6
     7/* User's Lists
     8------------------------------------------------------------------------------*/
     9
     10body.users-php th#role,
     11body.users_page_bp-signups th#count_sent {
     12    width: 10%;
     13}
     14
     15body.users-php th#name,
     16body.users-php th#registered,
     17body.users-php th#email,
     18body.users_page_bp-signups th#name,
     19body.users_page_bp-signups th#registered,
     20body.users_page_bp-signups th#email,
     21body.users_page_bp-signups th#date_sent {
     22    width: 15%;
     23}
     24
     25body.users-php th#blogs,
     26body.users_page_bp-signups th#blogs {
     27    width: 20%;
     28}
     29
     30body.users_page_bp-signups th.column-count_sent,
     31body.users_page_bp-signups td.count_sent {
     32    text-align: center;
     33}
    634
    735/* Icon 32's
  • trunk/src/bp-core/admin/css/common.css

    r8422 r8437  
    44 * @since BuddyPress (1.6)
    55 */
     6
     7/* User's Lists
     8------------------------------------------------------------------------------*/
     9
     10body.users-php th#role,
     11body.users_page_bp-signups th#count_sent {
     12    width: 10%;
     13}
     14
     15body.users-php th#name,
     16body.users-php th#registered,
     17body.users-php th#email,
     18body.users_page_bp-signups th#name,
     19body.users_page_bp-signups th#registered,
     20body.users_page_bp-signups th#email,
     21body.users_page_bp-signups th#date_sent {
     22    width: 15%;
     23}
     24
     25body.users-php th#blogs,
     26body.users_page_bp-signups th#blogs {
     27    width: 20%;
     28}
     29
     30body.users_page_bp-signups th.column-count_sent,
     31body.users_page_bp-signups td.count_sent {
     32    text-align: center;
     33}
    634
    735/* Icon 32's
Note: See TracChangeset for help on using the changeset viewer.