Changeset 14425
- Timestamp:
- 01/15/08 13:00:53 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.css
r14414 r14425 129 129 /* Creation dialog related ends */ 130 130 131 /*#chooser_widget_item_part_status131 #chooser_widget_item_part_status 132 132 { 133 133 width: 20px; 134 134 text-align: center; 135 }*/ 135 float: right; 136 margin-right: 3px; 137 } 136 138 137 139 .chooser_widget_result_item_active … … 142 144 .chooser_widget_result_item_active #chooser_widget_item_part_status 143 145 { 144 width: 20px;145 text-align: center;146 float: right;147 margin-right: 3px;148 146 background : url('../../stock-icons/16x16/approved.png') center center no-repeat; 149 147 } 148 150 149 .chooser_widget_result_item_inactive 151 150 { … … 153 152 .chooser_widget_result_item_inactive #chooser_widget_item_part_status 154 153 { 155 width: 20px;156 text-align: center;157 float: right;158 margin-right: 3px;159 154 background : none; 160 155 } … … 166 161 .chooser_widget_result_item_hover #chooser_widget_item_part_status 167 162 { 168 width: 20px;169 text-align: center;170 float: right;171 margin-right: 3px;172 163 background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat; 173 164 } … … 179 170 .chooser_widget_result_item_deleted #chooser_widget_item_part_status 180 171 { 181 width: 20px;182 text-align: center;183 float: right;184 margin-right: 3px;185 172 background : url('../../stock-icons/16x16/cancel.png') center center no-repeat; 186 173 }
