Mercurial > laserkard
comparison onlypaths/theme/css/date-picker.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
45:bff96abdddfa | 46:26c2b3ad21c7 |
---|---|
1 /* | |
2 * Ext JS Library 2.1 | |
3 * Copyright(c) 2006-2008, Ext JS, LLC. | |
4 * licensing@extjs.com | |
5 * | |
6 * http://extjs.com/license | |
7 */ | |
8 | |
9 .x-date-picker { | |
10 border: 1px solid #1b376c; | |
11 border-top:0 none; | |
12 background:#fff; | |
13 position:relative; | |
14 } | |
15 .x-date-picker a { | |
16 -moz-outline:0 none; | |
17 outline:0 none; | |
18 } | |
19 .x-date-inner, .x-date-inner td, .x-date-inner th{ | |
20 border-collapse:separate; | |
21 } | |
22 .x-date-middle,.x-date-left,.x-date-right { | |
23 background: url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px; | |
24 color:#FFF; | |
25 font:bold 11px "sans serif", tahoma, verdana, helvetica; | |
26 overflow:hidden; | |
27 } | |
28 | |
29 .x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{ | |
30 background:transparent !important; | |
31 vertical-align:middle; | |
32 } | |
33 .x-date-middle .x-btn .x-btn-text { | |
34 color:#fff; | |
35 } | |
36 .x-date-middle .x-btn-with-menu .x-btn-center em { | |
37 background:transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0; | |
38 } | |
39 .x-date-right, .x-date-left { | |
40 width:18px; | |
41 } | |
42 .x-date-right{ | |
43 text-align:right; | |
44 } | |
45 .x-date-middle { | |
46 padding-top:2px;padding-bottom:2px; | |
47 width:130px; /* FF3 */ | |
48 } | |
49 .x-date-right a, .x-date-left a{ | |
50 display:block; | |
51 width:16px; | |
52 height:16px; | |
53 background-position: center; | |
54 background-repeat: no-repeat; | |
55 cursor:pointer; | |
56 -moz-opacity: 0.6; | |
57 opacity:.6; | |
58 filter: alpha(opacity=60); | |
59 } | |
60 .x-date-right a:hover, .x-date-left a:hover{ | |
61 -moz-opacity: 1; | |
62 opacity:1; | |
63 filter: alpha(opacity=100); | |
64 } | |
65 .x-date-right a { | |
66 background-image: url(../images/default/shared/right-btn.gif); | |
67 margin-right:2px; | |
68 text-decoration:none !important; | |
69 } | |
70 .x-date-left a{ | |
71 background-image: url(../images/default/shared/left-btn.gif); | |
72 margin-left:2px; | |
73 text-decoration:none !important; | |
74 } | |
75 table.x-date-inner { | |
76 width:100%; | |
77 table-layout:fixed; | |
78 } | |
79 .x-date-inner th { | |
80 width:25px; | |
81 } | |
82 .x-date-inner th { | |
83 background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; | |
84 text-align:right !important; | |
85 border-bottom: 1px solid #a3bad9; | |
86 font:normal 10px arial, helvetica,tahoma,sans-serif; | |
87 color:#233d6d; | |
88 cursor:default; | |
89 padding:0; | |
90 border-collapse:separate; | |
91 } | |
92 .x-date-inner th span { | |
93 display:block; | |
94 padding:2px; | |
95 padding-right:7px; | |
96 } | |
97 .x-date-inner td { | |
98 border: 1px solid #fff; | |
99 text-align:right; | |
100 padding:0; | |
101 } | |
102 .x-date-inner a { | |
103 padding:2px 5px; | |
104 display:block; | |
105 font:normal 11px arial, helvetica,tahoma,sans-serif; | |
106 text-decoration:none; | |
107 color:black; | |
108 text-align:right; | |
109 zoom:1; | |
110 } | |
111 .x-date-inner .x-date-active{ | |
112 cursor:pointer; | |
113 color:black; | |
114 } | |
115 .x-date-inner .x-date-selected a{ | |
116 background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; | |
117 border:1px solid #8db2e3; | |
118 padding:1px 4px; | |
119 } | |
120 .x-date-inner .x-date-today a{ | |
121 border: 1px solid darkred; | |
122 padding:1px 4px; | |
123 } | |
124 .x-date-inner .x-date-selected span{ | |
125 font-weight:bold; | |
126 } | |
127 .x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a { | |
128 color:#aaaaaa; | |
129 text-decoration:none !important; | |
130 } | |
131 .x-date-bottom { | |
132 padding:4px; | |
133 border-top: 1px solid #a3bad9; | |
134 background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; | |
135 } | |
136 | |
137 .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{ | |
138 text-decoration:none !important; | |
139 color:black; | |
140 background: #ddecfe; | |
141 } | |
142 | |
143 .x-date-inner .x-date-disabled a { | |
144 cursor:default; | |
145 background:#eeeeee; | |
146 color:#bbbbbb; | |
147 } | |
148 .x-date-mmenu{ | |
149 background:#eeeeee !important; | |
150 } | |
151 .x-date-mmenu .x-menu-item { | |
152 font-size:10px; | |
153 padding:1px 24px 1px 4px; | |
154 white-space: nowrap; | |
155 color:#000; | |
156 } | |
157 .x-date-mmenu .x-menu-item .x-menu-item-icon { | |
158 width:10px;height:10px;margin-right:5px; | |
159 background-position:center -4px !important; | |
160 } | |
161 | |
162 .x-date-mp { | |
163 position:absolute; | |
164 left:0; | |
165 top:0; | |
166 background:white; | |
167 display:none; | |
168 } | |
169 .x-date-mp td { | |
170 padding:2px; | |
171 font:normal 11px arial, helvetica,tahoma,sans-serif; | |
172 } | |
173 td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn { | |
174 border: 0 none; | |
175 text-align:center; | |
176 vertical-align: middle; | |
177 width:25%; | |
178 } | |
179 .x-date-mp-ok { | |
180 margin-right:3px; | |
181 } | |
182 .x-date-mp-btns button { | |
183 text-decoration:none; | |
184 text-align:center; | |
185 text-decoration:none !important; | |
186 background:#083772; | |
187 color:white; | |
188 border:1px solid; | |
189 border-color: #3366cc #000055 #000055 #3366cc; | |
190 padding:1px 3px 1px; | |
191 font:normal 11px arial, helvetica,tahoma,sans-serif; | |
192 cursor:pointer; | |
193 } | |
194 .x-date-mp-btns { | |
195 background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; | |
196 } | |
197 .x-date-mp-btns td { | |
198 border-top: 1px solid #c5d2df; | |
199 text-align:center; | |
200 } | |
201 td.x-date-mp-month a,td.x-date-mp-year a { | |
202 display:block; | |
203 padding:2px 4px; | |
204 text-decoration:none; | |
205 text-align:center; | |
206 color:#15428b; | |
207 } | |
208 | |
209 td.x-date-mp-month a:hover,td.x-date-mp-year a:hover { | |
210 color:#15428b; | |
211 text-decoration:none; | |
212 cursor:pointer; | |
213 background: #ddecfe; | |
214 } | |
215 | |
216 td.x-date-mp-sel a { | |
217 padding:1px 3px; | |
218 background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; | |
219 border:1px solid #8db2e3; | |
220 } | |
221 .x-date-mp-ybtn a { | |
222 overflow:hidden; | |
223 width:15px; | |
224 height:15px; | |
225 cursor:pointer; | |
226 background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat; | |
227 display:block; | |
228 margin:0 auto; | |
229 } | |
230 .x-date-mp-ybtn a.x-date-mp-next { | |
231 background-position:0 -120px; | |
232 } | |
233 .x-date-mp-ybtn a.x-date-mp-next:hover { | |
234 background-position:-15px -120px; | |
235 } | |
236 .x-date-mp-ybtn a.x-date-mp-prev { | |
237 background-position:0 -105px; | |
238 } | |
239 .x-date-mp-ybtn a.x-date-mp-prev:hover { | |
240 background-position:-15px -105px; | |
241 } | |
242 .x-date-mp-ybtn { | |
243 text-align:center; | |
244 } | |
245 td.x-date-mp-sep { | |
246 border-right:1px solid #c5d2df; | |
247 } |