Show More
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
@@ -1,2312 +1,2352 | |||
|
1 | 1 | /* |
|
2 | 2 | * |
|
3 | 3 | * Wijmo Rocket Theme |
|
4 | 4 | * http://wijmo.com/ |
|
5 | 5 | * |
|
6 | 6 | * Copyright(c) ComponentOne, LLC. All rights reserved. |
|
7 | 7 | * |
|
8 | 8 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
9 | 9 | * licensing@wijmo.com |
|
10 | 10 | * http://wijmo.com/license |
|
11 | 11 | * |
|
12 | 12 | * |
|
13 | 13 | */ |
|
14 | 14 | |
|
15 | 15 | /* Layout helpers |
|
16 | 16 | ----------------------------------*/ |
|
17 | 17 | .ui-helper-hidden |
|
18 | 18 | { |
|
19 | 19 | display: none; |
|
20 | 20 | } |
|
21 | 21 | .ui-helper-hidden-accessible |
|
22 | 22 | { |
|
23 | 23 | position: absolute !important; |
|
24 | 24 | clip: rect(1px 1px 1px 1px); |
|
25 | 25 | clip: rect(1px,1px,1px,1px); |
|
26 | 26 | } |
|
27 | 27 | .ui-helper-reset |
|
28 | 28 | { |
|
29 | 29 | margin: 0; |
|
30 | 30 | padding: 0; |
|
31 | 31 | border: 0; |
|
32 | 32 | outline: 0; |
|
33 | 33 | line-height: 1.3; |
|
34 | 34 | text-decoration: none; |
|
35 | 35 | font-size: 100%; |
|
36 | 36 | list-style: none; |
|
37 | 37 | } |
|
38 | 38 | .ui-helper-clearfix:after |
|
39 | 39 | { |
|
40 | 40 | content: "."; |
|
41 | 41 | display: block; |
|
42 | 42 | height: 0; |
|
43 | 43 | clear: both; |
|
44 | 44 | visibility: hidden; |
|
45 | 45 | } |
|
46 | 46 | .ui-helper-clearfix |
|
47 | 47 | { |
|
48 | 48 | display: inline-block; |
|
49 | 49 | } |
|
50 | 50 | /* required comment for clearfix to work in Opera \*/ |
|
51 | 51 | * html .ui-helper-clearfix |
|
52 | 52 | { |
|
53 | 53 | height: 1%; |
|
54 | 54 | } |
|
55 | 55 | .ui-helper-clearfix |
|
56 | 56 | { |
|
57 | 57 | display: block; |
|
58 | 58 | } |
|
59 | 59 | /* end clearfix */ |
|
60 | 60 | .ui-helper-zfix |
|
61 | 61 | { |
|
62 | 62 | width: 100%; |
|
63 | 63 | height: 100%; |
|
64 | 64 | top: 0; |
|
65 | 65 | left: 0; |
|
66 | 66 | position: absolute; |
|
67 | 67 | opacity: 0; |
|
68 | 68 | filter: Alpha(Opacity=0); |
|
69 | 69 | } |
|
70 | 70 | |
|
71 | 71 | |
|
72 | 72 | /* Interaction Cues |
|
73 | 73 | ----------------------------------*/ |
|
74 | 74 | .ui-state-disabled |
|
75 | 75 | { |
|
76 | 76 | cursor: default !important; |
|
77 | 77 | } |
|
78 | 78 | |
|
79 | 79 | |
|
80 | 80 | /* Icons |
|
81 | 81 | ----------------------------------*/ |
|
82 | 82 | |
|
83 | 83 | /* states and images */ |
|
84 | 84 | .ui-icon |
|
85 | 85 | { |
|
86 | 86 | display: block; |
|
87 | 87 | text-indent: -99999px; |
|
88 | 88 | overflow: hidden; |
|
89 | 89 | background-repeat: no-repeat; |
|
90 | 90 | } |
|
91 | 91 | |
|
92 | 92 | |
|
93 | 93 | /* Misc visuals |
|
94 | 94 | ----------------------------------*/ |
|
95 | 95 | |
|
96 | 96 | /* Overlays */ |
|
97 | 97 | .ui-widget-overlay |
|
98 | 98 | { |
|
99 | 99 | position: absolute; |
|
100 | 100 | top: 0; |
|
101 | 101 | left: 0; |
|
102 | 102 | width: 100%; |
|
103 | 103 | height: 100%; |
|
104 | 104 | } |
|
105 | 105 | |
|
106 | 106 | |
|
107 | 107 | /* |
|
108 | 108 | * jQuery UI CSS Framework 1.8.7 |
|
109 | 109 | * |
|
110 | 110 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
111 | 111 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
112 | 112 | * http://jquery.org/license |
|
113 | 113 | * |
|
114 | 114 | * http://docs.jquery.com/UI/Theming/API |
|
115 | 115 | * |
|
116 | 116 | * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20Helvetica,%20sans-serif&fwDefault=normal&fsDefault=1.2em&cornerRadius=4px&bgColorHeader=242122&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=404040&fcHeader=f4f4f9&iconColorHeader=f4f4f9&bgColorContent=f1f1f1&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=e3e3e3&fcContent=404040&iconColorContent=00a6dd&bgColorDefault=242122&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=15&borderColorDefault=404040&fcDefault=fafafa&iconColorDefault=00a6dd&bgColorHover=00a6dd&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=35&borderColorHover=00a6dd&fcHover=fafafa&iconColorHover=fafafa&bgColorActive=242122&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=15&borderColorActive=404040&fcActive=f1f1f1&iconColorActive=00a6dd&bgColorHighlight=9eca38&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=15&borderColorHighlight=9eca38&fcHighlight=eaffb9&iconColorHighlight=eaffb9&bgColorError=ca3838&bgTextureError=03_highlight_soft.png&bgImgOpacityError=15&borderColorError=ca3838&fcError=ff8f8f&iconColorError=ff8f8f&bgColorOverlay=00a6dd&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=50&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px |
|
117 | 117 | */ |
|
118 | 118 | |
|
119 | 119 | |
|
120 | 120 | /* Component containers |
|
121 | 121 | ----------------------------------*/ |
|
122 | 122 | .ui-widget |
|
123 | 123 | { |
|
124 | 124 | font-family: Arial, Helvetica, sans-serif; |
|
125 | 125 | font-size: 1.2em; |
|
126 | 126 | } |
|
127 | 127 | .ui-widget .ui-widget |
|
128 | 128 | { |
|
129 | 129 | font-size: 1em; |
|
130 | 130 | } |
|
131 | 131 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button |
|
132 | 132 | { |
|
133 | 133 | font-family: Arial, Helvetica, sans-serif; |
|
134 | 134 | font-size: 1em; |
|
135 | 135 | } |
|
136 | 136 | .ui-widget-content |
|
137 | 137 | { |
|
138 | 138 | border: 1px solid #e3e3e3; |
|
139 | 139 | background: #f1f1f1 url(images/ui-bg_flat_100_f1f1f1_40x100.png) 50% 50% repeat-x; |
|
140 | 140 | color: #404040; |
|
141 | 141 | } |
|
142 | 142 | .ui-widget-content a |
|
143 | 143 | { |
|
144 | 144 | color: #404040; |
|
145 | 145 | } |
|
146 | 146 | .ui-widget-header |
|
147 | 147 | { |
|
148 | 148 | border: 1px solid #404040; |
|
149 | 149 | background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x; |
|
150 | 150 | color: #f4f4f9; |
|
151 | 151 | font-weight: bold; |
|
152 | 152 | } |
|
153 | 153 | .ui-widget-header a |
|
154 | 154 | { |
|
155 | 155 | color: #f4f4f9; |
|
156 | 156 | } |
|
157 | 157 | |
|
158 | 158 | /* Interaction states |
|
159 | 159 | ----------------------------------*/ |
|
160 | 160 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default |
|
161 | 161 | { |
|
162 | 162 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
163 | 163 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
164 | 164 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
165 | 165 | border: 1px solid #404040; |
|
166 | 166 | background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x; |
|
167 | 167 | font-weight: normal; |
|
168 | 168 | color: #fafafa; |
|
169 | 169 | } |
|
170 | 170 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited |
|
171 | 171 | { |
|
172 | 172 | color: #fafafa; |
|
173 | 173 | text-decoration: none; |
|
174 | 174 | } |
|
175 | 175 | .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus |
|
176 | 176 | { |
|
177 | 177 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
178 | 178 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
179 | 179 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
180 | 180 | border: 1px solid #00a6dd; |
|
181 | 181 | background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x; |
|
182 | 182 | font-weight: normal; |
|
183 | 183 | color: #fafafa; |
|
184 | 184 | } |
|
185 | 185 | .ui-state-hover a, .ui-state-hover a:hover |
|
186 | 186 | { |
|
187 | 187 | color: #fafafa; |
|
188 | 188 | text-decoration: none; |
|
189 | 189 | } |
|
190 | 190 | .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active |
|
191 | 191 | { |
|
192 | 192 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
193 | 193 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
194 | 194 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
195 | 195 | border: 1px solid transparent; |
|
196 | 196 | background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x; |
|
197 | 197 | font-weight: normal; |
|
198 | 198 | color: #fafafa; |
|
199 | 199 | } |
|
200 | 200 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited |
|
201 | 201 | { |
|
202 | 202 | color: #fafafa; |
|
203 | 203 | text-decoration: none; |
|
204 | 204 | } |
|
205 | 205 | .ui-widget :active |
|
206 | 206 | { |
|
207 | 207 | outline: none; |
|
208 | 208 | } |
|
209 | 209 | |
|
210 | 210 | /* Interaction Cues |
|
211 | 211 | ----------------------------------*/ |
|
212 | 212 | .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight |
|
213 | 213 | { |
|
214 | 214 | background: #9eca38 url(images/ui-bg_highlight-soft_15_9eca38_1x100.png) 50% 50% repeat-x; |
|
215 | 215 | border: 1px solid #9eca38; |
|
216 | 216 | color: #304915; |
|
217 | 217 | -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15); |
|
218 | 218 | -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15); |
|
219 | 219 | box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15); |
|
220 | 220 | text-shadow: 1px 1px 0 rgba(255,255,255,0.50); |
|
221 | 221 | } |
|
222 | 222 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a |
|
223 | 223 | { |
|
224 | 224 | color: #eaffb9; |
|
225 | 225 | } |
|
226 | 226 | .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error |
|
227 | 227 | { |
|
228 | 228 | border: 1px solid #ca3838; |
|
229 | 229 | background: #ca3838 url(images/ui-bg_highlight-soft_15_ca3838_1x100.png) 50% top repeat-x; |
|
230 | 230 | color: #fafafa; |
|
231 | 231 | -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15); |
|
232 | 232 | -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15); |
|
233 | 233 | box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15); |
|
234 | 234 | } |
|
235 | 235 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a |
|
236 | 236 | { |
|
237 | 237 | color: #ff8f8f; |
|
238 | 238 | } |
|
239 | 239 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text |
|
240 | 240 | { |
|
241 | 241 | color: #ff8f8f; |
|
242 | 242 | } |
|
243 | 243 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary |
|
244 | 244 | { |
|
245 | 245 | font-weight: bold; |
|
246 | 246 | } |
|
247 | 247 | .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary |
|
248 | 248 | { |
|
249 | 249 | opacity: .7; |
|
250 | 250 | filter: Alpha(Opacity=70); |
|
251 | 251 | font-weight: normal; |
|
252 | 252 | } |
|
253 | 253 | .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled |
|
254 | 254 | { |
|
255 | 255 | opacity: .35; |
|
256 | 256 | filter: Alpha(Opacity=35); |
|
257 | 257 | background-image: none; |
|
258 | 258 | } |
|
259 | 259 | |
|
260 | 260 | /* Icons |
|
261 | 261 | ----------------------------------*/ |
|
262 | 262 | |
|
263 | 263 | /* states and images */ |
|
264 | 264 | .ui-icon |
|
265 | 265 | { |
|
266 | 266 | width: 16px; |
|
267 | 267 | height: 16px; |
|
268 | 268 | background-image: url(images/ui-icons_00a6dd_256x240.png); |
|
269 | 269 | } |
|
270 | 270 | .ui-widget-content .ui-icon |
|
271 | 271 | { |
|
272 | 272 | background-image: url(images/ui-icons_00a6dd_256x240.png); |
|
273 | 273 | } |
|
274 | 274 | .ui-widget-header .ui-icon |
|
275 | 275 | { |
|
276 | 276 | background-image: url(images/ui-icons_f4f4f9_256x240.png); |
|
277 | 277 | } |
|
278 | 278 | .ui-state-default .ui-icon |
|
279 | 279 | { |
|
280 | 280 | background-image: url(images/ui-icons_00a6dd_256x240.png); |
|
281 | 281 | } |
|
282 | 282 | .ui-state-hover .ui-icon, .ui-state-focus .ui-icon |
|
283 | 283 | { |
|
284 | 284 | background-image: url(images/ui-icons_fafafa_256x240.png); |
|
285 | 285 | } |
|
286 | 286 | .ui-state-active .ui-icon |
|
287 | 287 | { |
|
288 | 288 | background-image: url(images/ui-icons_00a6dd_256x240.png); |
|
289 | 289 | } |
|
290 | 290 | .ui-state-highlight .ui-icon |
|
291 | 291 | { |
|
292 | 292 | background-image: url(images/ui-icons_304915_256x240.png); |
|
293 | 293 | } |
|
294 | 294 | .ui-state-error .ui-icon, .ui-state-error-text .ui-icon |
|
295 | 295 | { |
|
296 | 296 | background-image: url(images/ui-icons_ff8f8f_256x240.png); |
|
297 | 297 | } |
|
298 | 298 | |
|
299 | 299 | /* positioning */ |
|
300 | 300 | .ui-icon-carat-1-n |
|
301 | 301 | { |
|
302 | 302 | background-position: 0 0; |
|
303 | 303 | } |
|
304 | 304 | .ui-icon-carat-1-ne |
|
305 | 305 | { |
|
306 | 306 | background-position: -16px 0; |
|
307 | 307 | } |
|
308 | 308 | .ui-icon-carat-1-e |
|
309 | 309 | { |
|
310 | 310 | background-position: -32px 0; |
|
311 | 311 | } |
|
312 | 312 | .ui-icon-carat-1-se |
|
313 | 313 | { |
|
314 | 314 | background-position: -48px 0; |
|
315 | 315 | } |
|
316 | 316 | .ui-icon-carat-1-s |
|
317 | 317 | { |
|
318 | 318 | background-position: -64px 0; |
|
319 | 319 | } |
|
320 | 320 | .ui-icon-carat-1-sw |
|
321 | 321 | { |
|
322 | 322 | background-position: -80px 0; |
|
323 | 323 | } |
|
324 | 324 | .ui-icon-carat-1-w |
|
325 | 325 | { |
|
326 | 326 | background-position: -96px 0; |
|
327 | 327 | } |
|
328 | 328 | .ui-icon-carat-1-nw |
|
329 | 329 | { |
|
330 | 330 | background-position: -112px 0; |
|
331 | 331 | } |
|
332 | 332 | .ui-icon-carat-2-n-s |
|
333 | 333 | { |
|
334 | 334 | background-position: -128px 0; |
|
335 | 335 | } |
|
336 | 336 | .ui-icon-carat-2-e-w |
|
337 | 337 | { |
|
338 | 338 | background-position: -144px 0; |
|
339 | 339 | } |
|
340 | 340 | .ui-icon-triangle-1-n |
|
341 | 341 | { |
|
342 | 342 | background-position: 0 -16px; |
|
343 | 343 | } |
|
344 | 344 | .ui-icon-triangle-1-ne |
|
345 | 345 | { |
|
346 | 346 | background-position: -16px -16px; |
|
347 | 347 | } |
|
348 | 348 | .ui-icon-triangle-1-e |
|
349 | 349 | { |
|
350 | 350 | background-position: -32px -16px; |
|
351 | 351 | } |
|
352 | 352 | .ui-icon-triangle-1-se |
|
353 | 353 | { |
|
354 | 354 | background-position: -48px -16px; |
|
355 | 355 | } |
|
356 | 356 | .ui-icon-triangle-1-s |
|
357 | 357 | { |
|
358 | 358 | background-position: -64px -16px; |
|
359 | 359 | } |
|
360 | 360 | .ui-icon-triangle-1-sw |
|
361 | 361 | { |
|
362 | 362 | background-position: -80px -16px; |
|
363 | 363 | } |
|
364 | 364 | .ui-icon-triangle-1-w |
|
365 | 365 | { |
|
366 | 366 | background-position: -96px -16px; |
|
367 | 367 | } |
|
368 | 368 | .ui-icon-triangle-1-nw |
|
369 | 369 | { |
|
370 | 370 | background-position: -112px -16px; |
|
371 | 371 | } |
|
372 | 372 | .ui-icon-triangle-2-n-s |
|
373 | 373 | { |
|
374 | 374 | background-position: -128px -16px; |
|
375 | 375 | } |
|
376 | 376 | .ui-icon-triangle-2-e-w |
|
377 | 377 | { |
|
378 | 378 | background-position: -144px -16px; |
|
379 | 379 | } |
|
380 | 380 | .ui-icon-arrow-1-n |
|
381 | 381 | { |
|
382 | 382 | background-position: 0 -32px; |
|
383 | 383 | } |
|
384 | 384 | .ui-icon-arrow-1-ne |
|
385 | 385 | { |
|
386 | 386 | background-position: -16px -32px; |
|
387 | 387 | } |
|
388 | 388 | .ui-icon-arrow-1-e |
|
389 | 389 | { |
|
390 | 390 | background-position: -32px -32px; |
|
391 | 391 | } |
|
392 | 392 | .ui-icon-arrow-1-se |
|
393 | 393 | { |
|
394 | 394 | background-position: -48px -32px; |
|
395 | 395 | } |
|
396 | 396 | .ui-icon-arrow-1-s |
|
397 | 397 | { |
|
398 | 398 | background-position: -64px -32px; |
|
399 | 399 | } |
|
400 | 400 | .ui-icon-arrow-1-sw |
|
401 | 401 | { |
|
402 | 402 | background-position: -80px -32px; |
|
403 | 403 | } |
|
404 | 404 | .ui-icon-arrow-1-w |
|
405 | 405 | { |
|
406 | 406 | background-position: -96px -32px; |
|
407 | 407 | } |
|
408 | 408 | .ui-icon-arrow-1-nw |
|
409 | 409 | { |
|
410 | 410 | background-position: -112px -32px; |
|
411 | 411 | } |
|
412 | 412 | .ui-icon-arrow-2-n-s |
|
413 | 413 | { |
|
414 | 414 | background-position: -128px -32px; |
|
415 | 415 | } |
|
416 | 416 | .ui-icon-arrow-2-ne-sw |
|
417 | 417 | { |
|
418 | 418 | background-position: -144px -32px; |
|
419 | 419 | } |
|
420 | 420 | .ui-icon-arrow-2-e-w |
|
421 | 421 | { |
|
422 | 422 | background-position: -160px -32px; |
|
423 | 423 | } |
|
424 | 424 | .ui-icon-arrow-2-se-nw |
|
425 | 425 | { |
|
426 | 426 | background-position: -176px -32px; |
|
427 | 427 | } |
|
428 | 428 | .ui-icon-arrowstop-1-n |
|
429 | 429 | { |
|
430 | 430 | background-position: -192px -32px; |
|
431 | 431 | } |
|
432 | 432 | .ui-icon-arrowstop-1-e |
|
433 | 433 | { |
|
434 | 434 | background-position: -208px -32px; |
|
435 | 435 | } |
|
436 | 436 | .ui-icon-arrowstop-1-s |
|
437 | 437 | { |
|
438 | 438 | background-position: -224px -32px; |
|
439 | 439 | } |
|
440 | 440 | .ui-icon-arrowstop-1-w |
|
441 | 441 | { |
|
442 | 442 | background-position: -240px -32px; |
|
443 | 443 | } |
|
444 | 444 | .ui-icon-arrowthick-1-n |
|
445 | 445 | { |
|
446 | 446 | background-position: 0 -48px; |
|
447 | 447 | } |
|
448 | 448 | .ui-icon-arrowthick-1-ne |
|
449 | 449 | { |
|
450 | 450 | background-position: -16px -48px; |
|
451 | 451 | } |
|
452 | 452 | .ui-icon-arrowthick-1-e |
|
453 | 453 | { |
|
454 | 454 | background-position: -32px -48px; |
|
455 | 455 | } |
|
456 | 456 | .ui-icon-arrowthick-1-se |
|
457 | 457 | { |
|
458 | 458 | background-position: -48px -48px; |
|
459 | 459 | } |
|
460 | 460 | .ui-icon-arrowthick-1-s |
|
461 | 461 | { |
|
462 | 462 | background-position: -64px -48px; |
|
463 | 463 | } |
|
464 | 464 | .ui-icon-arrowthick-1-sw |
|
465 | 465 | { |
|
466 | 466 | background-position: -80px -48px; |
|
467 | 467 | } |
|
468 | 468 | .ui-icon-arrowthick-1-w |
|
469 | 469 | { |
|
470 | 470 | background-position: -96px -48px; |
|
471 | 471 | } |
|
472 | 472 | .ui-icon-arrowthick-1-nw |
|
473 | 473 | { |
|
474 | 474 | background-position: -112px -48px; |
|
475 | 475 | } |
|
476 | 476 | .ui-icon-arrowthick-2-n-s |
|
477 | 477 | { |
|
478 | 478 | background-position: -128px -48px; |
|
479 | 479 | } |
|
480 | 480 | .ui-icon-arrowthick-2-ne-sw |
|
481 | 481 | { |
|
482 | 482 | background-position: -144px -48px; |
|
483 | 483 | } |
|
484 | 484 | .ui-icon-arrowthick-2-e-w |
|
485 | 485 | { |
|
486 | 486 | background-position: -160px -48px; |
|
487 | 487 | } |
|
488 | 488 | .ui-icon-arrowthick-2-se-nw |
|
489 | 489 | { |
|
490 | 490 | background-position: -176px -48px; |
|
491 | 491 | } |
|
492 | 492 | .ui-icon-arrowthickstop-1-n |
|
493 | 493 | { |
|
494 | 494 | background-position: -192px -48px; |
|
495 | 495 | } |
|
496 | 496 | .ui-icon-arrowthickstop-1-e |
|
497 | 497 | { |
|
498 | 498 | background-position: -208px -48px; |
|
499 | 499 | } |
|
500 | 500 | .ui-icon-arrowthickstop-1-s |
|
501 | 501 | { |
|
502 | 502 | background-position: -224px -48px; |
|
503 | 503 | } |
|
504 | 504 | .ui-icon-arrowthickstop-1-w |
|
505 | 505 | { |
|
506 | 506 | background-position: -240px -48px; |
|
507 | 507 | } |
|
508 | 508 | .ui-icon-arrowreturnthick-1-w |
|
509 | 509 | { |
|
510 | 510 | background-position: 0 -64px; |
|
511 | 511 | } |
|
512 | 512 | .ui-icon-arrowreturnthick-1-n |
|
513 | 513 | { |
|
514 | 514 | background-position: -16px -64px; |
|
515 | 515 | } |
|
516 | 516 | .ui-icon-arrowreturnthick-1-e |
|
517 | 517 | { |
|
518 | 518 | background-position: -32px -64px; |
|
519 | 519 | } |
|
520 | 520 | .ui-icon-arrowreturnthick-1-s |
|
521 | 521 | { |
|
522 | 522 | background-position: -48px -64px; |
|
523 | 523 | } |
|
524 | 524 | .ui-icon-arrowreturn-1-w |
|
525 | 525 | { |
|
526 | 526 | background-position: -64px -64px; |
|
527 | 527 | } |
|
528 | 528 | .ui-icon-arrowreturn-1-n |
|
529 | 529 | { |
|
530 | 530 | background-position: -80px -64px; |
|
531 | 531 | } |
|
532 | 532 | .ui-icon-arrowreturn-1-e |
|
533 | 533 | { |
|
534 | 534 | background-position: -96px -64px; |
|
535 | 535 | } |
|
536 | 536 | .ui-icon-arrowreturn-1-s |
|
537 | 537 | { |
|
538 | 538 | background-position: -112px -64px; |
|
539 | 539 | } |
|
540 | 540 | .ui-icon-arrowrefresh-1-w |
|
541 | 541 | { |
|
542 | 542 | background-position: -128px -64px; |
|
543 | 543 | } |
|
544 | 544 | .ui-icon-arrowrefresh-1-n |
|
545 | 545 | { |
|
546 | 546 | background-position: -144px -64px; |
|
547 | 547 | } |
|
548 | 548 | .ui-icon-arrowrefresh-1-e |
|
549 | 549 | { |
|
550 | 550 | background-position: -160px -64px; |
|
551 | 551 | } |
|
552 | 552 | .ui-icon-arrowrefresh-1-s |
|
553 | 553 | { |
|
554 | 554 | background-position: -176px -64px; |
|
555 | 555 | } |
|
556 | 556 | .ui-icon-arrow-4 |
|
557 | 557 | { |
|
558 | 558 | background-position: 0 -80px; |
|
559 | 559 | } |
|
560 | 560 | .ui-icon-arrow-4-diag |
|
561 | 561 | { |
|
562 | 562 | background-position: -16px -80px; |
|
563 | 563 | } |
|
564 | 564 | .ui-icon-extlink |
|
565 | 565 | { |
|
566 | 566 | background-position: -32px -80px; |
|
567 | 567 | } |
|
568 | 568 | .ui-icon-newwin |
|
569 | 569 | { |
|
570 | 570 | background-position: -48px -80px; |
|
571 | 571 | } |
|
572 | 572 | .ui-icon-refresh |
|
573 | 573 | { |
|
574 | 574 | background-position: -64px -80px; |
|
575 | 575 | } |
|
576 | 576 | .ui-icon-shuffle |
|
577 | 577 | { |
|
578 | 578 | background-position: -80px -80px; |
|
579 | 579 | } |
|
580 | 580 | .ui-icon-transfer-e-w |
|
581 | 581 | { |
|
582 | 582 | background-position: -96px -80px; |
|
583 | 583 | } |
|
584 | 584 | .ui-icon-transferthick-e-w |
|
585 | 585 | { |
|
586 | 586 | background-position: -112px -80px; |
|
587 | 587 | } |
|
588 | 588 | .ui-icon-folder-collapsed |
|
589 | 589 | { |
|
590 | 590 | background-position: 0 -96px; |
|
591 | 591 | } |
|
592 | 592 | .ui-icon-folder-open |
|
593 | 593 | { |
|
594 | 594 | background-position: -16px -96px; |
|
595 | 595 | } |
|
596 | 596 | .ui-icon-document |
|
597 | 597 | { |
|
598 | 598 | background-position: -32px -96px; |
|
599 | 599 | } |
|
600 | 600 | .ui-icon-document-b |
|
601 | 601 | { |
|
602 | 602 | background-position: -48px -96px; |
|
603 | 603 | } |
|
604 | 604 | .ui-icon-note |
|
605 | 605 | { |
|
606 | 606 | background-position: -64px -96px; |
|
607 | 607 | } |
|
608 | 608 | .ui-icon-mail-closed |
|
609 | 609 | { |
|
610 | 610 | background-position: -80px -96px; |
|
611 | 611 | } |
|
612 | 612 | .ui-icon-mail-open |
|
613 | 613 | { |
|
614 | 614 | background-position: -96px -96px; |
|
615 | 615 | } |
|
616 | 616 | .ui-icon-suitcase |
|
617 | 617 | { |
|
618 | 618 | background-position: -112px -96px; |
|
619 | 619 | } |
|
620 | 620 | .ui-icon-comment |
|
621 | 621 | { |
|
622 | 622 | background-position: -128px -96px; |
|
623 | 623 | } |
|
624 | 624 | .ui-icon-person |
|
625 | 625 | { |
|
626 | 626 | background-position: -144px -96px; |
|
627 | 627 | } |
|
628 | 628 | .ui-icon-print |
|
629 | 629 | { |
|
630 | 630 | background-position: -160px -96px; |
|
631 | 631 | } |
|
632 | 632 | .ui-icon-trash |
|
633 | 633 | { |
|
634 | 634 | background-position: -176px -96px; |
|
635 | 635 | } |
|
636 | 636 | .ui-icon-locked |
|
637 | 637 | { |
|
638 | 638 | background-position: -192px -96px; |
|
639 | 639 | } |
|
640 | 640 | .ui-icon-unlocked |
|
641 | 641 | { |
|
642 | 642 | background-position: -208px -96px; |
|
643 | 643 | } |
|
644 | 644 | .ui-icon-bookmark |
|
645 | 645 | { |
|
646 | 646 | background-position: -224px -96px; |
|
647 | 647 | } |
|
648 | 648 | .ui-icon-tag |
|
649 | 649 | { |
|
650 | 650 | background-position: -240px -96px; |
|
651 | 651 | } |
|
652 | 652 | .ui-icon-home |
|
653 | 653 | { |
|
654 | 654 | background-position: 0 -112px; |
|
655 | 655 | } |
|
656 | 656 | .ui-icon-flag |
|
657 | 657 | { |
|
658 | 658 | background-position: -16px -112px; |
|
659 | 659 | } |
|
660 | 660 | .ui-icon-calendar |
|
661 | 661 | { |
|
662 | 662 | background-position: -32px -112px; |
|
663 | 663 | } |
|
664 | 664 | .ui-icon-cart |
|
665 | 665 | { |
|
666 | 666 | background-position: -48px -112px; |
|
667 | 667 | } |
|
668 | 668 | .ui-icon-pencil |
|
669 | 669 | { |
|
670 | 670 | background-position: -64px -112px; |
|
671 | 671 | } |
|
672 | 672 | .ui-icon-clock |
|
673 | 673 | { |
|
674 | 674 | background-position: -80px -112px; |
|
675 | 675 | } |
|
676 | 676 | .ui-icon-disk |
|
677 | 677 | { |
|
678 | 678 | background-position: -96px -112px; |
|
679 | 679 | } |
|
680 | 680 | .ui-icon-calculator |
|
681 | 681 | { |
|
682 | 682 | background-position: -112px -112px; |
|
683 | 683 | } |
|
684 | 684 | .ui-icon-zoomin |
|
685 | 685 | { |
|
686 | 686 | background-position: -128px -112px; |
|
687 | 687 | } |
|
688 | 688 | .ui-icon-zoomout |
|
689 | 689 | { |
|
690 | 690 | background-position: -144px -112px; |
|
691 | 691 | } |
|
692 | 692 | .ui-icon-search |
|
693 | 693 | { |
|
694 | 694 | background-position: -160px -112px; |
|
695 | 695 | } |
|
696 | 696 | .ui-icon-wrench |
|
697 | 697 | { |
|
698 | 698 | background-position: -176px -112px; |
|
699 | 699 | } |
|
700 | 700 | .ui-icon-gear |
|
701 | 701 | { |
|
702 | 702 | background-position: -192px -112px; |
|
703 | 703 | } |
|
704 | 704 | .ui-icon-heart |
|
705 | 705 | { |
|
706 | 706 | background-position: -208px -112px; |
|
707 | 707 | } |
|
708 | 708 | .ui-icon-star |
|
709 | 709 | { |
|
710 | 710 | background-position: -224px -112px; |
|
711 | 711 | } |
|
712 | 712 | .ui-icon-link |
|
713 | 713 | { |
|
714 | 714 | background-position: -240px -112px; |
|
715 | 715 | } |
|
716 | 716 | .ui-icon-cancel |
|
717 | 717 | { |
|
718 | 718 | background-position: 0 -128px; |
|
719 | 719 | } |
|
720 | 720 | .ui-icon-plus |
|
721 | 721 | { |
|
722 | 722 | background-position: -16px -128px; |
|
723 | 723 | } |
|
724 | 724 | .ui-icon-plusthick |
|
725 | 725 | { |
|
726 | 726 | background-position: -32px -128px; |
|
727 | 727 | } |
|
728 | 728 | .ui-icon-minus |
|
729 | 729 | { |
|
730 | 730 | background-position: -48px -128px; |
|
731 | 731 | } |
|
732 | 732 | .ui-icon-minusthick |
|
733 | 733 | { |
|
734 | 734 | background-position: -64px -128px; |
|
735 | 735 | } |
|
736 | 736 | .ui-icon-close |
|
737 | 737 | { |
|
738 | 738 | background-position: -80px -128px; |
|
739 | 739 | } |
|
740 | 740 | .ui-icon-closethick |
|
741 | 741 | { |
|
742 | 742 | background-position: -96px -128px; |
|
743 | 743 | } |
|
744 | 744 | .ui-icon-key |
|
745 | 745 | { |
|
746 | 746 | background-position: -112px -128px; |
|
747 | 747 | } |
|
748 | 748 | .ui-icon-lightbulb |
|
749 | 749 | { |
|
750 | 750 | background-position: -128px -128px; |
|
751 | 751 | } |
|
752 | 752 | .ui-icon-scissors |
|
753 | 753 | { |
|
754 | 754 | background-position: -144px -128px; |
|
755 | 755 | } |
|
756 | 756 | .ui-icon-clipboard |
|
757 | 757 | { |
|
758 | 758 | background-position: -160px -128px; |
|
759 | 759 | } |
|
760 | 760 | .ui-icon-copy |
|
761 | 761 | { |
|
762 | 762 | background-position: -176px -128px; |
|
763 | 763 | } |
|
764 | 764 | .ui-icon-contact |
|
765 | 765 | { |
|
766 | 766 | background-position: -192px -128px; |
|
767 | 767 | } |
|
768 | 768 | .ui-icon-image |
|
769 | 769 | { |
|
770 | 770 | background-position: -208px -128px; |
|
771 | 771 | } |
|
772 | 772 | .ui-icon-video |
|
773 | 773 | { |
|
774 | 774 | background-position: -224px -128px; |
|
775 | 775 | } |
|
776 | 776 | .ui-icon-script |
|
777 | 777 | { |
|
778 | 778 | background-position: -240px -128px; |
|
779 | 779 | } |
|
780 | 780 | .ui-icon-alert |
|
781 | 781 | { |
|
782 | 782 | background-position: 0 -144px; |
|
783 | 783 | } |
|
784 | 784 | .ui-icon-info |
|
785 | 785 | { |
|
786 | 786 | background-position: -16px -144px; |
|
787 | 787 | } |
|
788 | 788 | .ui-icon-notice |
|
789 | 789 | { |
|
790 | 790 | background-position: -32px -144px; |
|
791 | 791 | } |
|
792 | 792 | .ui-icon-help |
|
793 | 793 | { |
|
794 | 794 | background-position: -48px -144px; |
|
795 | 795 | } |
|
796 | 796 | .ui-icon-check |
|
797 | 797 | { |
|
798 | 798 | background-position: -64px -144px; |
|
799 | 799 | } |
|
800 | 800 | .ui-icon-bullet |
|
801 | 801 | { |
|
802 | 802 | background-position: -80px -144px; |
|
803 | 803 | } |
|
804 | 804 | .ui-icon-radio-off |
|
805 | 805 | { |
|
806 | 806 | background-position: -96px -144px; |
|
807 | 807 | } |
|
808 | 808 | .ui-icon-radio-on |
|
809 | 809 | { |
|
810 | 810 | background-position: -112px -144px; |
|
811 | 811 | } |
|
812 | 812 | .ui-icon-pin-w |
|
813 | 813 | { |
|
814 | 814 | background-position: -128px -144px; |
|
815 | 815 | } |
|
816 | 816 | .ui-icon-pin-s |
|
817 | 817 | { |
|
818 | 818 | background-position: -144px -144px; |
|
819 | 819 | } |
|
820 | 820 | .ui-icon-play |
|
821 | 821 | { |
|
822 | 822 | background-position: 0 -160px; |
|
823 | 823 | } |
|
824 | 824 | .ui-icon-pause |
|
825 | 825 | { |
|
826 | 826 | background-position: -16px -160px; |
|
827 | 827 | } |
|
828 | 828 | .ui-icon-seek-next |
|
829 | 829 | { |
|
830 | 830 | background-position: -32px -160px; |
|
831 | 831 | } |
|
832 | 832 | .ui-icon-seek-prev |
|
833 | 833 | { |
|
834 | 834 | background-position: -48px -160px; |
|
835 | 835 | } |
|
836 | 836 | .ui-icon-seek-end |
|
837 | 837 | { |
|
838 | 838 | background-position: -64px -160px; |
|
839 | 839 | } |
|
840 | 840 | .ui-icon-seek-start |
|
841 | 841 | { |
|
842 | 842 | background-position: -80px -160px; |
|
843 | 843 | } |
|
844 | 844 | /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
|
845 | 845 | .ui-icon-seek-first |
|
846 | 846 | { |
|
847 | 847 | background-position: -80px -160px; |
|
848 | 848 | } |
|
849 | 849 | .ui-icon-stop |
|
850 | 850 | { |
|
851 | 851 | background-position: -96px -160px; |
|
852 | 852 | } |
|
853 | 853 | .ui-icon-eject |
|
854 | 854 | { |
|
855 | 855 | background-position: -112px -160px; |
|
856 | 856 | } |
|
857 | 857 | .ui-icon-volume-off |
|
858 | 858 | { |
|
859 | 859 | background-position: -128px -160px; |
|
860 | 860 | } |
|
861 | 861 | .ui-icon-volume-on |
|
862 | 862 | { |
|
863 | 863 | background-position: -144px -160px; |
|
864 | 864 | } |
|
865 | 865 | .ui-icon-power |
|
866 | 866 | { |
|
867 | 867 | background-position: 0 -176px; |
|
868 | 868 | } |
|
869 | 869 | .ui-icon-signal-diag |
|
870 | 870 | { |
|
871 | 871 | background-position: -16px -176px; |
|
872 | 872 | } |
|
873 | 873 | .ui-icon-signal |
|
874 | 874 | { |
|
875 | 875 | background-position: -32px -176px; |
|
876 | 876 | } |
|
877 | 877 | .ui-icon-battery-0 |
|
878 | 878 | { |
|
879 | 879 | background-position: -48px -176px; |
|
880 | 880 | } |
|
881 | 881 | .ui-icon-battery-1 |
|
882 | 882 | { |
|
883 | 883 | background-position: -64px -176px; |
|
884 | 884 | } |
|
885 | 885 | .ui-icon-battery-2 |
|
886 | 886 | { |
|
887 | 887 | background-position: -80px -176px; |
|
888 | 888 | } |
|
889 | 889 | .ui-icon-battery-3 |
|
890 | 890 | { |
|
891 | 891 | background-position: -96px -176px; |
|
892 | 892 | } |
|
893 | 893 | .ui-icon-circle-plus |
|
894 | 894 | { |
|
895 | 895 | background-position: 0 -192px; |
|
896 | 896 | } |
|
897 | 897 | .ui-icon-circle-minus |
|
898 | 898 | { |
|
899 | 899 | background-position: -16px -192px; |
|
900 | 900 | } |
|
901 | 901 | .ui-icon-circle-close |
|
902 | 902 | { |
|
903 | 903 | background-position: -32px -192px; |
|
904 | 904 | } |
|
905 | 905 | .ui-icon-circle-triangle-e |
|
906 | 906 | { |
|
907 | 907 | background-position: -48px -192px; |
|
908 | 908 | } |
|
909 | 909 | .ui-icon-circle-triangle-s |
|
910 | 910 | { |
|
911 | 911 | background-position: -64px -192px; |
|
912 | 912 | } |
|
913 | 913 | .ui-icon-circle-triangle-w |
|
914 | 914 | { |
|
915 | 915 | background-position: -80px -192px; |
|
916 | 916 | } |
|
917 | 917 | .ui-icon-circle-triangle-n |
|
918 | 918 | { |
|
919 | 919 | background-position: -96px -192px; |
|
920 | 920 | } |
|
921 | 921 | .ui-icon-circle-arrow-e |
|
922 | 922 | { |
|
923 | 923 | background-position: -112px -192px; |
|
924 | 924 | } |
|
925 | 925 | .ui-icon-circle-arrow-s |
|
926 | 926 | { |
|
927 | 927 | background-position: -128px -192px; |
|
928 | 928 | } |
|
929 | 929 | .ui-icon-circle-arrow-w |
|
930 | 930 | { |
|
931 | 931 | background-position: -144px -192px; |
|
932 | 932 | } |
|
933 | 933 | .ui-icon-circle-arrow-n |
|
934 | 934 | { |
|
935 | 935 | background-position: -160px -192px; |
|
936 | 936 | } |
|
937 | 937 | .ui-icon-circle-zoomin |
|
938 | 938 | { |
|
939 | 939 | background-position: -176px -192px; |
|
940 | 940 | } |
|
941 | 941 | .ui-icon-circle-zoomout |
|
942 | 942 | { |
|
943 | 943 | background-position: -192px -192px; |
|
944 | 944 | } |
|
945 | 945 | .ui-icon-circle-check |
|
946 | 946 | { |
|
947 | 947 | background-position: -208px -192px; |
|
948 | 948 | } |
|
949 | 949 | .ui-icon-circlesmall-plus |
|
950 | 950 | { |
|
951 | 951 | background-position: 0 -208px; |
|
952 | 952 | } |
|
953 | 953 | .ui-icon-circlesmall-minus |
|
954 | 954 | { |
|
955 | 955 | background-position: -16px -208px; |
|
956 | 956 | } |
|
957 | 957 | .ui-icon-circlesmall-close |
|
958 | 958 | { |
|
959 | 959 | background-position: -32px -208px; |
|
960 | 960 | } |
|
961 | 961 | .ui-icon-squaresmall-plus |
|
962 | 962 | { |
|
963 | 963 | background-position: -48px -208px; |
|
964 | 964 | } |
|
965 | 965 | .ui-icon-squaresmall-minus |
|
966 | 966 | { |
|
967 | 967 | background-position: -64px -208px; |
|
968 | 968 | } |
|
969 | 969 | .ui-icon-squaresmall-close |
|
970 | 970 | { |
|
971 | 971 | background-position: -80px -208px; |
|
972 | 972 | } |
|
973 | 973 | .ui-icon-grip-dotted-vertical |
|
974 | 974 | { |
|
975 | 975 | background-position: 0 -224px; |
|
976 | 976 | } |
|
977 | 977 | .ui-icon-grip-dotted-horizontal |
|
978 | 978 | { |
|
979 | 979 | background-position: -16px -224px; |
|
980 | 980 | } |
|
981 | 981 | .ui-icon-grip-solid-vertical |
|
982 | 982 | { |
|
983 | 983 | background-position: -32px -224px; |
|
984 | 984 | } |
|
985 | 985 | .ui-icon-grip-solid-horizontal |
|
986 | 986 | { |
|
987 | 987 | background-position: -48px -224px; |
|
988 | 988 | } |
|
989 | 989 | .ui-icon-gripsmall-diagonal-se |
|
990 | 990 | { |
|
991 | 991 | background-position: -64px -224px; |
|
992 | 992 | } |
|
993 | 993 | .ui-icon-grip-diagonal-se |
|
994 | 994 | { |
|
995 | 995 | background-position: -80px -224px; |
|
996 | 996 | } |
|
997 | 997 | |
|
998 | 998 | |
|
999 | 999 | /* Misc visuals |
|
1000 | 1000 | ----------------------------------*/ |
|
1001 | 1001 | |
|
1002 | 1002 | /* Corner radius */ |
|
1003 | 1003 | .ui-corner-tl |
|
1004 | 1004 | { |
|
1005 | 1005 | -moz-border-radius-topleft: 4px; |
|
1006 | 1006 | -webkit-border-top-left-radius: 4px; |
|
1007 | 1007 | border-top-left-radius: 4px; |
|
1008 | 1008 | } |
|
1009 | 1009 | .ui-corner-tr |
|
1010 | 1010 | { |
|
1011 | 1011 | -moz-border-radius-topright: 4px; |
|
1012 | 1012 | -webkit-border-top-right-radius: 4px; |
|
1013 | 1013 | border-top-right-radius: 4px; |
|
1014 | 1014 | } |
|
1015 | 1015 | .ui-corner-bl |
|
1016 | 1016 | { |
|
1017 | 1017 | -moz-border-radius-bottomleft: 4px; |
|
1018 | 1018 | -webkit-border-bottom-left-radius: 4px; |
|
1019 | 1019 | border-bottom-left-radius: 4px; |
|
1020 | 1020 | } |
|
1021 | 1021 | .ui-corner-br |
|
1022 | 1022 | { |
|
1023 | 1023 | -moz-border-radius-bottomright: 4px; |
|
1024 | 1024 | -webkit-border-bottom-right-radius: 4px; |
|
1025 | 1025 | border-bottom-right-radius: 4px; |
|
1026 | 1026 | } |
|
1027 | 1027 | .ui-corner-top |
|
1028 | 1028 | { |
|
1029 | 1029 | -moz-border-radius-topleft: 4px; |
|
1030 | 1030 | -webkit-border-top-left-radius: 4px; |
|
1031 | 1031 | border-top-left-radius: 4px; |
|
1032 | 1032 | -moz-border-radius-topright: 4px; |
|
1033 | 1033 | -webkit-border-top-right-radius: 4px; |
|
1034 | 1034 | border-top-right-radius: 4px; |
|
1035 | 1035 | } |
|
1036 | 1036 | .ui-corner-bottom |
|
1037 | 1037 | { |
|
1038 | 1038 | -moz-border-radius-bottomleft: 4px; |
|
1039 | 1039 | -webkit-border-bottom-left-radius: 4px; |
|
1040 | 1040 | border-bottom-left-radius: 4px; |
|
1041 | 1041 | -moz-border-radius-bottomright: 4px; |
|
1042 | 1042 | -webkit-border-bottom-right-radius: 4px; |
|
1043 | 1043 | border-bottom-right-radius: 4px; |
|
1044 | 1044 | } |
|
1045 | 1045 | .ui-corner-right |
|
1046 | 1046 | { |
|
1047 | 1047 | -moz-border-radius-topright: 4px; |
|
1048 | 1048 | -webkit-border-top-right-radius: 4px; |
|
1049 | 1049 | border-top-right-radius: 4px; |
|
1050 | 1050 | -moz-border-radius-bottomright: 4px; |
|
1051 | 1051 | -webkit-border-bottom-right-radius: 4px; |
|
1052 | 1052 | border-bottom-right-radius: 4px; |
|
1053 | 1053 | } |
|
1054 | 1054 | .ui-corner-left |
|
1055 | 1055 | { |
|
1056 | 1056 | -moz-border-radius-topleft: 4px; |
|
1057 | 1057 | -webkit-border-top-left-radius: 4px; |
|
1058 | 1058 | border-top-left-radius: 4px; |
|
1059 | 1059 | -moz-border-radius-bottomleft: 4px; |
|
1060 | 1060 | -webkit-border-bottom-left-radius: 4px; |
|
1061 | 1061 | border-bottom-left-radius: 4px; |
|
1062 | 1062 | } |
|
1063 | 1063 | .ui-corner-all |
|
1064 | 1064 | { |
|
1065 | 1065 | -moz-border-radius: 4px; |
|
1066 | 1066 | -webkit-border-radius: 4px; |
|
1067 | 1067 | border-radius: 4px; |
|
1068 | 1068 | } |
|
1069 | 1069 | |
|
1070 | 1070 | /* Overlays */ |
|
1071 | 1071 | .ui-widget-overlay |
|
1072 | 1072 | { |
|
1073 | 1073 | background: #00a6dd url(images/ui-bg_diagonals-thick_50_00a6dd_40x40.png) 50% 50% repeat; |
|
1074 | 1074 | opacity: .30; |
|
1075 | 1075 | filter: Alpha(Opacity=30); |
|
1076 | 1076 | } |
|
1077 | 1077 | .ui-widget-shadow |
|
1078 | 1078 | { |
|
1079 | 1079 | margin: -8px 0 0 -8px; |
|
1080 | 1080 | padding: 8px; |
|
1081 | 1081 | background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; |
|
1082 | 1082 | opacity: .30; |
|
1083 | 1083 | filter: Alpha(Opacity=30); |
|
1084 | 1084 | -moz-border-radius: 8px; |
|
1085 | 1085 | -webkit-border-radius: 8px; |
|
1086 | 1086 | border-radius: 8px; |
|
1087 | 1087 | } |
|
1088 | 1088 | /* |
|
1089 | 1089 | * jQuery UI Resizable 1.8.7 |
|
1090 | 1090 | * |
|
1091 | 1091 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1092 | 1092 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1093 | 1093 | * http://jquery.org/license |
|
1094 | 1094 | * |
|
1095 | 1095 | * http://docs.jquery.com/UI/Resizable#theming |
|
1096 | 1096 | */ |
|
1097 | 1097 | .ui-resizable |
|
1098 | 1098 | { |
|
1099 | 1099 | position: relative; |
|
1100 | 1100 | } |
|
1101 | 1101 | .ui-resizable-handle |
|
1102 | 1102 | { |
|
1103 | 1103 | position: absolute; |
|
1104 | 1104 | font-size: 0.1px; |
|
1105 | 1105 | z-index: 99999; |
|
1106 | 1106 | display: block; |
|
1107 | 1107 | } |
|
1108 | 1108 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle |
|
1109 | 1109 | { |
|
1110 | 1110 | display: none; |
|
1111 | 1111 | } |
|
1112 | 1112 | .ui-resizable-n |
|
1113 | 1113 | { |
|
1114 | 1114 | cursor: n-resize; |
|
1115 | 1115 | height: 7px; |
|
1116 | 1116 | width: 100%; |
|
1117 | 1117 | top: -5px; |
|
1118 | 1118 | left: 0; |
|
1119 | 1119 | } |
|
1120 | 1120 | .ui-resizable-s |
|
1121 | 1121 | { |
|
1122 | 1122 | cursor: s-resize; |
|
1123 | 1123 | height: 7px; |
|
1124 | 1124 | width: 100%; |
|
1125 | 1125 | bottom: -5px; |
|
1126 | 1126 | left: 0; |
|
1127 | 1127 | } |
|
1128 | 1128 | .ui-resizable-e |
|
1129 | 1129 | { |
|
1130 | 1130 | cursor: e-resize; |
|
1131 | 1131 | width: 7px; |
|
1132 | 1132 | right: -5px; |
|
1133 | 1133 | top: 0; |
|
1134 | 1134 | height: 100%; |
|
1135 | 1135 | } |
|
1136 | 1136 | .ui-resizable-w |
|
1137 | 1137 | { |
|
1138 | 1138 | cursor: w-resize; |
|
1139 | 1139 | width: 7px; |
|
1140 | 1140 | left: -5px; |
|
1141 | 1141 | top: 0; |
|
1142 | 1142 | height: 100%; |
|
1143 | 1143 | } |
|
1144 | 1144 | .ui-resizable-se |
|
1145 | 1145 | { |
|
1146 | 1146 | cursor: se-resize; |
|
1147 | 1147 | width: 12px; |
|
1148 | 1148 | height: 12px; |
|
1149 | 1149 | right: 1px; |
|
1150 | 1150 | bottom: 1px; |
|
1151 | 1151 | } |
|
1152 | 1152 | .ui-resizable-sw |
|
1153 | 1153 | { |
|
1154 | 1154 | cursor: sw-resize; |
|
1155 | 1155 | width: 9px; |
|
1156 | 1156 | height: 9px; |
|
1157 | 1157 | left: -5px; |
|
1158 | 1158 | bottom: -5px; |
|
1159 | 1159 | } |
|
1160 | 1160 | .ui-resizable-nw |
|
1161 | 1161 | { |
|
1162 | 1162 | cursor: nw-resize; |
|
1163 | 1163 | width: 9px; |
|
1164 | 1164 | height: 9px; |
|
1165 | 1165 | left: -5px; |
|
1166 | 1166 | top: -5px; |
|
1167 | 1167 | } |
|
1168 | 1168 | .ui-resizable-ne |
|
1169 | 1169 | { |
|
1170 | 1170 | cursor: ne-resize; |
|
1171 | 1171 | width: 9px; |
|
1172 | 1172 | height: 9px; |
|
1173 | 1173 | right: -5px; |
|
1174 | 1174 | top: -5px; |
|
1175 | 1175 | } |
|
1176 | 1176 | /* |
|
1177 | 1177 | * jQuery UI Selectable 1.8.7 |
|
1178 | 1178 | * |
|
1179 | 1179 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1180 | 1180 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1181 | 1181 | * http://jquery.org/license |
|
1182 | 1182 | * |
|
1183 | 1183 | * http://docs.jquery.com/UI/Selectable#theming |
|
1184 | 1184 | */ |
|
1185 | 1185 | .ui-selectable-helper |
|
1186 | 1186 | { |
|
1187 | 1187 | position: absolute; |
|
1188 | 1188 | z-index: 100; |
|
1189 | 1189 | border: 1px dotted black; |
|
1190 | 1190 | } |
|
1191 | 1191 | /* |
|
1192 | 1192 | * jQuery UI Accordion 1.8.7 |
|
1193 | 1193 | * |
|
1194 | 1194 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1195 | 1195 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1196 | 1196 | * http://jquery.org/license |
|
1197 | 1197 | * |
|
1198 | 1198 | * http://docs.jquery.com/UI/Accordion#theming |
|
1199 | 1199 | */ |
|
1200 | 1200 | /* IE/Win - Fix animation bug - #4615 */ |
|
1201 | 1201 | .ui-accordion |
|
1202 | 1202 | { |
|
1203 | 1203 | width: 100%; |
|
1204 | 1204 | } |
|
1205 | 1205 | .ui-accordion .ui-accordion-header |
|
1206 | 1206 | { |
|
1207 | 1207 | cursor: pointer; |
|
1208 | 1208 | position: relative; |
|
1209 | 1209 | margin-top: 1px; |
|
1210 | 1210 | zoom: 1; |
|
1211 | 1211 | } |
|
1212 | 1212 | .ui-accordion .ui-accordion-li-fix |
|
1213 | 1213 | { |
|
1214 | 1214 | display: inline; |
|
1215 | 1215 | } |
|
1216 | 1216 | .ui-accordion .ui-accordion-header-active |
|
1217 | 1217 | { |
|
1218 | 1218 | border-bottom: 0 !important; |
|
1219 | 1219 | } |
|
1220 | 1220 | .ui-accordion .ui-accordion-header a |
|
1221 | 1221 | { |
|
1222 | 1222 | display: block; |
|
1223 | 1223 | font-size: 1em; |
|
1224 | 1224 | padding: .5em .5em .5em .7em; |
|
1225 | 1225 | } |
|
1226 | 1226 | .ui-accordion-icons .ui-accordion-header a |
|
1227 | 1227 | { |
|
1228 | 1228 | padding-left: 2.2em; |
|
1229 | 1229 | } |
|
1230 | 1230 | .ui-accordion .ui-accordion-header .ui-icon |
|
1231 | 1231 | { |
|
1232 | 1232 | position: absolute; |
|
1233 | 1233 | left: .5em; |
|
1234 | 1234 | top: 50%; |
|
1235 | 1235 | margin-top: -8px; |
|
1236 | 1236 | } |
|
1237 | 1237 | .ui-accordion .ui-accordion-content |
|
1238 | 1238 | { |
|
1239 | 1239 | padding: 1em 2.2em; |
|
1240 | 1240 | border-top: 0; |
|
1241 | 1241 | margin-top: -2px; |
|
1242 | 1242 | position: relative; |
|
1243 | 1243 | top: 1px; |
|
1244 | 1244 | margin-bottom: 2px; |
|
1245 | 1245 | overflow: auto; |
|
1246 | 1246 | display: none; |
|
1247 | 1247 | zoom: 1; |
|
1248 | 1248 | } |
|
1249 | 1249 | .ui-accordion .ui-accordion-content-active |
|
1250 | 1250 | { |
|
1251 | 1251 | display: block; |
|
1252 | 1252 | } |
|
1253 | 1253 | /* |
|
1254 | 1254 | * jQuery UI Autocomplete 1.8.7 |
|
1255 | 1255 | * |
|
1256 | 1256 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1257 | 1257 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1258 | 1258 | * http://jquery.org/license |
|
1259 | 1259 | * |
|
1260 | 1260 | * http://docs.jquery.com/UI/Autocomplete#theming |
|
1261 | 1261 | */ |
|
1262 | 1262 | .ui-autocomplete |
|
1263 | 1263 | { |
|
1264 | 1264 | position: absolute; |
|
1265 | 1265 | cursor: default; |
|
1266 | 1266 | } |
|
1267 | 1267 | |
|
1268 | 1268 | /* workarounds */ |
|
1269 | 1269 | * html .ui-autocomplete |
|
1270 | 1270 | { |
|
1271 | 1271 | width: 1px; |
|
1272 | 1272 | } |
|
1273 | 1273 | /* without this, the menu expands to 100% in IE6 */ |
|
1274 | 1274 | |
|
1275 | 1275 | /* |
|
1276 | 1276 | * jQuery UI Menu 1.8.7 |
|
1277 | 1277 | * |
|
1278 | 1278 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1279 | 1279 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1280 | 1280 | * http://jquery.org/license |
|
1281 | 1281 | * |
|
1282 | 1282 | * http://docs.jquery.com/UI/Menu#theming |
|
1283 | 1283 | */ |
|
1284 | 1284 | .ui-menu |
|
1285 | 1285 | { |
|
1286 | 1286 | list-style: none; |
|
1287 | 1287 | padding: 2px; |
|
1288 | 1288 | margin: 0; |
|
1289 | 1289 | display: block; |
|
1290 | 1290 | float: left; |
|
1291 | 1291 | } |
|
1292 | 1292 | .ui-menu .ui-menu |
|
1293 | 1293 | { |
|
1294 | 1294 | margin-top: -3px; |
|
1295 | 1295 | } |
|
1296 | 1296 | .ui-menu .ui-menu-item |
|
1297 | 1297 | { |
|
1298 | 1298 | margin: 0; |
|
1299 | 1299 | padding: 0; |
|
1300 | 1300 | zoom: 1; |
|
1301 | 1301 | float: left; |
|
1302 | 1302 | clear: left; |
|
1303 | 1303 | width: 100%; |
|
1304 | 1304 | } |
|
1305 | 1305 | .ui-menu .ui-menu-item a |
|
1306 | 1306 | { |
|
1307 | 1307 | text-decoration: none; |
|
1308 | 1308 | display: block; |
|
1309 | 1309 | padding: .2em .4em; |
|
1310 | 1310 | line-height: 1.5; |
|
1311 | 1311 | zoom: 1; |
|
1312 | 1312 | } |
|
1313 | 1313 | .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active |
|
1314 | 1314 | { |
|
1315 | 1315 | font-weight: normal; |
|
1316 | 1316 | margin: -1px; |
|
1317 | 1317 | } |
|
1318 | 1318 | /* |
|
1319 | 1319 | * jQuery UI Button 1.8.7 |
|
1320 | 1320 | * |
|
1321 | 1321 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1322 | 1322 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1323 | 1323 | * http://jquery.org/license |
|
1324 | 1324 | * |
|
1325 | 1325 | * http://docs.jquery.com/UI/Button#theming |
|
1326 | 1326 | */ |
|
1327 | 1327 | .ui-button |
|
1328 | 1328 | { |
|
1329 | 1329 | display: inline-block; |
|
1330 | 1330 | position: relative; |
|
1331 | 1331 | padding: 0; |
|
1332 | 1332 | margin-right: .1em; |
|
1333 | 1333 | text-decoration: none !important; |
|
1334 | 1334 | cursor: pointer; |
|
1335 | 1335 | text-align: center; |
|
1336 | 1336 | zoom: 1; |
|
1337 | 1337 | overflow: visible; |
|
1338 | 1338 | } |
|
1339 | 1339 | /* the overflow property removes extra width in IE */ |
|
1340 | 1340 | .ui-button-icon-only |
|
1341 | 1341 | { |
|
1342 | 1342 | width: 2.2em; |
|
1343 | 1343 | } |
|
1344 | 1344 | /* to make room for the icon, a width needs to be set here */ |
|
1345 | 1345 | button.ui-button-icon-only |
|
1346 | 1346 | { |
|
1347 | 1347 | width: 2.4em; |
|
1348 | 1348 | } |
|
1349 | 1349 | /* button elements seem to need a little more width */ |
|
1350 | 1350 | .ui-button-icons-only |
|
1351 | 1351 | { |
|
1352 | 1352 | width: 3.4em; |
|
1353 | 1353 | } |
|
1354 | 1354 | button.ui-button-icons-only |
|
1355 | 1355 | { |
|
1356 | 1356 | width: 3.7em; |
|
1357 | 1357 | } |
|
1358 | 1358 | |
|
1359 | 1359 | /*button text element */ |
|
1360 | 1360 | .ui-button .ui-button-text |
|
1361 | 1361 | { |
|
1362 | 1362 | display: block; |
|
1363 | 1363 | line-height: 1.4; |
|
1364 | 1364 | } |
|
1365 | 1365 | .ui-button-text-only .ui-button-text |
|
1366 | 1366 | { |
|
1367 | 1367 | padding: .4em 1em; |
|
1368 | 1368 | } |
|
1369 | 1369 | .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text |
|
1370 | 1370 | { |
|
1371 | 1371 | padding: .4em; |
|
1372 | 1372 | text-indent: -9999999px; |
|
1373 | 1373 | } |
|
1374 | 1374 | .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text |
|
1375 | 1375 | { |
|
1376 | 1376 | padding: .4em 1em .4em 2.1em; |
|
1377 | 1377 | } |
|
1378 | 1378 | .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text |
|
1379 | 1379 | { |
|
1380 | 1380 | padding: .4em 2.1em .4em 1em; |
|
1381 | 1381 | } |
|
1382 | 1382 | .ui-button-text-icons .ui-button-text |
|
1383 | 1383 | { |
|
1384 | 1384 | padding-left: 2.1em; |
|
1385 | 1385 | padding-right: 2.1em; |
|
1386 | 1386 | } |
|
1387 | 1387 | /* no icon support for input elements, provide padding by default */ |
|
1388 | 1388 | input.ui-button |
|
1389 | 1389 | { |
|
1390 | 1390 | padding: .4em 1em; |
|
1391 | 1391 | } |
|
1392 | 1392 | |
|
1393 | 1393 | /*button icon element(s) */ |
|
1394 | 1394 | .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon |
|
1395 | 1395 | { |
|
1396 | 1396 | position: absolute; |
|
1397 | 1397 | top: 50%; |
|
1398 | 1398 | margin-top: -8px; |
|
1399 | 1399 | } |
|
1400 | 1400 | .ui-button-icon-only .ui-icon |
|
1401 | 1401 | { |
|
1402 | 1402 | left: 50%; |
|
1403 | 1403 | margin-left: -8px; |
|
1404 | 1404 | } |
|
1405 | 1405 | .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary |
|
1406 | 1406 | { |
|
1407 | 1407 | left: .5em; |
|
1408 | 1408 | } |
|
1409 | 1409 | .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary |
|
1410 | 1410 | { |
|
1411 | 1411 | right: .5em; |
|
1412 | 1412 | } |
|
1413 | 1413 | .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary |
|
1414 | 1414 | { |
|
1415 | 1415 | right: .5em; |
|
1416 | 1416 | } |
|
1417 | 1417 | |
|
1418 | 1418 | /*button sets*/ |
|
1419 | 1419 | .ui-buttonset |
|
1420 | 1420 | { |
|
1421 | 1421 | margin-right: 7px; |
|
1422 | 1422 | } |
|
1423 | 1423 | .ui-buttonset .ui-button |
|
1424 | 1424 | { |
|
1425 | 1425 | margin-left: 0; |
|
1426 | 1426 | margin-right: -.3em; |
|
1427 | 1427 | } |
|
1428 | 1428 | |
|
1429 | 1429 | /* workarounds */ |
|
1430 | 1430 | button.ui-button::-moz-focus-inner |
|
1431 | 1431 | { |
|
1432 | 1432 | border: 0; |
|
1433 | 1433 | padding: 0; |
|
1434 | 1434 | } |
|
1435 | 1435 | /* reset extra padding in Firefox */ |
|
1436 | 1436 | /* |
|
1437 | 1437 | * jQuery UI Dialog 1.8.7 |
|
1438 | 1438 | * |
|
1439 | 1439 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1440 | 1440 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1441 | 1441 | * http://jquery.org/license |
|
1442 | 1442 | * |
|
1443 | 1443 | * http://docs.jquery.com/UI/Dialog#theming |
|
1444 | 1444 | */ |
|
1445 | 1445 | .ui-dialog |
|
1446 | 1446 | { |
|
1447 | 1447 | position: absolute; |
|
1448 | 1448 | padding: .2em; |
|
1449 | 1449 | width: 300px; |
|
1450 | 1450 | overflow: hidden; |
|
1451 | 1451 | } |
|
1452 | 1452 | .ui-dialog .ui-dialog-titlebar |
|
1453 | 1453 | { |
|
1454 | 1454 | padding: .5em 1em .3em; |
|
1455 | 1455 | position: relative; |
|
1456 | 1456 | } |
|
1457 | 1457 | .ui-dialog .ui-dialog-title |
|
1458 | 1458 | { |
|
1459 | 1459 | float: left; |
|
1460 | 1460 | margin: .1em 16px .2em 0; |
|
1461 | 1461 | } |
|
1462 | 1462 | .ui-dialog .ui-dialog-titlebar-close |
|
1463 | 1463 | { |
|
1464 | 1464 | position: absolute; |
|
1465 | 1465 | right: .3em; |
|
1466 | 1466 | top: 50%; |
|
1467 | 1467 | width: 19px; |
|
1468 | 1468 | margin: -10px 0 0 0; |
|
1469 | 1469 | padding: 1px; |
|
1470 | 1470 | height: 18px; |
|
1471 | 1471 | } |
|
1472 | 1472 | .ui-dialog .ui-dialog-titlebar-close span |
|
1473 | 1473 | { |
|
1474 | 1474 | display: block; |
|
1475 | 1475 | margin: 1px; |
|
1476 | 1476 | } |
|
1477 | 1477 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus |
|
1478 | 1478 | { |
|
1479 | 1479 | padding: 0; |
|
1480 | 1480 | } |
|
1481 | 1481 | .ui-dialog .ui-dialog-content |
|
1482 | 1482 | { |
|
1483 | 1483 | position: relative; |
|
1484 | 1484 | border: 0; |
|
1485 | 1485 | padding: .5em 1em; |
|
1486 | 1486 | background: none; |
|
1487 | 1487 | overflow: auto; |
|
1488 | 1488 | zoom: 1; |
|
1489 | 1489 | } |
|
1490 | 1490 | .ui-dialog .ui-dialog-buttonpane |
|
1491 | 1491 | { |
|
1492 | 1492 | text-align: left; |
|
1493 | 1493 | border-width: 1px 0 0 0; |
|
1494 | 1494 | background-image: none; |
|
1495 | 1495 | margin: .5em 0 0 0; |
|
1496 | 1496 | padding: .3em 1em .5em .4em; |
|
1497 | 1497 | } |
|
1498 | 1498 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset |
|
1499 | 1499 | { |
|
1500 | 1500 | float: right; |
|
1501 | 1501 | } |
|
1502 | 1502 | .ui-dialog .ui-dialog-buttonpane button |
|
1503 | 1503 | { |
|
1504 | 1504 | margin: .5em .4em .5em 0; |
|
1505 | 1505 | cursor: pointer; |
|
1506 | 1506 | } |
|
1507 | 1507 | .ui-dialog .ui-resizable-se |
|
1508 | 1508 | { |
|
1509 | 1509 | width: 14px; |
|
1510 | 1510 | height: 14px; |
|
1511 | 1511 | right: 3px; |
|
1512 | 1512 | bottom: 3px; |
|
1513 | 1513 | } |
|
1514 | 1514 | .ui-draggable .ui-dialog-titlebar |
|
1515 | 1515 | { |
|
1516 | 1516 | cursor: move; |
|
1517 | 1517 | } |
|
1518 | 1518 | /* |
|
1519 | 1519 | * jQuery UI Slider 1.8.7 |
|
1520 | 1520 | * |
|
1521 | 1521 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1522 | 1522 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1523 | 1523 | * http://jquery.org/license |
|
1524 | 1524 | * |
|
1525 | 1525 | * http://docs.jquery.com/UI/Slider#theming |
|
1526 | 1526 | */ |
|
1527 | 1527 | .ui-slider |
|
1528 | 1528 | { |
|
1529 | 1529 | position: relative; |
|
1530 | 1530 | text-align: left; |
|
1531 | 1531 | } |
|
1532 | 1532 | .ui-slider .ui-slider-handle |
|
1533 | 1533 | { |
|
1534 | 1534 | position: absolute; |
|
1535 | 1535 | z-index: 2; |
|
1536 | 1536 | width: 1.2em; |
|
1537 | 1537 | height: 1.2em; |
|
1538 | 1538 | cursor: default; |
|
1539 | 1539 | } |
|
1540 | 1540 | .ui-slider .ui-slider-range |
|
1541 | 1541 | { |
|
1542 | 1542 | position: absolute; |
|
1543 | 1543 | z-index: 1; |
|
1544 | 1544 | font-size: .7em; |
|
1545 | 1545 | display: block; |
|
1546 | 1546 | border: 0; |
|
1547 | 1547 | background-position: 0 0; |
|
1548 | 1548 | } |
|
1549 | 1549 | |
|
1550 | 1550 | .ui-slider-horizontal |
|
1551 | 1551 | { |
|
1552 | 1552 | height: .8em; |
|
1553 | 1553 | } |
|
1554 | 1554 | .ui-slider-horizontal .ui-slider-handle |
|
1555 | 1555 | { |
|
1556 | 1556 | top: -.3em; |
|
1557 | 1557 | margin-left: -.6em; |
|
1558 | 1558 | } |
|
1559 | 1559 | .ui-slider-horizontal .ui-slider-range |
|
1560 | 1560 | { |
|
1561 | 1561 | top: 0; |
|
1562 | 1562 | height: 100%; |
|
1563 | 1563 | } |
|
1564 | 1564 | .ui-slider-horizontal .ui-slider-range-min |
|
1565 | 1565 | { |
|
1566 | 1566 | left: 0; |
|
1567 | 1567 | } |
|
1568 | 1568 | .ui-slider-horizontal .ui-slider-range-max |
|
1569 | 1569 | { |
|
1570 | 1570 | right: 0; |
|
1571 | 1571 | } |
|
1572 | 1572 | |
|
1573 | 1573 | .ui-slider-vertical |
|
1574 | 1574 | { |
|
1575 | 1575 | width: .8em; |
|
1576 | 1576 | height: 100px; |
|
1577 | 1577 | } |
|
1578 | 1578 | .ui-slider-vertical .ui-slider-handle |
|
1579 | 1579 | { |
|
1580 | 1580 | left: -.3em; |
|
1581 | 1581 | margin-left: 0; |
|
1582 | 1582 | margin-bottom: -.6em; |
|
1583 | 1583 | } |
|
1584 | 1584 | .ui-slider-vertical .ui-slider-range |
|
1585 | 1585 | { |
|
1586 | 1586 | left: 0; |
|
1587 | 1587 | width: 100%; |
|
1588 | 1588 | } |
|
1589 | 1589 | .ui-slider-vertical .ui-slider-range-min |
|
1590 | 1590 | { |
|
1591 | 1591 | bottom: 0; |
|
1592 | 1592 | } |
|
1593 | 1593 | .ui-slider-vertical .ui-slider-range-max |
|
1594 | 1594 | { |
|
1595 | 1595 | top: 0; |
|
1596 | 1596 | } |
|
1597 | 1597 | /* |
|
1598 | 1598 | * jQuery UI Tabs 1.8.7 |
|
1599 | 1599 | * |
|
1600 | 1600 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1601 | 1601 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1602 | 1602 | * http://jquery.org/license |
|
1603 | 1603 | * |
|
1604 | 1604 | * http://docs.jquery.com/UI/Tabs#theming |
|
1605 | 1605 | */ |
|
1606 | 1606 | .ui-tabs |
|
1607 | 1607 | { |
|
1608 | 1608 | position: relative; |
|
1609 | 1609 | padding: .2em; |
|
1610 | 1610 | zoom: 1; |
|
1611 | 1611 | } |
|
1612 | 1612 | /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
|
1613 | 1613 | .ui-tabs .ui-tabs-nav |
|
1614 | 1614 | { |
|
1615 | 1615 | margin: 0; |
|
1616 | 1616 | padding: .2em .2em 0; |
|
1617 | 1617 | } |
|
1618 | 1618 | .ui-tabs .ui-tabs-nav li |
|
1619 | 1619 | { |
|
1620 | 1620 | list-style: none; |
|
1621 | 1621 | float: left; |
|
1622 | 1622 | position: relative; |
|
1623 | 1623 | top: 1px; |
|
1624 | 1624 | margin: 0 .2em 1px 0; |
|
1625 | 1625 | border-bottom: 0 !important; |
|
1626 | 1626 | padding: 0; |
|
1627 | 1627 | white-space: nowrap; |
|
1628 | 1628 | } |
|
1629 | 1629 | .ui-tabs .ui-tabs-nav li a |
|
1630 | 1630 | { |
|
1631 | 1631 | float: left; |
|
1632 | 1632 | padding: .5em 1em; |
|
1633 | 1633 | text-decoration: none; |
|
1634 | 1634 | } |
|
1635 | 1635 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected |
|
1636 | 1636 | { |
|
1637 | 1637 | margin-bottom: 0; |
|
1638 | 1638 | padding-bottom: 1px; |
|
1639 | 1639 | } |
|
1640 | 1640 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a |
|
1641 | 1641 | { |
|
1642 | 1642 | cursor: text; |
|
1643 | 1643 | } |
|
1644 | 1644 | .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a |
|
1645 | 1645 | { |
|
1646 | 1646 | cursor: pointer; |
|
1647 | 1647 | } |
|
1648 | 1648 | /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
|
1649 | 1649 | .ui-tabs .ui-tabs-panel |
|
1650 | 1650 | { |
|
1651 | 1651 | display: block; |
|
1652 | 1652 | border-width: 0; |
|
1653 | 1653 | padding: 1em 1.4em; |
|
1654 | 1654 | background: none; |
|
1655 | 1655 | } |
|
1656 | 1656 | .ui-tabs .ui-tabs-hide |
|
1657 | 1657 | { |
|
1658 | 1658 | display: none !important; |
|
1659 | 1659 | } |
|
1660 | 1660 | /* |
|
1661 | 1661 | * jQuery UI Datepicker 1.8.7 |
|
1662 | 1662 | * |
|
1663 | 1663 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1664 | 1664 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1665 | 1665 | * http://jquery.org/license |
|
1666 | 1666 | * |
|
1667 | 1667 | * http://docs.jquery.com/UI/Datepicker#theming |
|
1668 | 1668 | */ |
|
1669 | 1669 | .ui-datepicker |
|
1670 | 1670 | { |
|
1671 | 1671 | width: 17em; |
|
1672 | 1672 | padding: .2em .2em 0; |
|
1673 | 1673 | display: none; |
|
1674 | 1674 | } |
|
1675 | 1675 | .ui-datepicker .ui-datepicker-header |
|
1676 | 1676 | { |
|
1677 | 1677 | position: relative; |
|
1678 | 1678 | padding: .2em 0; |
|
1679 | 1679 | } |
|
1680 | 1680 | .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next |
|
1681 | 1681 | { |
|
1682 | 1682 | position: absolute; |
|
1683 | 1683 | top: 2px; |
|
1684 | 1684 | width: 1.8em; |
|
1685 | 1685 | height: 1.8em; |
|
1686 | 1686 | } |
|
1687 | 1687 | .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover |
|
1688 | 1688 | { |
|
1689 | 1689 | top: 1px; |
|
1690 | 1690 | } |
|
1691 | 1691 | .ui-datepicker .ui-datepicker-prev |
|
1692 | 1692 | { |
|
1693 | 1693 | left: 2px; |
|
1694 | 1694 | } |
|
1695 | 1695 | .ui-datepicker .ui-datepicker-next |
|
1696 | 1696 | { |
|
1697 | 1697 | right: 2px; |
|
1698 | 1698 | } |
|
1699 | 1699 | .ui-datepicker .ui-datepicker-prev-hover |
|
1700 | 1700 | { |
|
1701 | 1701 | left: 1px; |
|
1702 | 1702 | } |
|
1703 | 1703 | .ui-datepicker .ui-datepicker-next-hover |
|
1704 | 1704 | { |
|
1705 | 1705 | right: 1px; |
|
1706 | 1706 | } |
|
1707 | 1707 | .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span |
|
1708 | 1708 | { |
|
1709 | 1709 | display: block; |
|
1710 | 1710 | position: absolute; |
|
1711 | 1711 | left: 50%; |
|
1712 | 1712 | margin-left: -8px; |
|
1713 | 1713 | top: 50%; |
|
1714 | 1714 | margin-top: -8px; |
|
1715 | 1715 | } |
|
1716 | 1716 | .ui-datepicker .ui-datepicker-title |
|
1717 | 1717 | { |
|
1718 | 1718 | margin: 0 2.3em; |
|
1719 | 1719 | line-height: 1.8em; |
|
1720 | 1720 | text-align: center; |
|
1721 | 1721 | } |
|
1722 | 1722 | .ui-datepicker .ui-datepicker-title select |
|
1723 | 1723 | { |
|
1724 | 1724 | font-size: 1em; |
|
1725 | 1725 | margin: 1px 0; |
|
1726 | 1726 | } |
|
1727 | 1727 | .ui-datepicker select.ui-datepicker-month-year |
|
1728 | 1728 | { |
|
1729 | 1729 | width: 100%; |
|
1730 | 1730 | } |
|
1731 | 1731 | .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year |
|
1732 | 1732 | { |
|
1733 | 1733 | width: 49%; |
|
1734 | 1734 | } |
|
1735 | 1735 | .ui-datepicker table |
|
1736 | 1736 | { |
|
1737 | 1737 | width: 100%; |
|
1738 | 1738 | font-size: .9em; |
|
1739 | 1739 | border-collapse: collapse; |
|
1740 | 1740 | margin: 0 0 .4em; |
|
1741 | 1741 | } |
|
1742 | 1742 | .ui-datepicker th |
|
1743 | 1743 | { |
|
1744 | 1744 | padding: .7em .3em; |
|
1745 | 1745 | text-align: center; |
|
1746 | 1746 | font-weight: bold; |
|
1747 | 1747 | border: 0; |
|
1748 | 1748 | } |
|
1749 | 1749 | .ui-datepicker td |
|
1750 | 1750 | { |
|
1751 | 1751 | border: 0; |
|
1752 | 1752 | padding: 1px; |
|
1753 | 1753 | } |
|
1754 | 1754 | .ui-datepicker td span, .ui-datepicker td a |
|
1755 | 1755 | { |
|
1756 | 1756 | display: block; |
|
1757 | 1757 | padding: .2em; |
|
1758 | 1758 | text-align: right; |
|
1759 | 1759 | text-decoration: none; |
|
1760 | 1760 | } |
|
1761 | 1761 | .ui-datepicker .ui-datepicker-buttonpane |
|
1762 | 1762 | { |
|
1763 | 1763 | background-image: none; |
|
1764 | 1764 | margin: .7em 0 0 0; |
|
1765 | 1765 | padding: 0 .2em; |
|
1766 | 1766 | border-left: 0; |
|
1767 | 1767 | border-right: 0; |
|
1768 | 1768 | border-bottom: 0; |
|
1769 | 1769 | } |
|
1770 | 1770 | .ui-datepicker .ui-datepicker-buttonpane button |
|
1771 | 1771 | { |
|
1772 | 1772 | float: right; |
|
1773 | 1773 | margin: .5em .2em .4em; |
|
1774 | 1774 | cursor: pointer; |
|
1775 | 1775 | padding: .2em .6em .3em .6em; |
|
1776 | 1776 | width: auto; |
|
1777 | 1777 | overflow: visible; |
|
1778 | 1778 | } |
|
1779 | 1779 | .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current |
|
1780 | 1780 | { |
|
1781 | 1781 | float: left; |
|
1782 | 1782 | } |
|
1783 | 1783 | |
|
1784 | 1784 | /* with multiple calendars */ |
|
1785 | 1785 | .ui-datepicker.ui-datepicker-multi |
|
1786 | 1786 | { |
|
1787 | 1787 | width: auto; |
|
1788 | 1788 | } |
|
1789 | 1789 | .ui-datepicker-multi .ui-datepicker-group |
|
1790 | 1790 | { |
|
1791 | 1791 | float: left; |
|
1792 | 1792 | } |
|
1793 | 1793 | .ui-datepicker-multi .ui-datepicker-group table |
|
1794 | 1794 | { |
|
1795 | 1795 | width: 95%; |
|
1796 | 1796 | margin: 0 auto .4em; |
|
1797 | 1797 | } |
|
1798 | 1798 | .ui-datepicker-multi-2 .ui-datepicker-group |
|
1799 | 1799 | { |
|
1800 | 1800 | width: 50%; |
|
1801 | 1801 | } |
|
1802 | 1802 | .ui-datepicker-multi-3 .ui-datepicker-group |
|
1803 | 1803 | { |
|
1804 | 1804 | width: 33.3%; |
|
1805 | 1805 | } |
|
1806 | 1806 | .ui-datepicker-multi-4 .ui-datepicker-group |
|
1807 | 1807 | { |
|
1808 | 1808 | width: 25%; |
|
1809 | 1809 | } |
|
1810 | 1810 | .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header |
|
1811 | 1811 | { |
|
1812 | 1812 | border-left-width: 0; |
|
1813 | 1813 | } |
|
1814 | 1814 | .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header |
|
1815 | 1815 | { |
|
1816 | 1816 | border-left-width: 0; |
|
1817 | 1817 | } |
|
1818 | 1818 | .ui-datepicker-multi .ui-datepicker-buttonpane |
|
1819 | 1819 | { |
|
1820 | 1820 | clear: left; |
|
1821 | 1821 | } |
|
1822 | 1822 | .ui-datepicker-row-break |
|
1823 | 1823 | { |
|
1824 | 1824 | clear: both; |
|
1825 | 1825 | width: 100%; |
|
1826 | 1826 | } |
|
1827 | 1827 | |
|
1828 | 1828 | /* RTL support */ |
|
1829 | 1829 | .ui-datepicker-rtl |
|
1830 | 1830 | { |
|
1831 | 1831 | direction: rtl; |
|
1832 | 1832 | } |
|
1833 | 1833 | .ui-datepicker-rtl .ui-datepicker-prev |
|
1834 | 1834 | { |
|
1835 | 1835 | right: 2px; |
|
1836 | 1836 | left: auto; |
|
1837 | 1837 | } |
|
1838 | 1838 | .ui-datepicker-rtl .ui-datepicker-next |
|
1839 | 1839 | { |
|
1840 | 1840 | left: 2px; |
|
1841 | 1841 | right: auto; |
|
1842 | 1842 | } |
|
1843 | 1843 | .ui-datepicker-rtl .ui-datepicker-prev:hover |
|
1844 | 1844 | { |
|
1845 | 1845 | right: 1px; |
|
1846 | 1846 | left: auto; |
|
1847 | 1847 | } |
|
1848 | 1848 | .ui-datepicker-rtl .ui-datepicker-next:hover |
|
1849 | 1849 | { |
|
1850 | 1850 | left: 1px; |
|
1851 | 1851 | right: auto; |
|
1852 | 1852 | } |
|
1853 | 1853 | .ui-datepicker-rtl .ui-datepicker-buttonpane |
|
1854 | 1854 | { |
|
1855 | 1855 | clear: right; |
|
1856 | 1856 | } |
|
1857 | 1857 | .ui-datepicker-rtl .ui-datepicker-buttonpane button |
|
1858 | 1858 | { |
|
1859 | 1859 | float: left; |
|
1860 | 1860 | } |
|
1861 | 1861 | .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current |
|
1862 | 1862 | { |
|
1863 | 1863 | float: right; |
|
1864 | 1864 | } |
|
1865 | 1865 | .ui-datepicker-rtl .ui-datepicker-group |
|
1866 | 1866 | { |
|
1867 | 1867 | float: right; |
|
1868 | 1868 | } |
|
1869 | 1869 | .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header |
|
1870 | 1870 | { |
|
1871 | 1871 | border-right-width: 0; |
|
1872 | 1872 | border-left-width: 1px; |
|
1873 | 1873 | } |
|
1874 | 1874 | .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header |
|
1875 | 1875 | { |
|
1876 | 1876 | border-right-width: 0; |
|
1877 | 1877 | border-left-width: 1px; |
|
1878 | 1878 | } |
|
1879 | 1879 | |
|
1880 | 1880 | /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ |
|
1881 | 1881 | .ui-datepicker-cover |
|
1882 | 1882 | { |
|
1883 | 1883 | display: none; /*sorry for IE5*/ |
|
1884 | 1884 | display: /**/ block; /*sorry for IE5*/ |
|
1885 | 1885 | position: absolute; /*must have*/ |
|
1886 | 1886 | z-index: -1; /*must have*/ |
|
1887 | 1887 | filter: mask(); /*must have*/ |
|
1888 | 1888 | top: -4px; /*must have*/ |
|
1889 | 1889 | left: -4px; /*must have*/ |
|
1890 | 1890 | width: 200px; /*must have*/ |
|
1891 | 1891 | height: 200px; /*must have*/ |
|
1892 | 1892 | } |
|
1893 | 1893 | /* |
|
1894 | 1894 | * jQuery UI Progressbar 1.8.7 |
|
1895 | 1895 | * |
|
1896 | 1896 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|
1897 | 1897 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|
1898 | 1898 | * http://jquery.org/license |
|
1899 | 1899 | * |
|
1900 | 1900 | * http://docs.jquery.com/UI/Progressbar#theming |
|
1901 | 1901 | */ |
|
1902 | 1902 | .ui-progressbar |
|
1903 | 1903 | { |
|
1904 | 1904 | height: 2em; |
|
1905 | 1905 | text-align: left; |
|
1906 | 1906 | } |
|
1907 | 1907 | .ui-progressbar .ui-progressbar-value |
|
1908 | 1908 | { |
|
1909 | 1909 | margin: -1px; |
|
1910 | 1910 | height: 100%; |
|
1911 | 1911 | } |
|
1912 | 1912 | |
|
1913 | 1913 | /* Custom */ |
|
1914 | 1914 | |
|
1915 | 1915 | |
|
1916 | 1916 | |
|
1917 | 1917 | |
|
1918 | 1918 | .wijmo-dropdown-trigger |
|
1919 | 1919 | { |
|
1920 | 1920 | -moz-border-radius-topright: 2px; |
|
1921 | 1921 | -webkit-border-top-right-radius: 2px; |
|
1922 | 1922 | border-top-right-radius: 2px; |
|
1923 | 1923 | -moz-border-radius-bottomright: 2px; |
|
1924 | 1924 | -webkit-border-bottom-right-radius: 2px; |
|
1925 | 1925 | border-bottom-right-radius: 2px; |
|
1926 | 1926 | } |
|
1927 | 1927 | |
|
1928 | 1928 | |
|
1929 | 1929 | .wijmo-wijdropdown label.wijmo-dropdown-label |
|
1930 | 1930 | { |
|
1931 | 1931 | -moz-border-radius: 2px; |
|
1932 | 1932 | -webkit-border-radius: 2px; |
|
1933 | 1933 | border-radius: 2px; |
|
1934 | 1934 | } |
|
1935 | 1935 | |
|
1936 |
.wijmo-wijinput, .wijmo-wijtextbox, . |
|
|
1936 | .wijmo-wijinput, .wijmo-wijtextbox, .wijmo-wijgrid .wijmo-wijinput | |
|
1937 | 1937 | { |
|
1938 | 1938 | /*background: #242122 url(images/ui-bg_inset-soft_15_242122_1x100.png) 50% 50% repeat-x !important;*/ /*background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;*/ |
|
1939 | 1939 | background: #f1f1f1 !important; |
|
1940 | 1940 | color: #404040; |
|
1941 | 1941 | border: solid 1px #e1e1e1; |
|
1942 | 1942 | } |
|
1943 | .wijmo-checkbox .wijmo-checkbox-box, div.wijmo-wijradio-box | |
|
1944 | { | |
|
1945 | background: #f1f1f1; | |
|
1946 | border: solid 1px #e1e1e1; | |
|
1947 | } | |
|
1943 | 1948 | .wijmo-wijinput.ui-state-focus, .wijmo-wijtextbox.ui-state-focus |
|
1944 | 1949 | { |
|
1945 | 1950 | /*background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;*/ |
|
1946 | 1951 | background: #fafafa !important; |
|
1947 | 1952 | color: #404040 !important; |
|
1948 | 1953 | } |
|
1949 | 1954 | |
|
1950 | 1955 | .wijmo-checkbox .ui-state-hover, .wijmo-wijradio .ui-state-hover |
|
1951 | 1956 | { |
|
1952 | 1957 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
1953 | 1958 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
1954 | 1959 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
1955 | 1960 | border: 1px solid #00a6dd; |
|
1956 | 1961 | background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x; |
|
1957 | 1962 | font-weight: normal; |
|
1958 | 1963 | color: #fafafa; |
|
1959 | 1964 | text-shadow: none; |
|
1960 | 1965 | } |
|
1961 | 1966 | |
|
1962 | 1967 | .wijmo-checkbox .ui-state-active, .wijmo-wijradio .ui-state-active |
|
1963 | 1968 | { |
|
1964 | 1969 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
1965 | 1970 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
1966 | 1971 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
1967 | 1972 | border: 1px solid transparent; |
|
1968 | 1973 | background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x; |
|
1969 | 1974 | font-weight: normal; |
|
1970 | 1975 | color: #fafafa; |
|
1971 | 1976 | } |
|
1972 | 1977 | |
|
1973 | 1978 | |
|
1974 | 1979 | |
|
1975 | 1980 | .wijmo-wijgrid .wijmo-wijgrid-table .wijmo-wijgrid-filter-input |
|
1976 | 1981 | { |
|
1977 | 1982 | background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important; |
|
1978 | 1983 | color: #404040 !important; |
|
1979 | 1984 | } |
|
1980 | 1985 | |
|
1981 | 1986 | .wijmo-wijgrid-row .ui-state-highlight |
|
1982 | 1987 | { |
|
1983 | 1988 | border-right: solid 1px transparent !important; |
|
1984 | 1989 | } |
|
1985 | 1990 | |
|
1986 | 1991 | .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item |
|
1987 | 1992 | { |
|
1988 | 1993 | -moz-box-shadow: none; |
|
1989 | 1994 | -webkit-box-shadow: none; |
|
1990 | 1995 | box-shadow: none; |
|
1991 | 1996 | } |
|
1992 | 1997 | |
|
1993 | 1998 | .wijmo-wijdropdown .wijmo-dropdown, .wijmo-wijmenu-child, .wijmo-wijcombobox-list, .wijmo-wijgrid-filterlist |
|
1994 | 1999 | { |
|
1995 | 2000 | -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15); |
|
1996 | 2001 | -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15); |
|
1997 | 2002 | box-shadow: 3px 3px 3px rgba(0,0,0,0.15); |
|
1998 | 2003 | } |
|
1999 | 2004 | |
|
2000 | 2005 | .wijmo-wijmenu-child .ui-state-default .wijmo-wijmenu-text, .wijmo-wijmenu-child a.wijmo-wijmenu-text |
|
2001 | 2006 | { |
|
2002 | 2007 | color: #404040; |
|
2003 | 2008 | } |
|
2004 | 2009 | .wijmo-wijmenu-ipod .wijmo-wijmenu-list .ui-state-default .wijmo-wijmenu-text |
|
2005 | 2010 | { |
|
2006 | 2011 | color: #fafafa; |
|
2007 | 2012 | } |
|
2008 | 2013 | .wijmo-wijmenu-ipod .wijmo-wijmenu-list |
|
2009 | 2014 | { |
|
2010 | 2015 | -moz-box-shadow: none; |
|
2011 | 2016 | -webkit-box-shadow: none; |
|
2012 | 2017 | box-shadow: none; |
|
2013 | 2018 | } |
|
2014 | 2019 | |
|
2015 | 2020 | .wijmo-wijmenu .wijmo-wijsuperpanel |
|
2016 | 2021 | { |
|
2017 | 2022 | background: none !important; |
|
2018 | 2023 | } |
|
2019 | 2024 | |
|
2020 | 2025 | |
|
2021 | 2026 | .wijmo-wijmenu-child .ui-state-hover .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-state-active .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-state-focus .wijmo-wijmenu-text |
|
2022 | 2027 | { |
|
2023 | 2028 | color: #fafafa; |
|
2024 | 2029 | } |
|
2025 | 2030 | |
|
2026 | 2031 | |
|
2027 | 2032 | .wijmo-wijmenu-child a:hover |
|
2028 | 2033 | { |
|
2029 | 2034 | color: #fafafa !important; |
|
2030 | 2035 | } |
|
2031 | 2036 | |
|
2032 | 2037 | .wijmo-wijmenu-child a:focus, .wijmo-wijmenu-child a:active |
|
2033 | 2038 | { |
|
2034 | 2039 | color: #fafafa !important; |
|
2035 | 2040 | } |
|
2036 | 2041 | |
|
2037 | 2042 | .ui-progressbar-value, .ui-slider-range |
|
2038 | 2043 | { |
|
2039 | 2044 | border: 1px solid #00a6dd; |
|
2040 | 2045 | background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x; |
|
2041 | 2046 | font-weight: normal; |
|
2042 | 2047 | color: #fafafa; |
|
2043 | 2048 | } |
|
2044 | 2049 | |
|
2045 | 2050 | .wijmo-wijsuperpanel-vbarcontainer, .wijmo-wijsuperpanel-hbarcontainer |
|
2046 | 2051 | { |
|
2047 | 2052 | background: #888978; |
|
2048 | 2053 | } |
|
2049 | 2054 | |
|
2050 | 2055 | .wijmo-wijsuperpanel-vbarcontainer |
|
2051 | 2056 | { |
|
2052 | 2057 | -moz-box-shadow: inset 3px 0 10px rgba(0,0,0,0.25); |
|
2053 | 2058 | -webkit-box-shadow: inset 3px 0 10px rgba(0,0,0,0.25); |
|
2054 | 2059 | box-shadow: inset 3px 0 10px rgba(0,0,0,0.25); |
|
2055 | 2060 | } |
|
2056 | 2061 | |
|
2057 | 2062 | |
|
2058 | 2063 | .wijmo-wijsuperpanel-hbarcontainer |
|
2059 | 2064 | { |
|
2060 | 2065 | -moz-box-shadow: inset 0 3px 10px rgba(0,0,0,0.25); |
|
2061 | 2066 | -webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,0.25); |
|
2062 | 2067 | box-shadow: inset 0 3px 10px rgba(0,0,0,0.25); |
|
2063 | 2068 | } |
|
2064 | 2069 | |
|
2070 | .wijmo-wijsuperpanel .wijmo-wijsuperpanel-handle | |
|
2071 | { | |
|
2072 | -moz-border-radius: 0; | |
|
2073 | -webkit-border-radius: 0; | |
|
2074 | border-radius: 0; | |
|
2075 | } | |
|
2076 | ||
|
2065 | 2077 | .wijmo-wijcalendar |
|
2066 | 2078 | { |
|
2067 | 2079 | display: block; |
|
2068 | 2080 | } |
|
2069 | 2081 | |
|
2070 | 2082 | |
|
2071 | 2083 | .wijmo-wijgrid .ui-state-highlight |
|
2072 | 2084 | { |
|
2073 | 2085 | -moz-box-shadow: none; |
|
2074 | 2086 | -webkit-box-shadow: none; |
|
2075 | 2087 | box-shadow: none; |
|
2076 | 2088 | background: transparent url(images/ui-bg_highlight-soft_15_9eca38_1x100_50.png) 50% 50% repeat-x; |
|
2077 | 2089 | text-shadow: none; |
|
2078 | 2090 | color: inherit; |
|
2079 | 2091 | } |
|
2080 | 2092 | |
|
2081 | 2093 | |
|
2082 | 2094 | .wijmo-wijgrid .wijmo-wijgrid-currency-cell |
|
2083 | 2095 | { |
|
2084 | 2096 | -moz-box-shadow: none; |
|
2085 | 2097 | -webkit-box-shadow: none; |
|
2086 | 2098 | box-shadow: none; |
|
2087 | 2099 | background: transparent url(images/ui-bg_highlight-soft_15_333333_1x100_50.png) repeat-x scroll center top; |
|
2088 | 2100 | text-shadow: none; |
|
2089 | 2101 | color: inherit; |
|
2090 | 2102 | border-top: solid 1px #d3d3d3; |
|
2091 | 2103 | } |
|
2092 | 2104 | |
|
2093 | .wijmo-wijcalendar-day-selectable .ui-state-default | |
|
2105 | .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-default | |
|
2094 | 2106 | { |
|
2095 | 2107 | background: none; |
|
2096 | 2108 | border: solid 1px transparent; |
|
2097 | 2109 | color: #404040; |
|
2098 | 2110 | } |
|
2099 | 2111 | |
|
2100 | .wijmo-wijcalendar-day-selectable .ui-state-highlight | |
|
2112 | .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-highlight | |
|
2101 | 2113 | { |
|
2102 | 2114 | background: #9eca38 url(images/ui-bg_highlight-soft_15_9eca38_1x100.png) 50% 50% repeat-x; |
|
2103 | 2115 | border: 1px solid #9eca38; |
|
2104 | 2116 | color: #304915; |
|
2105 | 2117 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25); |
|
2106 | 2118 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25); |
|
2107 | 2119 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25); |
|
2108 | 2120 | text-shadow: 1px 1px 0 rgba(255,255,255,0.50); |
|
2109 | 2121 | } |
|
2110 | 2122 | |
|
2111 | 2123 | |
|
2112 | 2124 | |
|
2113 | .wijmo-wijcalendar-day-selectable .ui-state-hover | |
|
2125 | .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-hover | |
|
2114 | 2126 | { |
|
2115 | 2127 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
2116 | 2128 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
2117 | 2129 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
2118 | 2130 | border: 1px solid #00a6dd; |
|
2119 | 2131 | background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x; |
|
2120 | 2132 | font-weight: normal; |
|
2121 | 2133 | color: #fafafa; |
|
2122 | 2134 | text-shadow: none; |
|
2123 | 2135 | } |
|
2124 | ||
|
2125 | 2136 | .wijmo-wijmenu .wijmo-wijmenu-separator |
|
2126 | 2137 | { |
|
2127 | 2138 | border: 1px solid #00a6dd; |
|
2128 | 2139 | background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x; |
|
2129 | 2140 | } |
|
2130 | 2141 | |
|
2131 | 2142 | .wijmo-wijmenu .wij-menu-breadcrumb a |
|
2132 | 2143 | { |
|
2133 | 2144 | color: #fafafa; |
|
2134 | 2145 | line-height: 22px; |
|
2135 | 2146 | } |
|
2136 | 2147 | |
|
2137 | .wijmo-wijcalendar-day-selectable .ui-state-active | |
|
2148 | .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-active | |
|
2138 | 2149 | { |
|
2139 | 2150 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
2140 | 2151 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
2141 | 2152 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15); |
|
2142 | 2153 | border: 1px solid transparent; |
|
2143 | 2154 | background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x; |
|
2144 | 2155 | font-weight: normal; |
|
2145 | 2156 | color: #fafafa; |
|
2146 | 2157 | } |
|
2147 | 2158 | |
|
2148 | .wijmo-wijcalendar-day-selectable .ui-priority-secondary | |
|
2159 | .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-priority-secondary | |
|
2149 | 2160 | { |
|
2150 | 2161 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
2151 | 2162 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
2152 | 2163 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
2153 | 2164 | border: 1px solid #404040; |
|
2154 | 2165 | background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x; |
|
2155 | 2166 | font-weight: normal; |
|
2156 | 2167 | color: #fafafa; |
|
2157 | 2168 | opacity: 0.25; |
|
2158 | 2169 | } |
|
2159 | 2170 | .wijmo-wijcombobox .wijmo-wijcombobox-input |
|
2160 | 2171 | { |
|
2161 | 2172 | background: #f1f1f1; |
|
2162 | 2173 | -moz-border-radius: 2px; |
|
2163 | 2174 | -webkit-border-radius: 2px; |
|
2164 | 2175 | border-radius: 2px; |
|
2165 | 2176 | color: #404040; |
|
2166 | 2177 | } |
|
2167 | 2178 | |
|
2168 | 2179 | .ui-expander-top .ui-expander-content |
|
2169 | 2180 | { |
|
2170 | 2181 | border-top: solid 1px #E3E3E3 !important; |
|
2171 | 2182 | } |
|
2172 | 2183 | |
|
2173 | 2184 | .ui-expander-right .ui-expander-content |
|
2174 | 2185 | { |
|
2175 | 2186 | border-top: solid 1px #E3E3E3 !important; |
|
2176 | 2187 | border-right: solid 1px #E3E3E3 !important; |
|
2177 | 2188 | border-bottom: solid 1px #E3E3E3 !important; |
|
2178 | 2189 | padding: 0 1em !important; |
|
2179 | 2190 | } |
|
2180 | 2191 | |
|
2181 | 2192 | .ui-expander-left .ui-expander-content |
|
2182 | 2193 | { |
|
2183 | 2194 | border-top: solid 1px #E3E3E3 !important; |
|
2184 | 2195 | border-left: solid 1px #E3E3E3 !important; |
|
2185 | 2196 | border-bottom: solid 1px #E3E3E3 !important; |
|
2186 | 2197 | padding: 0 1em !important; |
|
2187 | 2198 | } |
|
2188 | 2199 | |
|
2189 | 2200 | .ui-accordion-top .ui-accordion-content |
|
2190 | 2201 | { |
|
2191 | 2202 | border-top: solid 1px #E3E3E3 !important; |
|
2192 | 2203 | } |
|
2193 | 2204 | |
|
2194 | 2205 | .ui-accordion-right .ui-accordion-content |
|
2195 | 2206 | { |
|
2196 | 2207 | border-top: solid 1px #E3E3E3 !important; |
|
2197 | 2208 | border-right: solid 1px #E3E3E3 !important; |
|
2198 | 2209 | border-bottom: solid 1px #E3E3E3 !important; |
|
2199 | 2210 | padding: 0 1em !important; |
|
2200 | 2211 | } |
|
2201 | 2212 | |
|
2202 | 2213 | .ui-accordion-left .ui-accordion-content |
|
2203 | 2214 | { |
|
2204 | 2215 | border-top: solid 1px #E3E3E3 !important; |
|
2205 | 2216 | border-left: solid 1px #E3E3E3 !important; |
|
2206 | 2217 | border-bottom: solid 1px #E3E3E3 !important; |
|
2207 | 2218 | padding: 0 1em !important; |
|
2208 | 2219 | } |
|
2209 | 2220 | |
|
2210 | 2221 | |
|
2211 | 2222 | .ui-tabs .ui-tabs-nav |
|
2212 | 2223 | { |
|
2213 | 2224 | -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
2214 | 2225 | -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
2215 | 2226 | box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05); |
|
2216 | 2227 | border: 1px solid #404040; |
|
2217 | 2228 | background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100_bottom.png) 50% 50% repeat-x; |
|
2218 | 2229 | font-weight: normal; |
|
2219 | 2230 | color: #fafafa; |
|
2220 | 2231 | } |
|
2221 | 2232 | |
|
2222 | 2233 | .wijmo-wijgrid .wijmo-wijcombobox-wrapper .wijmo-wijcombobox-input |
|
2223 | 2234 | { |
|
2224 | 2235 | -moz-border-radius: 0; |
|
2225 | 2236 | -webkit-border-radius: 0; |
|
2226 | 2237 | border-radius: 0; |
|
2227 | 2238 | } |
|
2228 | 2239 | |
|
2229 | 2240 | |
|
2230 | 2241 | .wijmo-wijgrid .wijmo-wijcombobox-trigger .ui-icon, .wijmo-wijgrid .wijmo-wijinput .ui-icon |
|
2231 | 2242 | { |
|
2232 | 2243 | background-image: url(images/ui-icons_fafafa_256x240.png); |
|
2233 | 2244 | } |
|
2234 | 2245 | |
|
2235 | 2246 | .wijmo-wijgrid .wijmo-wijcombobox-wrapper |
|
2236 | 2247 | { |
|
2237 | 2248 | background: none; |
|
2238 | 2249 | } |
|
2239 | 2250 | |
|
2240 | 2251 | .wijmo-wijgrid .ui-input-spinner-right .wijmo-wijinput-spinup |
|
2241 | 2252 | { |
|
2242 | 2253 | -moz-border-radius: 0; |
|
2243 | 2254 | -webkit-border-radius: 0; |
|
2244 | 2255 | border-radius: 0; |
|
2245 | 2256 | } |
|
2246 | 2257 | |
|
2247 | 2258 | .wijmo-wijgrid .ui-input-spinner-right .wijmo-wijinput-spindown |
|
2248 | 2259 | { |
|
2249 | 2260 | -moz-border-radius: 0; |
|
2250 | 2261 | -webkit-border-radius: 0; |
|
2251 | 2262 | border-radius: 0; |
|
2252 | 2263 | } |
|
2253 | 2264 | |
|
2254 | 2265 | .ui-datepicker-group .ui-datepicker-header |
|
2255 | 2266 | { |
|
2256 | 2267 | -moz-border-radius: 0; |
|
2257 | 2268 | border: none; |
|
2258 | 2269 | } |
|
2259 | 2270 | |
|
2260 | 2271 | .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title |
|
2261 | 2272 | { |
|
2262 | 2273 | -moz-box-shadow: none; |
|
2263 | 2274 | -webkit-box-shadow: none; |
|
2264 | 2275 | box-shadow: none; |
|
2265 | 2276 | } |
|
2266 | 2277 | |
|
2267 | 2278 | .ui-datepicker-group-first .ui-datepicker-header |
|
2268 | 2279 | { |
|
2269 | 2280 | -moz-border-radius-topleft: 4px; |
|
2270 | 2281 | -webkit-border-top-left-radius: 4px; |
|
2271 | 2282 | border-top-left-radius: 4px; |
|
2272 | 2283 | -moz-border-radius-bottomleft: 4px; |
|
2273 | 2284 | -webkit-border-bottom-left-radius: 4px; |
|
2274 | 2285 | border-bottom-left-radius: 4px; |
|
2275 | 2286 | } |
|
2276 | 2287 | |
|
2277 | 2288 | .ui-datepicker-group-last .ui-datepicker-header |
|
2278 | 2289 | { |
|
2279 | 2290 | -moz-border-radius-topright: 4px; |
|
2280 | 2291 | -webkit-border-top-right-radius: 4px; |
|
2281 | 2292 | border-top-right-radius: 4px; |
|
2282 | 2293 | -moz-border-radius-bottomright: 4px; |
|
2283 | 2294 | -webkit-border-bottom-right-radius: 4px; |
|
2284 | 2295 | border-bottom-right-radius: 4px; |
|
2285 | 2296 | } |
|
2286 | 2297 | |
|
2287 | 2298 | a.ui-button:link, a.ui-button |
|
2288 | 2299 | { |
|
2289 | 2300 | color: #fafafa; |
|
2290 | 2301 | } |
|
2291 | 2302 | |
|
2292 | 2303 | .wijmo-wijwizard .wijmo-wijsuperpanel |
|
2293 | 2304 | { |
|
2294 | 2305 | background: none; |
|
2295 | 2306 | border: none; |
|
2296 | 2307 | } |
|
2297 | 2308 | |
|
2298 | 2309 | .wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-right |
|
2299 | 2310 | { |
|
2300 | 2311 | color: #404040; |
|
2301 | 2312 | } |
|
2302 | 2313 | |
|
2303 | 2314 | .wijmo-wijmenu .wijmo-wijmenu-link:hover .wijmo-wijmenu-icon-right |
|
2304 | 2315 | { |
|
2305 | 2316 | color: #fafafa; |
|
2306 | 2317 | } |
|
2307 | 2318 | |
|
2308 | 2319 | |
|
2309 | 2320 | .wijmo-wijmenu .wijmo-wijmenu-link label |
|
2310 | 2321 | { |
|
2311 | 2322 | color: #404040; |
|
2312 | 2323 | } |
|
2324 | /* Ribbon */ | |
|
2325 | .wijmo-wijribbon-group .wijmo-wijribbon-abbrevgroup:hover .wijmo-wijribbon-text | |
|
2326 | { | |
|
2327 | color: #fafafa; | |
|
2328 | } | |
|
2329 | div.wijmo-wijribbon .ui-icon | |
|
2330 | { | |
|
2331 | background-image: url("images/wijmo-ui-icons_000000_240x112.png"); | |
|
2332 | } | |
|
2333 | div.wijmo-wijribbon-simple span.ui-icon, div.wijmo-wijribbon .ui-state-active .ui-icon, .wijmo-wijribbon .wijmo-wijribbon-group .ui-button:hover .ui-icon, div.wijmo-wijribbon-modes span.ui-icon, .wijmo-wijribbon-group .wijmo-wijribbon-abbrevgroup:hover .ui-icon, .wijmo-wijribbon-group .wijmo-wijribbon-abbrevgroup:hover .wijmo-wijribbon-abbrevicon | |
|
2334 | { | |
|
2335 | background-image: url("images/wijmo-ui-icons_ffffff_240x112.png"); | |
|
2336 | } | |
|
2337 | .wijmo-wijeditor .ui-tabs .ui-tabs-nav li.ui-tabs-selected | |
|
2338 | { | |
|
2339 | padding-bottom: 0; | |
|
2340 | } | |
|
2341 | div.wijmo-wijribbon-simple .ui-button-text-icon-secondary .ui-button-text | |
|
2342 | { | |
|
2343 | color: #fafafa; | |
|
2344 | } | |
|
2345 | ||
|
2346 | ||
|
2347 | div.wijmo-wijribbon .ui-state-active .ui-button-text | |
|
2348 | { | |
|
2349 | border: solid 1px transparent; | |
|
2350 | border-radius: 4px; | |
|
2351 | margin: -1px; | |
|
2352 | } No newline at end of file |
|
1 | NO CONTENT: modified file chmod 100644 => 100755 |
@@ -1,141 +1,143 | |||
|
1 | 1 | //---------------------------------------------------------------------------- |
|
2 | 2 | // Copyright (C) 2008-2011 The IPython Development Team |
|
3 | 3 | // |
|
4 | 4 | // Distributed under the terms of the BSD License. The full license is in |
|
5 | 5 | // the file COPYING, distributed as part of this software. |
|
6 | 6 | //---------------------------------------------------------------------------- |
|
7 | 7 | |
|
8 | 8 | //============================================================================ |
|
9 | 9 | // On document ready |
|
10 | 10 | //============================================================================ |
|
11 | 11 | |
|
12 | 12 | |
|
13 | 13 | $(document).ready(function () { |
|
14 | 14 | if (window.MathJax){ |
|
15 | 15 | // MathJax loaded |
|
16 | 16 | MathJax.Hub.Config({ |
|
17 | 17 | tex2jax: { |
|
18 | 18 | inlineMath: [ ['$','$'], ["\\(","\\)"] ], |
|
19 | 19 | displayMath: [ ['$$','$$'], ["\\[","\\]"] ] |
|
20 | 20 | }, |
|
21 | 21 | displayAlign: 'left', // Change this to 'center' to center equations. |
|
22 | 22 | "HTML-CSS": { |
|
23 | 23 | styles: {'.MathJax_Display': {"margin": 0}} |
|
24 | 24 | } |
|
25 | 25 | }); |
|
26 | 26 | }else if (window.mathjax_url != ""){ |
|
27 | 27 | // Don't have MathJax, but should. Show dialog. |
|
28 | 28 | var dialog = $('<div></div>') |
|
29 | 29 | .append( |
|
30 | 30 | $("<p></p>").addClass('dialog').html( |
|
31 | 31 | "Math/LaTeX rendering will be disabled." |
|
32 | 32 | ) |
|
33 | 33 | ).append( |
|
34 | 34 | $("<p></p>").addClass('dialog').html( |
|
35 | 35 | "If you have administrative access to the notebook server and" + |
|
36 | 36 | " a working internet connection, you can install a local copy" + |
|
37 | 37 | " of MathJax for offline use with the following command on the server" + |
|
38 | 38 | " at a Python or IPython prompt:" |
|
39 | 39 | ) |
|
40 | 40 | ).append( |
|
41 | 41 | $("<pre></pre>").addClass('dialog').html( |
|
42 | 42 | ">>> from IPython.external import mathjax; mathjax.install_mathjax()" |
|
43 | 43 | ) |
|
44 | 44 | ).append( |
|
45 | 45 | $("<p></p>").addClass('dialog').html( |
|
46 | 46 | "This will try to install MathJax into the IPython source directory." |
|
47 | 47 | ) |
|
48 | 48 | ).append( |
|
49 | 49 | $("<p></p>").addClass('dialog').html( |
|
50 | 50 | "If IPython is installed to a location that requires" + |
|
51 | 51 | " administrative privileges to write, you will need to make this call as" + |
|
52 | 52 | " an administrator, via 'sudo'." |
|
53 | 53 | ) |
|
54 | 54 | ).append( |
|
55 | 55 | $("<p></p>").addClass('dialog').html( |
|
56 | 56 | "When you start the notebook server, you can instruct it to disable MathJax support altogether:" |
|
57 | 57 | ) |
|
58 | 58 | ).append( |
|
59 | 59 | $("<pre></pre>").addClass('dialog').html( |
|
60 | 60 | "$ ipython notebook --no-mathjax" |
|
61 | 61 | ) |
|
62 | 62 | ).append( |
|
63 | 63 | $("<p></p>").addClass('dialog').html( |
|
64 | 64 | "which will prevent this dialog from appearing." |
|
65 | 65 | ) |
|
66 | 66 | ).dialog({ |
|
67 | 67 | title: "Failed to retrieve MathJax from '" + window.mathjax_url + "'", |
|
68 | 68 | width: "70%", |
|
69 | 69 | modal: true, |
|
70 | 70 | }) |
|
71 | 71 | }else{ |
|
72 | 72 | // No MathJax, but none expected. No dialog. |
|
73 | 73 | } |
|
74 | 74 | |
|
75 | 75 | IPython.markdown_converter = new Markdown.Converter(); |
|
76 | 76 | IPython.read_only = $('meta[name=read_only]').attr("content") == 'True'; |
|
77 | 77 | |
|
78 | 78 | $('div#header').addClass('border-box-sizing'); |
|
79 | 79 | $('div#main_app').addClass('border-box-sizing ui-widget ui-widget-content'); |
|
80 | 80 | $('div#notebook_panel').addClass('border-box-sizing ui-widget'); |
|
81 | 81 | |
|
82 | $('ul#menus').wijmenu(); | |
|
83 | ||
|
82 | 84 | IPython.layout_manager = new IPython.LayoutManager(); |
|
83 | 85 | IPython.pager = new IPython.Pager('div#pager', 'div#pager_splitter'); |
|
84 | 86 | IPython.left_panel = new IPython.LeftPanel('div#left_panel', 'div#left_panel_splitter'); |
|
85 | 87 | IPython.save_widget = new IPython.SaveWidget('span#save_widget'); |
|
86 | 88 | IPython.quick_help = new IPython.QuickHelp('span#quick_help_area'); |
|
87 | 89 | IPython.login_widget = new IPython.LoginWidget('span#login_widget'); |
|
88 | 90 | IPython.print_widget = new IPython.PrintWidget('span#print_widget'); |
|
89 | 91 | IPython.notebook = new IPython.Notebook('div#notebook'); |
|
90 | 92 | IPython.kernel_status_widget = new IPython.KernelStatusWidget('#kernel_status'); |
|
91 | 93 | IPython.kernel_status_widget.status_idle(); |
|
92 | 94 | |
|
93 | 95 | IPython.layout_manager.do_resize(); |
|
94 | 96 | |
|
95 | 97 | // These have display: none in the css file and are made visible here to prevent FLOUC. |
|
96 | 98 | $('div#header').css('display','block'); |
|
97 | 99 | |
|
98 | 100 | if(IPython.read_only){ |
|
99 | 101 | // hide various elements from read-only view |
|
100 | 102 | IPython.save_widget.element.find('button#save_notebook').addClass('hidden'); |
|
101 | 103 | IPython.quick_help.element.addClass('hidden'); // shortcuts are disabled in read_only |
|
102 | 104 | $('div#pager').remove(); |
|
103 | 105 | $('div#pager_splitter').remove(); |
|
104 | 106 | $('button#new_notebook').addClass('hidden'); |
|
105 | 107 | $('div#cell_section').addClass('hidden'); |
|
106 | 108 | $('div#config_section').addClass('hidden'); |
|
107 | 109 | $('div#kernel_section').addClass('hidden'); |
|
108 | 110 | $('span#login_widget').removeClass('hidden'); |
|
109 | 111 | |
|
110 | 112 | // set the notebook name field as not modifiable |
|
111 | 113 | $('#notebook_name').attr('disabled','disabled') |
|
112 | 114 | |
|
113 | 115 | // left panel starts collapsed, but the collapse must happen after |
|
114 | 116 | // elements start drawing. Don't draw contents of the panel until |
|
115 | 117 | // after they are collapsed |
|
116 | 118 | IPython.left_panel.left_panel_element.css('visibility', 'hidden'); |
|
117 | 119 | } |
|
118 | 120 | |
|
119 | 121 | $('div#main_app').css('display','block'); |
|
120 | 122 | |
|
121 | 123 | // Perform these actions after the notebook has been loaded. |
|
122 | 124 | // We wait 100 milliseconds because the notebook scrolls to the top after a load |
|
123 | 125 | // is completed and we need to wait for that to mostly finish. |
|
124 | 126 | IPython.notebook.load_notebook(function () { |
|
125 | 127 | setTimeout(function () { |
|
126 | 128 | IPython.save_widget.update_url(); |
|
127 | 129 | IPython.layout_manager.do_resize(); |
|
128 | 130 | IPython.pager.collapse(); |
|
129 | 131 | if(IPython.read_only){ |
|
130 | 132 | // collapse the left panel on read-only |
|
131 | 133 | IPython.left_panel.collapse(); |
|
132 | 134 | // and finally unhide the panel contents after collapse |
|
133 | 135 | setTimeout(function(){ |
|
134 | 136 | IPython.left_panel.left_panel_element.css('visibility', 'visible'); |
|
135 | 137 | }, 200); |
|
136 | 138 | } |
|
137 | 139 | },100); |
|
138 | 140 | }); |
|
139 | 141 | |
|
140 | 142 | }); |
|
141 | 143 |
@@ -1,85 +1,86 | |||
|
1 | 1 | <!DOCTYPE HTML> |
|
2 | 2 | <html> |
|
3 | 3 | |
|
4 | 4 | <head> |
|
5 | 5 | <meta charset="utf-8"> |
|
6 | 6 | |
|
7 | 7 | <title>{% block title %}IPython Notebook{% end %}</title> |
|
8 | 8 | |
|
9 | 9 | <link rel="stylesheet" href="/static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> |
|
10 | 10 | <link rel="stylesheet" href="/static/css/boilerplate.css" type="text/css" /> |
|
11 | 11 | <link rel="stylesheet" href="/static/css/layout.css" type="text/css" /> |
|
12 | 12 | <link rel="stylesheet" href="/static/css/base.css" type="text/css"/> |
|
13 | 13 | {% block stylesheet %} |
|
14 | 14 | {% end %} |
|
15 | 15 | |
|
16 | 16 | {% block meta %} |
|
17 | 17 | {% end %} |
|
18 | 18 | |
|
19 | 19 | </head> |
|
20 | 20 | |
|
21 | 21 | <body {% block params %}{% end %}> |
|
22 | 22 | |
|
23 | 23 | <div id="header"> |
|
24 | 24 | <span id="ipython_notebook"><h1><img src='/static/ipynblogo.png' alt='IPython Notebook'/></h1></span> |
|
25 | 25 | |
|
26 | 26 | {% block login_widget %} |
|
27 | 27 | |
|
28 | 28 | <span id="login_widget"> |
|
29 | 29 | {% if logged_in %} |
|
30 | 30 | <button id="logout">Logout</button> |
|
31 | 31 | {% elif login_available and not logged_in %} |
|
32 | 32 | <button id="login">Login</button> |
|
33 | 33 | {% end %} |
|
34 | 34 | </span> |
|
35 | 35 | |
|
36 | 36 | {% end %} |
|
37 | 37 | |
|
38 | 38 | {% block header %} |
|
39 | 39 | {% end %} |
|
40 | 40 | </div> |
|
41 | 41 | |
|
42 | 42 | <div id="header_border"></div> |
|
43 | 43 | |
|
44 | 44 | <div id="main_app"> |
|
45 | 45 | |
|
46 | 46 | <div id="app_hbox"> |
|
47 | 47 | |
|
48 | 48 | <div id="left_panel"> |
|
49 | 49 | {% block left_panel %} |
|
50 | 50 | {% end %} |
|
51 | 51 | </div> |
|
52 | 52 | |
|
53 | 53 | <div id="content_panel"> |
|
54 | 54 | {% if message %} |
|
55 | 55 | |
|
56 | 56 | {% for key in message %} |
|
57 | 57 | <div class="message {{key}}"> |
|
58 | 58 | {{message[key]}} |
|
59 | 59 | </div> |
|
60 | 60 | {% end %} |
|
61 | 61 | {% end %} |
|
62 | 62 | |
|
63 | 63 | {% block content_panel %} |
|
64 | 64 | {% end %} |
|
65 | 65 | </div> |
|
66 | 66 | <div id="right_panel"> |
|
67 | 67 | {% block right_panel %} |
|
68 | 68 | {% end %} |
|
69 | 69 | </div> |
|
70 | 70 | |
|
71 | 71 | </div> |
|
72 | 72 | |
|
73 | 73 | </div> |
|
74 | 74 | |
|
75 | 75 | <script src="/static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> |
|
76 |
<script src="/static/jquery/js/jquery-ui-1.8.1 |
|
|
76 | <script src="/static/jquery/js/jquery-ui-1.8.16.custom.min.js" type="text/javascript" charset="utf-8"></script> | |
|
77 | 77 | <script src="/static/js/namespace.js" type="text/javascript" charset="utf-8"></script> |
|
78 | 78 | <script src="/static/js/loginmain.js" type="text/javascript" charset="utf-8"></script> |
|
79 | 79 | <script src="/static/js/loginwidget.js" type="text/javascript" charset="utf-8"></script> |
|
80 | ||
|
80 | 81 | {% block script %} |
|
81 | 82 | {% end %} |
|
82 | 83 | |
|
83 | 84 | </body> |
|
84 | 85 | |
|
85 | 86 | </html> |
@@ -1,298 +1,372 | |||
|
1 | 1 | <!DOCTYPE HTML> |
|
2 | 2 | <html> |
|
3 | 3 | |
|
4 | 4 | <head> |
|
5 | 5 | <meta charset="utf-8"> |
|
6 | 6 | |
|
7 | 7 | <title>IPython Notebook</title> |
|
8 | 8 | |
|
9 | 9 | {% if mathjax_url %} |
|
10 | 10 | <script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML" charset="utf-8"></script> |
|
11 | 11 | {% end %} |
|
12 | 12 | <script type="text/javascript"> |
|
13 | 13 | // MathJax disabled, set as null to distingish from *missing* MathJax, |
|
14 | 14 | // where it will be undefined, and should prompt a dialog later. |
|
15 | 15 | window.mathjax_url = "{{mathjax_url}}"; |
|
16 | 16 | </script> |
|
17 | 17 | |
|
18 | <link rel="stylesheet" href="/static/jquery/css/jquery.wijmo-open.2.0.0b1.css" type="text/css" /> | |
|
18 | 19 | <link rel="stylesheet" href="/static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> |
|
19 | 20 | <link rel="stylesheet" href="/static/codemirror/lib/codemirror.css"> |
|
20 | 21 | <link rel="stylesheet" href="/static/codemirror/mode/markdown/markdown.css"> |
|
21 | 22 | <link rel="stylesheet" href="/static/codemirror/mode/rst/rst.css"> |
|
22 | 23 | <link rel="stylesheet" href="/static/codemirror/theme/ipython.css"> |
|
23 | 24 | <link rel="stylesheet" href="/static/codemirror/theme/default.css"> |
|
24 | 25 | |
|
25 | 26 | <link rel="stylesheet" href="/static/prettify/prettify.css"/> |
|
26 | 27 | |
|
27 | 28 | <link rel="stylesheet" href="/static/css/boilerplate.css" type="text/css" /> |
|
28 | 29 | <link rel="stylesheet" href="/static/css/layout.css" type="text/css" /> |
|
29 | 30 | <link rel="stylesheet" href="/static/css/base.css" type="text/css" /> |
|
30 | 31 | <link rel="stylesheet" href="/static/css/notebook.css" type="text/css" /> |
|
31 | 32 | <link rel="stylesheet" href="/static/css/renderedhtml.css" type="text/css" /> |
|
32 | 33 | |
|
33 | 34 | {% comment In the notebook, the read-only flag is used to determine %} |
|
34 | 35 | {% comment whether to hide the side panels and switch off input %} |
|
35 | 36 | <meta name="read_only" content="{{read_only and not logged_in}}"/> |
|
36 | 37 | |
|
37 | 38 | </head> |
|
38 | 39 | |
|
39 | 40 | <body |
|
40 | 41 | data-project={{project}} data-notebook-id={{notebook_id}} |
|
41 | 42 | data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}} |
|
42 | 43 | > |
|
43 | 44 | |
|
44 | 45 | <div id="header"> |
|
45 | 46 | <span id="ipython_notebook"><h1><a href='..' alt='dashboard'><img src='/static/ipynblogo.png' alt='IPython Notebook'/></a></h1></span> |
|
46 | 47 | <span id="save_widget"> |
|
47 | 48 | <input type="text" id="notebook_name" size="20"></textarea> |
|
48 | 49 | <button id="save_notebook"><u>S</u>ave</button> |
|
49 | 50 | </span> |
|
50 | 51 | <span id="quick_help_area"> |
|
51 | 52 | <button id="quick_help">Quick<u>H</u>elp</button> |
|
52 | 53 | </span> |
|
53 | 54 | |
|
54 | 55 | <span id="login_widget"> |
|
55 | 56 | {% comment This is a temporary workaround to hide the logout button %} |
|
56 | 57 | {% comment when appropriate until notebook.html is templated %} |
|
57 | 58 | {% if logged_in %} |
|
58 | 59 | <button id="logout">Logout</button> |
|
59 | 60 | {% elif not logged_in and login_available %} |
|
60 | 61 | <button id="login">Login</button> |
|
61 | 62 | {% end %} |
|
62 | 63 | </span> |
|
63 | 64 | |
|
64 | 65 | <span id="kernel_status">Idle</span> |
|
65 | 66 | </div> |
|
66 | 67 | |
|
68 | <div id="menu_bar"> | |
|
69 | <ul id="menus"> | |
|
70 | <li><a href="#">File</a> | |
|
71 | <ul> | |
|
72 | <li><a href="#">New</a></li> | |
|
73 | <li><a href="#">Open...</a></li> | |
|
74 | <li></li> | |
|
75 | <li><a href="#">Save</a></li> | |
|
76 | <li></li> | |
|
77 | <li><a href="#">Download as</a> | |
|
78 | <ul> | |
|
79 | <li><a href="#">IPython (.ipynb)</a></li> | |
|
80 | <li><a href="#">Python (.py)</a></li> | |
|
81 | </ul> | |
|
82 | </li> | |
|
83 | <li></li> | |
|
84 | <li><a href="#">Print</a></li> | |
|
85 | ||
|
86 | </ul> | |
|
87 | </li> | |
|
88 | <li><a href="#">Edit</a> | |
|
89 | <ul> | |
|
90 | <li><a href="#">Delete</a></li> | |
|
91 | <li></li> | |
|
92 | <li><a href="#">Move Up</a></li> | |
|
93 | <li><a href="#">Move Down</a></li> | |
|
94 | </ul> | |
|
95 | </li> | |
|
96 | <li><a href="#">Insert</a> | |
|
97 | <ul> | |
|
98 | <li><a href="#">Insert Above</a> | |
|
99 | <li><a href="#">Insert Below</a> | |
|
100 | </li> | |
|
101 | </ul> | |
|
102 | </li> | |
|
103 | <li><a href="#">Cell</a> | |
|
104 | <ul> | |
|
105 | <li><a href="#">Run</a></li> | |
|
106 | <li><a href="#">Run in Place</a></li> | |
|
107 | <li><a href="#">Run All</a></li> | |
|
108 | <li></li> | |
|
109 | <li><a href="#">Code Cell</a></li> | |
|
110 | <li><a href="#">Markdown Cell</a></li> | |
|
111 | <li></li> | |
|
112 | <li><a href="#">Toggle Output</a></li> | |
|
113 | <li><a href="#">Clear All Output</a></li> | |
|
114 | </ul> | |
|
115 | </li> | |
|
116 | <li><a href="#">Kernel</a> | |
|
117 | <ul> | |
|
118 | <li><a href="#">Interrupt</a></li> | |
|
119 | <li><a href="#">Restart</a></li> | |
|
120 | </ul> | |
|
121 | </li> | |
|
122 | <li><a href="#">Help</a> | |
|
123 | <ul> | |
|
124 | <li><a href="#">IPython Help</a></li> | |
|
125 | <li><a href="#">Notebook Help</a></li> | |
|
126 | <li><a href="#">Notebook QuickRef</a></li> | |
|
127 | <li><h2>External Docs</h2></li> | |
|
128 | <li><a href="#">Python</a></li> | |
|
129 | <li><a href="#">NumPy</a></li> | |
|
130 | <li><a href="#">SciPy</a></li> | |
|
131 | <li><a href="#">SymPy</a></li> | |
|
132 | <li><a href="#">Matplotlib</a></li> | |
|
133 | </ul> | |
|
134 | </li> | |
|
135 | </ul> | |
|
136 | ||
|
137 | </div> | |
|
138 | ||
|
67 | 139 | <div id="main_app"> |
|
68 | 140 | |
|
69 | 141 | <div id="left_panel"> |
|
70 | 142 | |
|
71 | 143 | <div id="notebook_section"> |
|
72 | 144 | <div class="section_header"> |
|
73 | 145 | <h3>Notebook</h3> |
|
74 | 146 | </div> |
|
75 | 147 | <div class="section_content"> |
|
76 | 148 | <div class="section_row"> |
|
77 | 149 | <span id="new_open" class="section_row_buttons"> |
|
78 | 150 | <button id="new_notebook">New</button> |
|
79 | 151 | <button id="open_notebook">Open</button> |
|
80 | 152 | </span> |
|
81 | 153 | <span class="section_row_header">Actions</span> |
|
82 | 154 | </div> |
|
83 | 155 | <div class="section_row"> |
|
84 | 156 | <span> |
|
85 | 157 | <select id="download_format"> |
|
86 | 158 | <option value="json">ipynb</option> |
|
87 | 159 | <option value="py">py</option> |
|
88 | 160 | </select> |
|
89 | 161 | </span> |
|
90 | 162 | <span class="section_row_buttons"> |
|
91 | 163 | <button id="download_notebook">Download</button> |
|
92 | 164 | </span> |
|
93 | 165 | </div> |
|
94 | 166 | <div class="section_row"> |
|
95 | 167 | <span class="section_row_buttons"> |
|
96 | 168 | <span id="print_widget"> |
|
97 | 169 | <button id="print_notebook">Print</button> |
|
98 | 170 | </span> |
|
99 | 171 | </span> |
|
100 | 172 | </div> |
|
101 | 173 | </div> |
|
102 | 174 | </div> |
|
103 | 175 | |
|
104 | 176 | <div id="cell_section"> |
|
105 | 177 | <div class="section_header"> |
|
106 | 178 | <h3>Cell</h3> |
|
107 | 179 | </div> |
|
108 | 180 | <div class="section_content"> |
|
109 | 181 | <div class="section_row"> |
|
110 | 182 | <span class="section_row_buttons"> |
|
111 | 183 | <button id="delete_cell"><u>D</u>elete</button> |
|
112 | 184 | </span> |
|
113 | 185 | <span class="section_row_header">Actions</span> |
|
114 | 186 | </div> |
|
115 | 187 | <div class="section_row"> |
|
116 | 188 | <span id="cell_type" class="section_row_buttons"> |
|
117 | 189 | <button id="to_code"><u>C</u>ode</button> |
|
118 | 190 | <!-- <button id="to_html">HTML</button>--> |
|
119 | 191 | <button id="to_markdown"><u>M</u>arkdown</button> |
|
120 | 192 | </span> |
|
121 | 193 | <span class="button_label">Format</span> |
|
122 | 194 | </div> |
|
123 | 195 | <div class="section_row"> |
|
124 | 196 | <span id="cell_output" class="section_row_buttons"> |
|
125 | 197 | <button id="toggle_output"><u>T</u>oggle</button> |
|
126 | 198 | <button id="clear_all_output">ClearAll</button> |
|
127 | 199 | </span> |
|
128 | 200 | <span class="button_label">Output</span> |
|
129 | 201 | </div> |
|
130 | 202 | <div class="section_row"> |
|
131 | 203 | <span id="insert" class="section_row_buttons"> |
|
132 | 204 | <button id="insert_cell_above"><u>A</u>bove</button> |
|
133 | 205 | <button id="insert_cell_below"><u>B</u>elow</button> |
|
134 | 206 | </span> |
|
135 | 207 | <span class="button_label">Insert</span> |
|
136 | 208 | </div> |
|
137 | 209 | <div class="section_row"> |
|
138 | 210 | <span id="move" class="section_row_buttons"> |
|
139 | 211 | <button id="move_cell_up">Up</button> |
|
140 | 212 | <button id="move_cell_down">Down</button> |
|
141 | 213 | </span> |
|
142 | 214 | <span class="button_label">Move</span> |
|
143 | 215 | </div> |
|
144 | 216 | <div class="section_row"> |
|
145 | 217 | <span id="run_cells" class="section_row_buttons"> |
|
146 | 218 | <button id="run_selected_cell">Selected</button> |
|
147 | 219 | <button id="run_all_cells">All</button> |
|
148 | 220 | </span> |
|
149 | 221 | <span class="button_label">Run</span> |
|
150 | 222 | </div> |
|
151 | 223 | <div class="section_row"> |
|
152 | 224 | <span id="autoindent_span"> |
|
153 | 225 | <input type="checkbox" id="autoindent" checked="true"></input> |
|
154 | 226 | </span> |
|
155 | 227 | <span class="checkbox_label" id="autoindent_label">Autoindent:</span> |
|
156 | 228 | </div> |
|
157 | 229 | </div> |
|
158 | 230 | </div> |
|
159 | 231 | |
|
160 | 232 | <div id="kernel_section"> |
|
161 | 233 | <div class="section_header"> |
|
162 | 234 | <h3>Kernel</h3> |
|
163 | 235 | </div> |
|
164 | 236 | <div class="section_content"> |
|
165 | 237 | <div class="section_row"> |
|
166 | 238 | <span id="int_restart" class="section_row_buttons"> |
|
167 | 239 | <button id="int_kernel"><u>I</u>nterrupt</button> |
|
168 | 240 | <button id="restart_kernel">Restart</button> |
|
169 | 241 | </span> |
|
170 | 242 | <span class="section_row_header">Actions</span> |
|
171 | 243 | </div> |
|
172 | 244 | <div class="section_row"> |
|
173 | 245 | <span id="kernel_persist"> |
|
174 | 246 | {% if kill_kernel %} |
|
175 | 247 | <input type="checkbox" id="kill_kernel" checked="true"></input> |
|
176 | 248 | {% else %} |
|
177 | 249 | <input type="checkbox" id="kill_kernel"></input> |
|
178 | 250 | {% end %} |
|
179 | 251 | </span> |
|
180 | 252 | <span class="checkbox_label" id="kill_kernel_label">Kill kernel upon exit:</span> |
|
181 | 253 | </div> |
|
182 | 254 | </div> |
|
183 | 255 | </div> |
|
184 | 256 | |
|
185 | 257 | <div id="help_section"> |
|
186 | 258 | <div class="section_header"> |
|
187 | 259 | <h3>Help</h3> |
|
188 | 260 | </div> |
|
189 | 261 | <div class="section_content"> |
|
190 | 262 | <div class="section_row"> |
|
191 | 263 | <span id="help_buttons0" class="section_row_buttons"> |
|
192 | 264 | <a id="python_help" href="http://docs.python.org" target="_blank">Python</a> |
|
193 | 265 | <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a> |
|
194 | 266 | </span> |
|
195 | 267 | <span class="section_row_header">Links</span> |
|
196 | 268 | </div> |
|
197 | 269 | <div class="section_row"> |
|
198 | 270 | <span id="help_buttons1" class="section_row_buttons"> |
|
199 | 271 | <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a> |
|
200 | 272 | <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a> |
|
201 | 273 | </span> |
|
202 | 274 | </div> |
|
203 | 275 | <div class="section_row"> |
|
204 | 276 | <span id="help_buttons2" class="section_row_buttons"> |
|
205 | 277 | <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a> |
|
206 | 278 | <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a> |
|
207 | 279 | </span> |
|
208 | 280 | </div> |
|
209 | 281 | <div class="section_row"> |
|
210 | 282 | <span class="help_string">run selected cell</span> |
|
211 | 283 | <span class="help_string_label">Shift-Enter :</span> |
|
212 | 284 | </div> |
|
213 | 285 | <div class="section_row"> |
|
214 | 286 | <span class="help_string">run selected cell in-place</span> |
|
215 | 287 | <span class="help_string_label">Ctrl-Enter :</span> |
|
216 | 288 | </div> |
|
217 | 289 | <div class="section_row"> |
|
218 | 290 | <span class="help_string">show keyboard shortcuts</span> |
|
219 | 291 | <span class="help_string_label">Ctrl-m h :</span> |
|
220 | 292 | </div> |
|
221 | 293 | </div> |
|
222 | 294 | </div> |
|
223 | 295 | |
|
224 | 296 | <div id="config_section"> |
|
225 | 297 | <div class="section_header"> |
|
226 | 298 | <h3>Configuration</h3> |
|
227 | 299 | </div> |
|
228 | 300 | <div class="section_content"> |
|
229 | 301 | <div class="section_row"> |
|
230 | 302 | <span id="tooltipontab_span"> |
|
231 | 303 | <input type="checkbox" id="tooltipontab" checked="true"></input> |
|
232 | 304 | </span> |
|
233 | 305 | <span class="checkbox_label" id="tooltipontab_label">Tooltip on tab:</span> |
|
234 | 306 | </div> |
|
235 | 307 | <div class="section_row"> |
|
236 | 308 | <span id="smartcompleter_span"> |
|
237 | 309 | <input type="checkbox" id="smartcompleter" checked="true"></input> |
|
238 | 310 | </span> |
|
239 | 311 | <span class="checkbox_label" id="smartcompleter_label">Smart completer:</span> |
|
240 | 312 | </div> |
|
241 | 313 | <div class="section_row"> |
|
242 | 314 | <span id="timebeforetooltip_span"> |
|
243 | 315 | <input type="text" id="timebeforetooltip" value="1200" size='6'></input> |
|
244 | 316 | <span class="numeric_input_label" id="timebeforetooltip_unit">milliseconds</span> |
|
245 | 317 | </span> |
|
246 | 318 | <span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span> |
|
247 | 319 | </div> |
|
248 | 320 | </div> |
|
249 | 321 | </div> |
|
250 | 322 | |
|
251 | 323 | </div> |
|
252 | 324 | <div id="left_panel_splitter"></div> |
|
253 | 325 | <div id="notebook_panel"> |
|
254 | 326 | <div id="notebook"></div> |
|
255 | 327 | <div id="pager_splitter"></div> |
|
256 | 328 | <div id="pager"></div> |
|
257 | 329 | </div> |
|
258 | 330 | |
|
259 | 331 | </div> |
|
260 | 332 | |
|
261 | 333 | <script src="/static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> |
|
262 |
<script src="/static/jquery/js/jquery-ui-1.8.1 |
|
|
263 |
<script src="/static/jquery/js/jquery. |
|
|
334 | <script src="/static/jquery/js/jquery-ui-1.8.16.custom.min.js" type="text/javascript" charset="utf-8"></script> | |
|
335 | <script src="/static/jquery/js/jquery.wijmo-open.all.2.0.0b1.min.js" type="text/javascript" charset="utf-8"></script> | |
|
336 | <script src="/static/jquery/js/jquery.bgiframe-2.1.3-pre.js" type="text/javascript" charset="utf-8"></script> | |
|
337 | <script src="/static/jquery/js/jquery.mousewheel.min.js" type="text/javascript" charset="utf-8"></script> | |
|
264 | 338 | |
|
265 | 339 | <script src="/static/codemirror/lib/codemirror.js" charset="utf-8"></script> |
|
266 | 340 | <script src="/static/codemirror/mode/python/python.js" charset="utf-8"></script> |
|
267 | 341 | <script src="/static/codemirror/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script> |
|
268 | 342 | <script src="/static/codemirror/mode/xml/xml.js" charset="utf-8"></script> |
|
269 | 343 | <script src="/static/codemirror/mode/javascript/javascript.js" charset="utf-8"></script> |
|
270 | 344 | <script src="/static/codemirror/mode/css/css.js" charset="utf-8"></script> |
|
271 | 345 | <script src="/static/codemirror/mode/rst/rst.js" charset="utf-8"></script> |
|
272 | 346 | <script src="/static/codemirror/mode/markdown/markdown.js" charset="utf-8"></script> |
|
273 | 347 | |
|
274 | 348 | <script src="/static/pagedown/Markdown.Converter.js" charset="utf-8"></script> |
|
275 | 349 | |
|
276 | 350 | <script src="/static/prettify/prettify.js" charset="utf-8"></script> |
|
277 | 351 | |
|
278 | 352 | <script src="/static/js/namespace.js" type="text/javascript" charset="utf-8"></script> |
|
279 | 353 | <script src="/static/js/utils.js" type="text/javascript" charset="utf-8"></script> |
|
280 | 354 | <script src="/static/js/cell.js" type="text/javascript" charset="utf-8"></script> |
|
281 | 355 | <script src="/static/js/codecell.js" type="text/javascript" charset="utf-8"></script> |
|
282 | 356 | <script src="/static/js/textcell.js" type="text/javascript" charset="utf-8"></script> |
|
283 | 357 | <script src="/static/js/kernel.js" type="text/javascript" charset="utf-8"></script> |
|
284 | 358 | <script src="/static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script> |
|
285 | 359 | <script src="/static/js/layout.js" type="text/javascript" charset="utf-8"></script> |
|
286 | 360 | <script src="/static/js/savewidget.js" type="text/javascript" charset="utf-8"></script> |
|
287 | 361 | <script src="/static/js/quickhelp.js" type="text/javascript" charset="utf-8"></script> |
|
288 | 362 | <script src="/static/js/loginwidget.js" type="text/javascript" charset="utf-8"></script> |
|
289 | 363 | <script src="/static/js/pager.js" type="text/javascript" charset="utf-8"></script> |
|
290 | 364 | <script src="/static/js/panelsection.js" type="text/javascript" charset="utf-8"></script> |
|
291 | 365 | <script src="/static/js/printwidget.js" type="text/javascript" charset="utf-8"></script> |
|
292 | 366 | <script src="/static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script> |
|
293 | 367 | <script src="/static/js/notebook.js" type="text/javascript" charset="utf-8"></script> |
|
294 | 368 | <script src="/static/js/notebookmain.js" type="text/javascript" charset="utf-8"></script> |
|
295 | 369 | |
|
296 | 370 | </body> |
|
297 | 371 | |
|
298 | 372 | </html> |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now