Changeset 13495
- Timestamp:
- 11/19/07 13:05:03 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.css
r12130 r13495 6 6 .chooser_widget_headers 7 7 { 8 border: 1px solid WindowFrame;9 background-color: Window;10 overflow: hidden;11 clear: left;12 width: 100%;13 list-style-position: outside;14 list-style: none;15 padding: 0;16 margin: 0;8 border: 1px solid WindowFrame; 9 background-color: Window; 10 overflow: hidden; 11 clear: left; 12 width: 100%; 13 list-style-position: outside; 14 list-style: none; 15 padding: 0; 16 margin: 0; 17 17 margin-top: 5px; 18 18 } … … 31 31 .chooser_widget_results 32 32 { 33 border: 1px solid WindowFrame; 34 background-color: Window; 35 overflow: hidden; 36 clear: left; 37 width: 100%; 38 list-style-position: outside; 39 list-style: none; 40 padding: 0; 41 margin: 0; 33 border: 1px solid WindowFrame; 34 background-color: #ffffff; 35 color: #000000; 36 overflow: hidden; 37 clear: left; 38 width: 100%; 39 list-style-position: outside; 40 list-style: none; 41 padding: 0; 42 margin: 0; 42 43 } 43 44 .chooser_widget_results .chooser_widget_result_item 44 45 { 45 margin: 0px;46 cursor: default;47 display: block;48 width: 100%;49 font: menu;50 font-size: 12px;51 overflow: hidden;46 margin: 0px; 47 cursor: default; 48 display: block; 49 width: 100%; 50 font: menu; 51 font-size: 12px; 52 overflow: hidden; 52 53 height: 22px; 53 54 line-height: 22px; … … 63 64 { 64 65 padding-right: 20px; 65 background: url('searching.png') right center no-repeat;66 background: url('searching.png') right center no-repeat; 66 67 } 67 68 .chooser_widget_search_loading 68 69 { 69 70 padding-right: 20px; 70 background: url('../ajax-loading-small.gif') right center no-repeat;71 background: url('../ajax-loading-small.gif') right center no-repeat; 71 72 } 72 73 .chooser_widget_search_failed 73 74 { 74 75 padding-right: 20px; 75 background: url('failed.png') right center no-repeat;76 background: url('failed.png') right center no-repeat; 76 77 } 77 78 … … 97 98 { 98 99 position:absolute;top:0;left:0;z-index:-1; 99 width: expression(this.parentNode.offsetWidth+'px');100 height: expression(this.parentNode.offsetHeight+'px');100 width: expression(this.parentNode.offsetWidth+'px'); 101 height: expression(this.parentNode.offsetHeight+'px'); 101 102 } 102 103 … … 143 144 float: right; 144 145 margin-right: 3px; 145 background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat;146 background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat; 146 147 } 147 148 .chooser_widget_result_item_active 148 149 { 149 /* background-color: green;150 color: # fff;*/150 background-color: #eeeeef !important; 151 color: #000000 !important; 151 152 } 152 153 .chooser_widget_result_item_active #chooser_widget_item_part_status … … 156 157 float: right; 157 158 margin-right: 3px; 158 background : url('../../stock-icons/16x16/approved.png') center center no-repeat;159 background : url('../../stock-icons/16x16/approved.png') center center no-repeat; 159 160 } 160 161 .chooser_widget_result_item_inactive … … 167 168 float: right; 168 169 margin-right: 3px; 169 background : none;170 background : none; 170 171 } 171 172 .chooser_widget_result_item_deleted … … 180 181 float: right; 181 182 margin-right: 3px; 182 background : url('../../stock-icons/16x16/cancel.png') center center no-repeat;183 background : url('../../stock-icons/16x16/cancel.png') center center no-repeat; 183 184 }
