~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/extjs/resources/css/structure/date-picker.css

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 3.0 RC2
 
3
 * Copyright(c) 2006-2009, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 */
 
8
 
 
9
.x-date-picker {
 
10
    border: 1px solid;
 
11
    border-top:0 none;
 
12
        position:relative;
 
13
}
 
14
 
 
15
.x-date-picker a {
 
16
    -moz-outline:0 none;
 
17
    outline:0 none;
 
18
}
 
19
 
 
20
.x-date-inner, .x-date-inner td, .x-date-inner th{
 
21
    border-collapse:separate;
 
22
}
 
23
 
 
24
.x-date-middle,.x-date-left,.x-date-right {
 
25
        background: repeat-x 0 -83px;
 
26
        overflow:hidden;
 
27
}
 
28
 
 
29
.x-date-middle .x-btn-tc,.x-date-middle .x-btn-tl,.x-date-middle .x-btn-tr,
 
30
.x-date-middle .x-btn-mc,.x-date-middle .x-btn-ml,.x-date-middle .x-btn-mr,
 
31
.x-date-middle .x-btn-bc,.x-date-middle .x-btn-bl,.x-date-middle .x-btn-br{
 
32
        background:transparent !important;
 
33
    vertical-align:middle;
 
34
}
 
35
 
 
36
.x-date-middle .x-btn-mc em.x-btn-arrow {
 
37
    background:transparent no-repeat right 0;
 
38
}
 
39
 
 
40
.x-date-right, .x-date-left {
 
41
    width:18px;
 
42
}
 
43
 
 
44
.x-date-right{
 
45
    text-align:right;
 
46
}
 
47
 
 
48
.x-date-middle {
 
49
    padding-top:2px;
 
50
    padding-bottom:2px;
 
51
    width:130px; /* FF3 */
 
52
}
 
53
 
 
54
.x-date-right a, .x-date-left a{
 
55
    display:block;
 
56
    width:16px;
 
57
        height:16px;
 
58
        background-position: center;
 
59
        background-repeat: no-repeat;
 
60
        cursor:pointer;
 
61
    -moz-opacity: 0.6;
 
62
    opacity:.6;
 
63
    filter: alpha(opacity=60);
 
64
}
 
65
 
 
66
.x-date-right a:hover, .x-date-left a:hover{
 
67
    -moz-opacity: 1;
 
68
    opacity:1;
 
69
    filter: alpha(opacity=100);
 
70
}
 
71
 
 
72
.x-date-right a {
 
73
    margin-right:2px;
 
74
    text-decoration:none !important;
 
75
}
 
76
 
 
77
.x-date-left a{
 
78
    margin-left:2px;
 
79
    text-decoration:none !important;
 
80
}
 
81
 
 
82
table.x-date-inner {
 
83
    width:100%;
 
84
    table-layout:fixed;
 
85
}
 
86
 
 
87
.x-date-inner th {
 
88
    width:25px;
 
89
}
 
90
 
 
91
.x-date-inner th {
 
92
    background: repeat-x left top;
 
93
    text-align:right !important;
 
94
        border-bottom: 1px solid;
 
95
        cursor:default;
 
96
    padding:0;
 
97
    border-collapse:separate;
 
98
}
 
99
 
 
100
.x-date-inner th span {
 
101
    display:block;
 
102
    padding:2px;
 
103
    padding-right:7px;
 
104
}
 
105
 
 
106
.x-date-inner td {
 
107
    border: 1px solid;
 
108
        text-align:right;
 
109
    padding:0;
 
110
}
 
111
 
 
112
.x-date-inner a {
 
113
    padding:2px 5px;
 
114
    display:block;
 
115
        text-decoration:none;
 
116
    text-align:right;
 
117
    zoom:1;
 
118
}
 
119
 
 
120
.x-date-inner .x-date-active{
 
121
        cursor:pointer;
 
122
        color:black;
 
123
}
 
124
 
 
125
.x-date-inner .x-date-selected a{
 
126
        background: repeat-x left top;
 
127
        border:1px solid;
 
128
    padding:1px 4px;
 
129
}
 
130
 
 
131
.x-date-inner .x-date-today a{
 
132
        border: 1px solid;
 
133
    padding:1px 4px;
 
134
}
 
135
 
 
136
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
 
137
    text-decoration:none !important;
 
138
}
 
139
 
 
140
.x-date-bottom {
 
141
    padding:4px;
 
142
    border-top: 1px solid;
 
143
    background: repeat-x left top;
 
144
}
 
145
 
 
146
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
 
147
    text-decoration:none !important;
 
148
}
 
149
 
 
150
.x-date-inner .x-date-disabled a {
 
151
        cursor:default;
 
152
}
 
153
 
 
154
.x-date-menu .x-menu-item {
 
155
        padding:1px 24px 1px 4px;
 
156
        white-space: nowrap;
 
157
}
 
158
 
 
159
.x-date-menu .x-menu-item .x-menu-item-icon {
 
160
    width:10px;
 
161
    height:10px;
 
162
    margin-right:5px;
 
163
    background-position:center -4px !important;
 
164
}
 
165
 
 
166
.x-date-mp {
 
167
        position:absolute;
 
168
        left:0;
 
169
        top:0;
 
170
        display:none;
 
171
}
 
172
 
 
173
.x-date-mp td {
 
174
    padding:2px;
 
175
        font:normal 11px arial, helvetica,tahoma,sans-serif;
 
176
}
 
177
 
 
178
td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
 
179
    border: 0 none;
 
180
        text-align:center;
 
181
        vertical-align: middle;
 
182
        width:25%;
 
183
}
 
184
 
 
185
.x-date-mp-ok {
 
186
        margin-right:3px;
 
187
}
 
188
 
 
189
.x-date-mp-btns button {
 
190
        text-decoration:none;
 
191
        text-align:center;
 
192
        text-decoration:none !important;
 
193
        border:1px solid;
 
194
        padding:1px 3px 1px;
 
195
        cursor:pointer;
 
196
}
 
197
 
 
198
.x-date-mp-btns {
 
199
        background: repeat-x left top;
 
200
}
 
201
 
 
202
.x-date-mp-btns td {
 
203
        border-top: 1px solid;
 
204
    text-align:center;
 
205
}
 
206
 
 
207
td.x-date-mp-month a,td.x-date-mp-year a {
 
208
        display:block;
 
209
        padding:2px 4px;
 
210
        text-decoration:none;
 
211
        text-align:center;
 
212
}
 
213
 
 
214
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
 
215
        text-decoration:none;
 
216
        cursor:pointer;
 
217
}
 
218
 
 
219
td.x-date-mp-sel a {
 
220
        padding:1px 3px;
 
221
        background: repeat-x left top;
 
222
        border:1px solid;
 
223
}
 
224
 
 
225
.x-date-mp-ybtn a {
 
226
    overflow:hidden;
 
227
    width:15px;
 
228
    height:15px;
 
229
    cursor:pointer;
 
230
    background:transparent no-repeat;
 
231
    display:block;
 
232
    margin:0 auto;
 
233
}
 
234
 
 
235
.x-date-mp-ybtn a.x-date-mp-next {
 
236
    background-position:0 -120px;
 
237
}
 
238
 
 
239
.x-date-mp-ybtn a.x-date-mp-next:hover {
 
240
    background-position:-15px -120px;
 
241
}
 
242
 
 
243
.x-date-mp-ybtn a.x-date-mp-prev {
 
244
    background-position:0 -105px;
 
245
}
 
246
 
 
247
.x-date-mp-ybtn a.x-date-mp-prev:hover {
 
248
    background-position:-15px -105px;
 
249
}
 
250
 
 
251
.x-date-mp-ybtn {
 
252
   text-align:center;
 
253
}
 
254
 
 
255
td.x-date-mp-sep {
 
256
   border-right:1px solid;
 
257
}
 
 
b'\\ No newline at end of file'