source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/visual/qtips.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1.3 KB
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7.x-tip .x-tip-close{
8        background-image: url(../images/default/qtip/close.gif);
9}
10
11.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
12        background-image: url(../images/default/qtip/tip-sprite.gif);
13}
14
15.x-tip .x-tip-mc {
16    font: normal 11px tahoma,arial,helvetica,sans-serif;
17}
18.x-tip .x-tip-ml {
19        background-color: #fff;
20}
21
22.x-tip .x-tip-header-text {
23    font: bold 11px tahoma,arial,helvetica,sans-serif;
24    color:#444;
25}
26
27.x-tip .x-tip-body {
28    font: normal 11px tahoma,arial,helvetica,sans-serif;
29    color:#444;
30}
31
32.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
33.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
34{
35        background-image: url(../images/default/form/error-tip-corners.gif);
36}
37
38.x-form-invalid-tip .x-tip-body {
39    background-image:url(../images/default/form/exclamation.gif);
40}
41
42.x-tip-anchor {
43    background-image:url(../images/default/qtip/tip-anchor-sprite.gif);
44}
Note: See TracBrowser for help on using the repository browser.