Skip to:
Content

BuddyPress.org

Changeset 6035


Ignore:
Timestamp:
05/14/2012 09:41:39 PM (12 years ago)
Author:
djpaul
Message:

Show icons on the install wizard's components page; matches UI with Settings screen. See #4205

File:
1 edited

Legend:

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

    r5996 r6035  
    6969------------------------------------------------------------------------------*/
    7070
     71.dashboard_page_bp-wizard td.plugin-title span,
    7172.settings_page_bp-components td.plugin-title span {
    7273    float: left;
     
    7980}
    8081
     82.dashboard_page_bp-wizard tr.active td.plugin-title span,
    8183.settings_page_bp-components tr.active td.plugin-title span {
    8284    background-position-y: -7px;
    8385}
    8486
     87.dashboard_page_bp-wizard tr.activity td.plugin-title span,
    8588.settings_page_bp-components tr.activity td.plugin-title span {
    8689    background-position-x: -4px;
    8790}
    8891
     92.dashboard_page_bp-wizard tr.xprofile td.plugin-title span,
    8993.settings_page_bp-components tr.xprofile td.plugin-title span {
    9094    background-image: url( ../images/menu-wp.png );
     
    9296}
    9397
     98.dashboard_page_bp-wizard tr.settings td.plugin-title span,
    9499.settings_page_bp-components tr.settings td.plugin-title span {
    95100    background-image: url( ../images/menu-wp.png );
     
    97102}
    98103
     104.dashboard_page_bp-wizard tr.groups td.plugin-title span,
    99105.settings_page_bp-components tr.groups td.plugin-title span {
    100106    background-position-x: -66px;
    101107}
    102108
     109.dashboard_page_bp-wizard tr.messages td.plugin-title span,
    103110.settings_page_bp-components tr.messages td.plugin-title span {
    104111    background-position-x: -154px;
    105112}
    106113
     114.dashboard_page_bp-wizard tr.forums td.plugin-title span,
    107115.settings_page_bp-components tr.forums td.plugin-title span {
    108116    background-image: url( ../images/menu-wp.png );
     
    110118}
    111119
     120.dashboard_page_bp-wizard tr.blogs td.plugin-title span,
    112121.settings_page_bp-components tr.blogs td.plugin-title span {
    113122    background-position-x: -125px;
    114123}
    115124
     125.dashboard_page_bp-wizard tr.friends td.plugin-title span,
    116126.settings_page_bp-components tr.friends td.plugin-title span {
    117127    background-position-x: -95px;
    118128}
    119129
     130.dashboard_page_bp-wizard tr.core td.plugin-title span,
    120131.settings_page_bp-components tr.core td.plugin-title span {
    121132    background-position-x: -184px;
    122133}
    123134
     135.dashboard_page_bp-wizard tr.members td.plugin-title span,
    124136.settings_page_bp-components tr.members td.plugin-title span {
    125137    background-position-x: -36px;
Note: See TracChangeset for help on using the changeset viewer.