~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/ext/resources/css/theme-access/qtips.css

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
 * Ext JS Library 3.2.1
 
3
 * Copyright(c) 2006-2010 Ext JS, Inc.
 
4
 * licensing@extjs.com
 
5
 * http://www.extjs.com/license
 
6
 */
 
7
.x-tip .x-tip-close{
 
8
        background-image: url(../images/access/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/access/qtip/tip-sprite.gif);
 
13
}
 
14
 
 
15
.x-tip .x-tip-mc {
 
16
    font: normal 14px 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 14px tahoma,arial,helvetica,sans-serif;
 
24
    color:#ffd;
 
25
}
 
26
 
 
27
.x-tip .x-tip-body {
 
28
    font: normal 14px tahoma,arial,helvetica,sans-serif;
 
29
    color:#000;
 
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/access/form/exclamation.gif);
 
40
}
 
41
 
 
42
.x-tip-anchor {
 
43
    background-image:url(../images/access/qtip/tip-anchor-sprite.gif);
 
44
}