qtips.css
3.14 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/*
* Ext JS Library 1.1 Beta 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
.x-tip{
position: absolute;
top: 0;
left:0;
visibility: hidden;
z-index: 20000;
border:0 none;
}
.x-tip .x-tip-close{
background-image: url(../images/default/qtip/close.gif);
height: 15px;
float:right;
width: 15px;
margin:0 0 2px 2px;
cursor:pointer;
display:none;
}
.x-tip .x-tip-top {
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
height:6px;
overflow:hidden;
}
.x-tip .x-tip-top-left {
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
padding-left:6px;
zoom:1;
}
.x-tip .x-tip-top-right {
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
padding-right:6px;
zoom:1;
}
.x-tip .x-tip-ft {
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
height:6px;
overflow:hidden;
}
.x-tip .x-tip-ft-left {
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
padding-left:6px;
zoom:1;
}
.x-tip .x-tip-ft-right {
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
padding-right:6px;
zoom:1;
}
.x-tip .x-tip-bd {
border:0 none;
font: normal 11px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-bd-left {
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
padding-left:6px;
zoom:1;
}
.x-tip .x-tip-bd-right {
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
padding-right:6px;
zoom:1;
}
.x-tip h3 {
font: bold 11px tahoma,arial,helvetica,sans-serif;
margin:0;
padding:2px 0;
color:#444;
}
.x-tip .x-tip-bd-inner {
font: normal 11px tahoma,arial,helvetica,sans-serif;
margin:0 !important;
line-height:14px;
color:#444;
padding:0;
float:left;
}
.x-form-invalid-tip {
}
.x-form-invalid-tip .x-tip-top {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-top-left {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-top-right {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-ft {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-ft-left {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-ft-right {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bd-left {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bd-right {
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
padding-left:24px;
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
}
.x-form-invalid-tip .x-tip-bd-inner {
padding:2px;
}