jquery-ui-middleman 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +2 -0
- data/.gitmodules +3 -0
- data/.travis.yml +2 -0
- data/Gemfile +3 -0
- data/History.md +115 -0
- data/License.txt +2 -0
- data/README.md +226 -0
- data/Rakefile +221 -0
- data/VERSIONS.md +27 -0
- data/app/assets/images/jquery-ui/animated-overlay.gif +0 -0
- data/app/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_222222_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_454545_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_888888_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
- data/app/assets/javascripts/jquery.ui.accordion.js +575 -0
- data/app/assets/javascripts/jquery.ui.all.js +34 -0
- data/app/assets/javascripts/jquery.ui.autocomplete.js +615 -0
- data/app/assets/javascripts/jquery.ui.button.js +422 -0
- data/app/assets/javascripts/jquery.ui.core.js +320 -0
- data/app/assets/javascripts/jquery.ui.datepicker-af.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ar.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-az.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-be.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-bg.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-bs.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ca.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-cs.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-cy-GB.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-da.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-de.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-el.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-en-AU.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-en-GB.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-en-NZ.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-eo.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-es.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-et.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-eu.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fa.js +59 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fi.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fo.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fr-CA.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fr-CH.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fr.js +25 -0
- data/app/assets/javascripts/jquery.ui.datepicker-gl.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-he.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hi.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hr.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hu.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hy.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-id.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-is.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-it.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ja.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ka.js +21 -0
- data/app/assets/javascripts/jquery.ui.datepicker-kk.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-km.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ko.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ky.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-lb.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-lt.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-lv.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-mk.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ml.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ms.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nb.js +22 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nl-BE.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nl.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nn.js +22 -0
- data/app/assets/javascripts/jquery.ui.datepicker-no.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-pl.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-pt-BR.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-pt.js +22 -0
- data/app/assets/javascripts/jquery.ui.datepicker-rm.js +21 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ro.js +26 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ru.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sk.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sl.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sq.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sr-SR.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sr.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sv.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ta.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-th.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-tj.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-tr.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-uk.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-vi.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-zh-CN.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-zh-HK.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-zh-TW.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker.js +2040 -0
- data/app/assets/javascripts/jquery.ui.dialog.js +815 -0
- data/app/assets/javascripts/jquery.ui.draggable.js +962 -0
- data/app/assets/javascripts/jquery.ui.droppable.js +377 -0
- data/app/assets/javascripts/jquery.ui.effect-blind.js +84 -0
- data/app/assets/javascripts/jquery.ui.effect-bounce.js +115 -0
- data/app/assets/javascripts/jquery.ui.effect-clip.js +69 -0
- data/app/assets/javascripts/jquery.ui.effect-drop.js +67 -0
- data/app/assets/javascripts/jquery.ui.effect-explode.js +99 -0
- data/app/assets/javascripts/jquery.ui.effect-fade.js +32 -0
- data/app/assets/javascripts/jquery.ui.effect-fold.js +78 -0
- data/app/assets/javascripts/jquery.ui.effect-highlight.js +52 -0
- data/app/assets/javascripts/jquery.ui.effect-pulsate.js +65 -0
- data/app/assets/javascripts/jquery.ui.effect-scale.js +320 -0
- data/app/assets/javascripts/jquery.ui.effect-shake.js +76 -0
- data/app/assets/javascripts/jquery.ui.effect-slide.js +66 -0
- data/app/assets/javascripts/jquery.ui.effect-transfer.js +49 -0
- data/app/assets/javascripts/jquery.ui.effect.all.js +14 -0
- data/app/assets/javascripts/jquery.ui.effect.js +1289 -0
- data/app/assets/javascripts/jquery.ui.menu.js +625 -0
- data/app/assets/javascripts/jquery.ui.mouse.js +172 -0
- data/app/assets/javascripts/jquery.ui.position.js +497 -0
- data/app/assets/javascripts/jquery.ui.progressbar.js +148 -0
- data/app/assets/javascripts/jquery.ui.resizable.js +972 -0
- data/app/assets/javascripts/jquery.ui.selectable.js +281 -0
- data/app/assets/javascripts/jquery.ui.slider.js +676 -0
- data/app/assets/javascripts/jquery.ui.sortable.js +1289 -0
- data/app/assets/javascripts/jquery.ui.spinner.js +497 -0
- data/app/assets/javascripts/jquery.ui.tabs.js +849 -0
- data/app/assets/javascripts/jquery.ui.tooltip.js +406 -0
- data/app/assets/javascripts/jquery.ui.widget.js +521 -0
- data/app/assets/stylesheets/jquery.ui.accordion.css.erb +42 -0
- data/app/assets/stylesheets/jquery.ui.all.css.erb +14 -0
- data/app/assets/stylesheets/jquery.ui.autocomplete.css.erb +21 -0
- data/app/assets/stylesheets/jquery.ui.base.css.erb +27 -0
- data/app/assets/stylesheets/jquery.ui.button.css.erb +118 -0
- data/app/assets/stylesheets/jquery.ui.core.css.erb +93 -0
- data/app/assets/stylesheets/jquery.ui.datepicker.css.erb +182 -0
- data/app/assets/stylesheets/jquery.ui.dialog.css.erb +75 -0
- data/app/assets/stylesheets/jquery.ui.menu.css.erb +83 -0
- data/app/assets/stylesheets/jquery.ui.progressbar.css.erb +32 -0
- data/app/assets/stylesheets/jquery.ui.resizable.css.erb +82 -0
- data/app/assets/stylesheets/jquery.ui.selectable.css.erb +19 -0
- data/app/assets/stylesheets/jquery.ui.slider.css.erb +77 -0
- data/app/assets/stylesheets/jquery.ui.spinner.css.erb +70 -0
- data/app/assets/stylesheets/jquery.ui.tabs.css.erb +56 -0
- data/app/assets/stylesheets/jquery.ui.theme.css.erb +409 -0
- data/app/assets/stylesheets/jquery.ui.tooltip.css.erb +23 -0
- data/lib/jquery-ui-middleman.rb +1 -0
- data/lib/jquery/ui/version.rb +6 -0
- metadata +209 -0
@@ -0,0 +1,42 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Accordion 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Accordion#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-accordion .ui-accordion-header {
|
16
|
+
display: block;
|
17
|
+
cursor: pointer;
|
18
|
+
position: relative;
|
19
|
+
margin-top: 2px;
|
20
|
+
padding: .5em .5em .5em .7em;
|
21
|
+
min-height: 0; /* support: IE7 */
|
22
|
+
}
|
23
|
+
.ui-accordion .ui-accordion-icons {
|
24
|
+
padding-left: 2.2em;
|
25
|
+
}
|
26
|
+
.ui-accordion .ui-accordion-noicons {
|
27
|
+
padding-left: .7em;
|
28
|
+
}
|
29
|
+
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
30
|
+
padding-left: 2.2em;
|
31
|
+
}
|
32
|
+
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
33
|
+
position: absolute;
|
34
|
+
left: .5em;
|
35
|
+
top: 50%;
|
36
|
+
margin-top: -8px;
|
37
|
+
}
|
38
|
+
.ui-accordion .ui-accordion-content {
|
39
|
+
padding: 1em 2.2em;
|
40
|
+
border-top: 0;
|
41
|
+
overflow: auto;
|
42
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.base
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
@@ -0,0 +1,21 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Autocomplete 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Autocomplete#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.menu
|
14
|
+
*= require jquery.ui.theme
|
15
|
+
*/
|
16
|
+
.ui-autocomplete {
|
17
|
+
position: absolute;
|
18
|
+
top: 0;
|
19
|
+
left: 0;
|
20
|
+
cursor: default;
|
21
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
|
14
|
+
*= require jquery.ui.accordion
|
15
|
+
*= require jquery.ui.autocomplete
|
16
|
+
*= require jquery.ui.button
|
17
|
+
*= require jquery.ui.datepicker
|
18
|
+
*= require jquery.ui.dialog
|
19
|
+
*= require jquery.ui.menu
|
20
|
+
*= require jquery.ui.progressbar
|
21
|
+
*= require jquery.ui.resizable
|
22
|
+
*= require jquery.ui.selectable
|
23
|
+
*= require jquery.ui.slider
|
24
|
+
*= require jquery.ui.spinner
|
25
|
+
*= require jquery.ui.tabs
|
26
|
+
*= require jquery.ui.tooltip
|
27
|
+
*/
|
@@ -0,0 +1,118 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Button 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Button#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-button {
|
16
|
+
display: inline-block;
|
17
|
+
position: relative;
|
18
|
+
padding: 0;
|
19
|
+
line-height: normal;
|
20
|
+
margin-right: .1em;
|
21
|
+
cursor: pointer;
|
22
|
+
vertical-align: middle;
|
23
|
+
text-align: center;
|
24
|
+
overflow: visible; /* removes extra width in IE */
|
25
|
+
}
|
26
|
+
.ui-button,
|
27
|
+
.ui-button:link,
|
28
|
+
.ui-button:visited,
|
29
|
+
.ui-button:hover,
|
30
|
+
.ui-button:active {
|
31
|
+
text-decoration: none;
|
32
|
+
}
|
33
|
+
/* to make room for the icon, a width needs to be set here */
|
34
|
+
.ui-button-icon-only {
|
35
|
+
width: 2.2em;
|
36
|
+
}
|
37
|
+
/* button elements seem to need a little more width */
|
38
|
+
button.ui-button-icon-only {
|
39
|
+
width: 2.4em;
|
40
|
+
}
|
41
|
+
.ui-button-icons-only {
|
42
|
+
width: 3.4em;
|
43
|
+
}
|
44
|
+
button.ui-button-icons-only {
|
45
|
+
width: 3.7em;
|
46
|
+
}
|
47
|
+
|
48
|
+
/* button text element */
|
49
|
+
.ui-button .ui-button-text {
|
50
|
+
display: block;
|
51
|
+
line-height: normal;
|
52
|
+
}
|
53
|
+
.ui-button-text-only .ui-button-text {
|
54
|
+
padding: .4em 1em;
|
55
|
+
}
|
56
|
+
.ui-button-icon-only .ui-button-text,
|
57
|
+
.ui-button-icons-only .ui-button-text {
|
58
|
+
padding: .4em;
|
59
|
+
text-indent: -9999999px;
|
60
|
+
}
|
61
|
+
.ui-button-text-icon-primary .ui-button-text,
|
62
|
+
.ui-button-text-icons .ui-button-text {
|
63
|
+
padding: .4em 1em .4em 2.1em;
|
64
|
+
}
|
65
|
+
.ui-button-text-icon-secondary .ui-button-text,
|
66
|
+
.ui-button-text-icons .ui-button-text {
|
67
|
+
padding: .4em 2.1em .4em 1em;
|
68
|
+
}
|
69
|
+
.ui-button-text-icons .ui-button-text {
|
70
|
+
padding-left: 2.1em;
|
71
|
+
padding-right: 2.1em;
|
72
|
+
}
|
73
|
+
/* no icon support for input elements, provide padding by default */
|
74
|
+
input.ui-button {
|
75
|
+
padding: .4em 1em;
|
76
|
+
}
|
77
|
+
|
78
|
+
/* button icon element(s) */
|
79
|
+
.ui-button-icon-only .ui-icon,
|
80
|
+
.ui-button-text-icon-primary .ui-icon,
|
81
|
+
.ui-button-text-icon-secondary .ui-icon,
|
82
|
+
.ui-button-text-icons .ui-icon,
|
83
|
+
.ui-button-icons-only .ui-icon {
|
84
|
+
position: absolute;
|
85
|
+
top: 50%;
|
86
|
+
margin-top: -8px;
|
87
|
+
}
|
88
|
+
.ui-button-icon-only .ui-icon {
|
89
|
+
left: 50%;
|
90
|
+
margin-left: -8px;
|
91
|
+
}
|
92
|
+
.ui-button-text-icon-primary .ui-button-icon-primary,
|
93
|
+
.ui-button-text-icons .ui-button-icon-primary,
|
94
|
+
.ui-button-icons-only .ui-button-icon-primary {
|
95
|
+
left: .5em;
|
96
|
+
}
|
97
|
+
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
98
|
+
.ui-button-text-icons .ui-button-icon-secondary,
|
99
|
+
.ui-button-icons-only .ui-button-icon-secondary {
|
100
|
+
right: .5em;
|
101
|
+
}
|
102
|
+
|
103
|
+
/* button sets */
|
104
|
+
.ui-buttonset {
|
105
|
+
margin-right: 7px;
|
106
|
+
}
|
107
|
+
.ui-buttonset .ui-button {
|
108
|
+
margin-left: 0;
|
109
|
+
margin-right: -.3em;
|
110
|
+
}
|
111
|
+
|
112
|
+
/* workarounds */
|
113
|
+
/* reset extra padding in Firefox, see h5bp.com/l */
|
114
|
+
input.ui-button::-moz-focus-inner,
|
115
|
+
button.ui-button::-moz-focus-inner {
|
116
|
+
border: 0;
|
117
|
+
padding: 0;
|
118
|
+
}
|
@@ -0,0 +1,93 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Theming/API
|
10
|
+
*/
|
11
|
+
|
12
|
+
/* Layout helpers
|
13
|
+
----------------------------------*/
|
14
|
+
.ui-helper-hidden {
|
15
|
+
display: none;
|
16
|
+
}
|
17
|
+
.ui-helper-hidden-accessible {
|
18
|
+
border: 0;
|
19
|
+
clip: rect(0 0 0 0);
|
20
|
+
height: 1px;
|
21
|
+
margin: -1px;
|
22
|
+
overflow: hidden;
|
23
|
+
padding: 0;
|
24
|
+
position: absolute;
|
25
|
+
width: 1px;
|
26
|
+
}
|
27
|
+
.ui-helper-reset {
|
28
|
+
margin: 0;
|
29
|
+
padding: 0;
|
30
|
+
border: 0;
|
31
|
+
outline: 0;
|
32
|
+
line-height: 1.3;
|
33
|
+
text-decoration: none;
|
34
|
+
font-size: 100%;
|
35
|
+
list-style: none;
|
36
|
+
}
|
37
|
+
.ui-helper-clearfix:before,
|
38
|
+
.ui-helper-clearfix:after {
|
39
|
+
content: "";
|
40
|
+
display: table;
|
41
|
+
border-collapse: collapse;
|
42
|
+
}
|
43
|
+
.ui-helper-clearfix:after {
|
44
|
+
clear: both;
|
45
|
+
}
|
46
|
+
.ui-helper-clearfix {
|
47
|
+
min-height: 0; /* support: IE7 */
|
48
|
+
}
|
49
|
+
.ui-helper-zfix {
|
50
|
+
width: 100%;
|
51
|
+
height: 100%;
|
52
|
+
top: 0;
|
53
|
+
left: 0;
|
54
|
+
position: absolute;
|
55
|
+
opacity: 0;
|
56
|
+
filter:Alpha(Opacity=0);
|
57
|
+
}
|
58
|
+
|
59
|
+
.ui-front {
|
60
|
+
z-index: 100;
|
61
|
+
}
|
62
|
+
|
63
|
+
|
64
|
+
/* Interaction Cues
|
65
|
+
----------------------------------*/
|
66
|
+
.ui-state-disabled {
|
67
|
+
cursor: default !important;
|
68
|
+
}
|
69
|
+
|
70
|
+
|
71
|
+
/* Icons
|
72
|
+
----------------------------------*/
|
73
|
+
|
74
|
+
/* states and images */
|
75
|
+
.ui-icon {
|
76
|
+
display: block;
|
77
|
+
text-indent: -99999px;
|
78
|
+
overflow: hidden;
|
79
|
+
background-repeat: no-repeat;
|
80
|
+
}
|
81
|
+
|
82
|
+
|
83
|
+
/* Misc visuals
|
84
|
+
----------------------------------*/
|
85
|
+
|
86
|
+
/* Overlays */
|
87
|
+
.ui-widget-overlay {
|
88
|
+
position: fixed;
|
89
|
+
top: 0;
|
90
|
+
left: 0;
|
91
|
+
width: 100%;
|
92
|
+
height: 100%;
|
93
|
+
}
|
@@ -0,0 +1,182 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Datepicker 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Datepicker#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-datepicker {
|
16
|
+
width: 17em;
|
17
|
+
padding: .2em .2em 0;
|
18
|
+
display: none;
|
19
|
+
}
|
20
|
+
.ui-datepicker .ui-datepicker-header {
|
21
|
+
position: relative;
|
22
|
+
padding: .2em 0;
|
23
|
+
}
|
24
|
+
.ui-datepicker .ui-datepicker-prev,
|
25
|
+
.ui-datepicker .ui-datepicker-next {
|
26
|
+
position: absolute;
|
27
|
+
top: 2px;
|
28
|
+
width: 1.8em;
|
29
|
+
height: 1.8em;
|
30
|
+
}
|
31
|
+
.ui-datepicker .ui-datepicker-prev-hover,
|
32
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
33
|
+
top: 1px;
|
34
|
+
}
|
35
|
+
.ui-datepicker .ui-datepicker-prev {
|
36
|
+
left: 2px;
|
37
|
+
}
|
38
|
+
.ui-datepicker .ui-datepicker-next {
|
39
|
+
right: 2px;
|
40
|
+
}
|
41
|
+
.ui-datepicker .ui-datepicker-prev-hover {
|
42
|
+
left: 1px;
|
43
|
+
}
|
44
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
45
|
+
right: 1px;
|
46
|
+
}
|
47
|
+
.ui-datepicker .ui-datepicker-prev span,
|
48
|
+
.ui-datepicker .ui-datepicker-next span {
|
49
|
+
display: block;
|
50
|
+
position: absolute;
|
51
|
+
left: 50%;
|
52
|
+
margin-left: -8px;
|
53
|
+
top: 50%;
|
54
|
+
margin-top: -8px;
|
55
|
+
}
|
56
|
+
.ui-datepicker .ui-datepicker-title {
|
57
|
+
margin: 0 2.3em;
|
58
|
+
line-height: 1.8em;
|
59
|
+
text-align: center;
|
60
|
+
}
|
61
|
+
.ui-datepicker .ui-datepicker-title select {
|
62
|
+
font-size: 1em;
|
63
|
+
margin: 1px 0;
|
64
|
+
}
|
65
|
+
.ui-datepicker select.ui-datepicker-month-year {
|
66
|
+
width: 100%;
|
67
|
+
}
|
68
|
+
.ui-datepicker select.ui-datepicker-month,
|
69
|
+
.ui-datepicker select.ui-datepicker-year {
|
70
|
+
width: 49%;
|
71
|
+
}
|
72
|
+
.ui-datepicker table {
|
73
|
+
width: 100%;
|
74
|
+
font-size: .9em;
|
75
|
+
border-collapse: collapse;
|
76
|
+
margin: 0 0 .4em;
|
77
|
+
}
|
78
|
+
.ui-datepicker th {
|
79
|
+
padding: .7em .3em;
|
80
|
+
text-align: center;
|
81
|
+
font-weight: bold;
|
82
|
+
border: 0;
|
83
|
+
}
|
84
|
+
.ui-datepicker td {
|
85
|
+
border: 0;
|
86
|
+
padding: 1px;
|
87
|
+
}
|
88
|
+
.ui-datepicker td span,
|
89
|
+
.ui-datepicker td a {
|
90
|
+
display: block;
|
91
|
+
padding: .2em;
|
92
|
+
text-align: right;
|
93
|
+
text-decoration: none;
|
94
|
+
}
|
95
|
+
.ui-datepicker .ui-datepicker-buttonpane {
|
96
|
+
background-image: none;
|
97
|
+
margin: .7em 0 0 0;
|
98
|
+
padding: 0 .2em;
|
99
|
+
border-left: 0;
|
100
|
+
border-right: 0;
|
101
|
+
border-bottom: 0;
|
102
|
+
}
|
103
|
+
.ui-datepicker .ui-datepicker-buttonpane button {
|
104
|
+
float: right;
|
105
|
+
margin: .5em .2em .4em;
|
106
|
+
cursor: pointer;
|
107
|
+
padding: .2em .6em .3em .6em;
|
108
|
+
width: auto;
|
109
|
+
overflow: visible;
|
110
|
+
}
|
111
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
112
|
+
float: left;
|
113
|
+
}
|
114
|
+
|
115
|
+
/* with multiple calendars */
|
116
|
+
.ui-datepicker.ui-datepicker-multi {
|
117
|
+
width: auto;
|
118
|
+
}
|
119
|
+
.ui-datepicker-multi .ui-datepicker-group {
|
120
|
+
float: left;
|
121
|
+
}
|
122
|
+
.ui-datepicker-multi .ui-datepicker-group table {
|
123
|
+
width: 95%;
|
124
|
+
margin: 0 auto .4em;
|
125
|
+
}
|
126
|
+
.ui-datepicker-multi-2 .ui-datepicker-group {
|
127
|
+
width: 50%;
|
128
|
+
}
|
129
|
+
.ui-datepicker-multi-3 .ui-datepicker-group {
|
130
|
+
width: 33.3%;
|
131
|
+
}
|
132
|
+
.ui-datepicker-multi-4 .ui-datepicker-group {
|
133
|
+
width: 25%;
|
134
|
+
}
|
135
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
136
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
137
|
+
border-left-width: 0;
|
138
|
+
}
|
139
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
140
|
+
clear: left;
|
141
|
+
}
|
142
|
+
.ui-datepicker-row-break {
|
143
|
+
clear: both;
|
144
|
+
width: 100%;
|
145
|
+
font-size: 0;
|
146
|
+
}
|
147
|
+
|
148
|
+
/* RTL support */
|
149
|
+
.ui-datepicker-rtl {
|
150
|
+
direction: rtl;
|
151
|
+
}
|
152
|
+
.ui-datepicker-rtl .ui-datepicker-prev {
|
153
|
+
right: 2px;
|
154
|
+
left: auto;
|
155
|
+
}
|
156
|
+
.ui-datepicker-rtl .ui-datepicker-next {
|
157
|
+
left: 2px;
|
158
|
+
right: auto;
|
159
|
+
}
|
160
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
161
|
+
right: 1px;
|
162
|
+
left: auto;
|
163
|
+
}
|
164
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
165
|
+
left: 1px;
|
166
|
+
right: auto;
|
167
|
+
}
|
168
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
169
|
+
clear: right;
|
170
|
+
}
|
171
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
172
|
+
float: left;
|
173
|
+
}
|
174
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
175
|
+
.ui-datepicker-rtl .ui-datepicker-group {
|
176
|
+
float: right;
|
177
|
+
}
|
178
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
179
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
180
|
+
border-right-width: 0;
|
181
|
+
border-left-width: 1px;
|
182
|
+
}
|