Ext.ux.form.LovCombo_wev8.css
1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/** vim: ts=4:sw=4:nu:fdc=4:nospell
*
* Ext.ux.form.LovCombo CSS File
*
* @author Ing.Jozef Sak谩lo拧
* @copyright (c) 2008, by Ing. Jozef Sak谩lo拧
* @date 5. April 2008
* @version $Id: Ext.ux.form.LovCombo_wev8.css 682 2009-04-17 01:35:14Z jozo $
*
* @license Ext.ux.form.LovCombo_wev8.css is licensed under the terms of the Open Source
* LGPL 3.0 license. Commercial use is permitted to the extent that the
* code/component(s) do NOT become part of another Open Source or Commercially
* licensed development library or toolkit without explicit permission.
*
* License details: http://www.gnu.org/licenses/lgpl.html
*/
.ux-lovcombo-icon {
width:16px;
height:16px;
float:left;
background-position: -1px -1px ! important;
background-repeat:no-repeat ! important;
}
.ux-lovcombo-icon-checked {
background: transparent url(../../resources/images/default/menu/checked_wev8.gif);
}
.ux-lovcombo-icon-unchecked {
background: transparent url(../../resources/images/default/menu/unchecked_wev8.gif);
}
/* IE patch */
.ext-ie .ux-lovcombo-item-text {
position:absolute;
left:16px;
top:3px;
}
.ext-ie .ux-lovcombo-icon {
float:none;
}
.ext-ie .x-combo-list-item {
position:relative;
}
/* eof */