Changeset 6035
- Timestamp:
- 05/14/2012 09:41:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/css/common.dev.css
r5996 r6035 69 69 ------------------------------------------------------------------------------*/ 70 70 71 .dashboard_page_bp-wizard td.plugin-title span, 71 72 .settings_page_bp-components td.plugin-title span { 72 73 float: left; … … 79 80 } 80 81 82 .dashboard_page_bp-wizard tr.active td.plugin-title span, 81 83 .settings_page_bp-components tr.active td.plugin-title span { 82 84 background-position-y: -7px; 83 85 } 84 86 87 .dashboard_page_bp-wizard tr.activity td.plugin-title span, 85 88 .settings_page_bp-components tr.activity td.plugin-title span { 86 89 background-position-x: -4px; 87 90 } 88 91 92 .dashboard_page_bp-wizard tr.xprofile td.plugin-title span, 89 93 .settings_page_bp-components tr.xprofile td.plugin-title span { 90 94 background-image: url( ../images/menu-wp.png ); … … 92 96 } 93 97 98 .dashboard_page_bp-wizard tr.settings td.plugin-title span, 94 99 .settings_page_bp-components tr.settings td.plugin-title span { 95 100 background-image: url( ../images/menu-wp.png ); … … 97 102 } 98 103 104 .dashboard_page_bp-wizard tr.groups td.plugin-title span, 99 105 .settings_page_bp-components tr.groups td.plugin-title span { 100 106 background-position-x: -66px; 101 107 } 102 108 109 .dashboard_page_bp-wizard tr.messages td.plugin-title span, 103 110 .settings_page_bp-components tr.messages td.plugin-title span { 104 111 background-position-x: -154px; 105 112 } 106 113 114 .dashboard_page_bp-wizard tr.forums td.plugin-title span, 107 115 .settings_page_bp-components tr.forums td.plugin-title span { 108 116 background-image: url( ../images/menu-wp.png ); … … 110 118 } 111 119 120 .dashboard_page_bp-wizard tr.blogs td.plugin-title span, 112 121 .settings_page_bp-components tr.blogs td.plugin-title span { 113 122 background-position-x: -125px; 114 123 } 115 124 125 .dashboard_page_bp-wizard tr.friends td.plugin-title span, 116 126 .settings_page_bp-components tr.friends td.plugin-title span { 117 127 background-position-x: -95px; 118 128 } 119 129 130 .dashboard_page_bp-wizard tr.core td.plugin-title span, 120 131 .settings_page_bp-components tr.core td.plugin-title span { 121 132 background-position-x: -184px; 122 133 } 123 134 135 .dashboard_page_bp-wizard tr.members td.plugin-title span, 124 136 .settings_page_bp-components tr.members td.plugin-title span { 125 137 background-position-x: -36px;
Note: See TracChangeset
for help on using the changeset viewer.