commit extjs-2.2.1
[extjs.git] / resources / css / qtips.css
1 /*\r
2  * Ext JS Library 2.2.1\r
3  * Copyright(c) 2006-2009, Ext JS, LLC.\r
4  * licensing@extjs.com\r
5  * \r
6  * http://extjs.com/license\r
7  */\r
8 \r
9 .x-tip{\r
10         position: absolute;\r
11         top: 0;\r
12     left:0;\r
13     visibility: hidden;\r
14         z-index: 20000;\r
15     border:0 none;\r
16 }\r
17 .x-tip .x-tip-close{\r
18         background-image: url(../images/default/qtip/close.gif);\r
19         height: 15px;\r
20         float:right;\r
21         width: 15px;\r
22     margin:0 0 2px 2px;\r
23     cursor:pointer;\r
24     display:none;\r
25 }\r
26 .x-tip .x-tip-tc {\r
27         background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -62px;\r
28         padding-top:3px;\r
29     overflow:hidden;\r
30     zoom:1;\r
31 }\r
32 .x-tip .x-tip-tl {\r
33         background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;\r
34         padding-left:6px;\r
35     overflow:hidden;\r
36     zoom:1;\r
37 }\r
38 .x-tip .x-tip-tr {\r
39         background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;\r
40         padding-right:6px;\r
41     overflow:hidden;\r
42     zoom:1;\r
43 }\r
44 .x-tip .x-tip-bc {\r
45         background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -121px;\r
46         height:3px;\r
47     overflow:hidden;\r
48 }\r
49 .x-tip .x-tip-bl {\r
50         background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -59px;\r
51         padding-left:6px;\r
52     zoom:1;\r
53 }\r
54 .x-tip .x-tip-br {\r
55         background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -59px;\r
56         padding-right:6px;\r
57     zoom:1;\r
58 }\r
59 .x-tip .x-tip-mc {\r
60     border:0 none;\r
61     font: normal 11px tahoma,arial,helvetica,sans-serif;\r
62 }\r
63 .x-tip .x-tip-ml {\r
64         background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -124px;\r
65         padding-left:6px;\r
66     zoom:1;\r
67 }\r
68 .x-tip .x-tip-mr {\r
69         background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -124px;\r
70         padding-right:6px;\r
71     zoom:1;\r
72 }\r
73 .ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {\r
74     font-size:0;\r
75     line-height:0;\r
76 }\r
77 .x-tip .x-tip-header-text {\r
78     font: bold 11px tahoma,arial,helvetica,sans-serif;\r
79     padding:0;\r
80     margin:0 0 2px 0;\r
81     color:#444;\r
82 }\r
83 .x-tip .x-tip-body {\r
84     font: normal 11px tahoma,arial,helvetica,sans-serif;\r
85     margin:0 !important;\r
86     line-height:14px;\r
87     color:#444;\r
88     padding:0;\r
89 }\r
90 \r
91 .x-tip .x-tip-body .loading-indicator {\r
92     margin:0;\r
93 }\r
94 \r
95 .x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {\r
96     cursor:move;\r
97 }\r
98 \r
99 .x-form-invalid-tip {\r
100 }\r
101 \r
102 .x-form-invalid-tip .x-tip-tc {\r
103         background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;\r
104     padding-top:6px;\r
105 }\r
106 .x-form-invalid-tip .x-tip-tl {\r
107         background-image: url(../images/default/form/error-tip-corners.gif);\r
108 }\r
109 .x-form-invalid-tip .x-tip-tr {\r
110         background-image: url(../images/default/form/error-tip-corners.gif);\r
111 }\r
112 .x-form-invalid-tip .x-tip-bc {\r
113         background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;\r
114     height:6px;\r
115 }\r
116 .x-form-invalid-tip .x-tip-bl {\r
117         background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;\r
118 }\r
119 .x-form-invalid-tip .x-tip-br {\r
120         background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;\r
121 }\r
122 .x-form-invalid-tip .x-tip-ml {\r
123         background-image: url(../images/default/form/error-tip-corners.gif);\r
124 }\r
125 .x-form-invalid-tip .x-tip-mr {\r
126         background-image: url(../images/default/form/error-tip-corners.gif);\r
127 }\r
128 .x-form-invalid-tip .x-tip-body {\r
129     padding:2px;\r
130 }\r
131 .x-form-invalid-tip .x-tip-body {\r
132     padding-left:24px;\r
133     background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;\r
134 }