Changeset 8437
- Timestamp:
- 05/21/2014 12:03:11 PM (11 years ago)
- 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 4 4 * @since BuddyPress (1.6) 5 5 */ 6 7 /* User's Lists 8 ------------------------------------------------------------------------------*/ 9 10 body.users-php th#role, 11 body.users_page_bp-signups th#count_sent { 12 width: 10%; 13 } 14 15 body.users-php th#name, 16 body.users-php th#registered, 17 body.users-php th#email, 18 body.users_page_bp-signups th#name, 19 body.users_page_bp-signups th#registered, 20 body.users_page_bp-signups th#email, 21 body.users_page_bp-signups th#date_sent { 22 width: 15%; 23 } 24 25 body.users-php th#blogs, 26 body.users_page_bp-signups th#blogs { 27 width: 20%; 28 } 29 30 body.users_page_bp-signups th.column-count_sent, 31 body.users_page_bp-signups td.count_sent { 32 text-align: center; 33 } 6 34 7 35 /* Icon 32's -
trunk/src/bp-core/admin/css/common.css
r8422 r8437 4 4 * @since BuddyPress (1.6) 5 5 */ 6 7 /* User's Lists 8 ------------------------------------------------------------------------------*/ 9 10 body.users-php th#role, 11 body.users_page_bp-signups th#count_sent { 12 width: 10%; 13 } 14 15 body.users-php th#name, 16 body.users-php th#registered, 17 body.users-php th#email, 18 body.users_page_bp-signups th#name, 19 body.users_page_bp-signups th#registered, 20 body.users_page_bp-signups th#email, 21 body.users_page_bp-signups th#date_sent { 22 width: 15%; 23 } 24 25 body.users-php th#blogs, 26 body.users_page_bp-signups th#blogs { 27 width: 20%; 28 } 29 30 body.users_page_bp-signups th.column-count_sent, 31 body.users_page_bp-signups td.count_sent { 32 text-align: center; 33 } 6 34 7 35 /* Icon 32's
Note: See TracChangeset
for help on using the changeset viewer.