~crf-team/crf-irp/crf-irp

« back to all changes in this revision

Viewing changes to WebContent/js/ext-3.0.0/resources/css/visual/box.css

  • Committer: Thomas
  • Date: 2010-03-10 23:55:46 UTC
  • Revision ID: thomas@daisybox-port-20100310235546-23635dk6x5asb1ca
Upgrade ExtJs 3.1.1
Upgrade Spring 3.0.1 + dependencies
Change Jawr JS post processor : YUI
Upgrade to last build of dwr 3 trunk 69 revision 3019(after build 116), upgrade jawr-dwr plugin 1.4 unofficiale from jose noheda, Jawr 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
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-box-tl {
8
 
        background-image: url(../images/default/box/corners.gif);
9
 
}
10
 
 
11
 
.x-box-tc {
12
 
        background-image: url(../images/default/box/tb.gif);
13
 
}
14
 
 
15
 
.x-box-tr {
16
 
        background-image: url(../images/default/box/corners.gif);
17
 
}
18
 
 
19
 
.x-box-ml {
20
 
        background-image: url(../images/default/box/l.gif);
21
 
}
22
 
 
23
 
.x-box-mc {
24
 
        background-color: #eee;
25
 
    background-image: url(../images/default/box/tb.gif);
26
 
        font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
27
 
        color: #393939;
28
 
        font-size: 12px;
29
 
}
30
 
 
31
 
.x-box-mc h3 {
32
 
        font-size: 14px;
33
 
        font-weight: bold;
34
 
}
35
 
 
36
 
.x-box-mr {
37
 
        background-image: url(../images/default/box/r.gif);
38
 
}
39
 
 
40
 
.x-box-bl {
41
 
        background-image: url(../images/default/box/corners.gif);
42
 
}
43
 
 
44
 
.x-box-bc {
45
 
        background-image: url(../images/default/box/tb.gif);
46
 
}
47
 
 
48
 
.x-box-br {
49
 
        background-image: url(../images/default/box/corners.gif);
50
 
}
51
 
 
52
 
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
53
 
        background-image: url(../images/default/box/corners-blue.gif);
54
 
}
55
 
 
56
 
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
57
 
        background-image: url(../images/default/box/tb-blue.gif);
58
 
}
59
 
 
60
 
.x-box-blue .x-box-mc {
61
 
        background-color: #c3daf9;
62
 
}
63
 
 
64
 
.x-box-blue .x-box-mc h3 {
65
 
        color: #17385b;
66
 
}
67
 
 
68
 
.x-box-blue .x-box-ml {
69
 
        background-image: url(../images/default/box/l-blue.gif);
70
 
}
71
 
 
72
 
.x-box-blue .x-box-mr {
73
 
        background-image: url(../images/default/box/r-blue.gif);
74
 
}
 
 
b'\\ No newline at end of file'