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