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,75 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Dialog 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/Dialog#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.button
|
14
|
+
*= require jquery.ui.resizable
|
15
|
+
*= require jquery.ui.theme
|
16
|
+
*/
|
17
|
+
.ui-dialog {
|
18
|
+
position: absolute;
|
19
|
+
top: 0;
|
20
|
+
left: 0;
|
21
|
+
padding: .2em;
|
22
|
+
outline: 0;
|
23
|
+
}
|
24
|
+
.ui-dialog .ui-dialog-titlebar {
|
25
|
+
padding: .4em 1em;
|
26
|
+
position: relative;
|
27
|
+
}
|
28
|
+
.ui-dialog .ui-dialog-title {
|
29
|
+
float: left;
|
30
|
+
margin: .1em 0;
|
31
|
+
white-space: nowrap;
|
32
|
+
width: 90%;
|
33
|
+
overflow: hidden;
|
34
|
+
text-overflow: ellipsis;
|
35
|
+
}
|
36
|
+
.ui-dialog .ui-dialog-titlebar-close {
|
37
|
+
position: absolute;
|
38
|
+
right: .3em;
|
39
|
+
top: 50%;
|
40
|
+
width: 21px;
|
41
|
+
margin: -10px 0 0 0;
|
42
|
+
padding: 1px;
|
43
|
+
height: 20px;
|
44
|
+
}
|
45
|
+
.ui-dialog .ui-dialog-content {
|
46
|
+
position: relative;
|
47
|
+
border: 0;
|
48
|
+
padding: .5em 1em;
|
49
|
+
background: none;
|
50
|
+
overflow: auto;
|
51
|
+
}
|
52
|
+
.ui-dialog .ui-dialog-buttonpane {
|
53
|
+
text-align: left;
|
54
|
+
border-width: 1px 0 0 0;
|
55
|
+
background-image: none;
|
56
|
+
margin-top: .5em;
|
57
|
+
padding: .3em 1em .5em .4em;
|
58
|
+
}
|
59
|
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
60
|
+
float: right;
|
61
|
+
}
|
62
|
+
.ui-dialog .ui-dialog-buttonpane button {
|
63
|
+
margin: .5em .4em .5em 0;
|
64
|
+
cursor: pointer;
|
65
|
+
}
|
66
|
+
.ui-dialog .ui-resizable-se {
|
67
|
+
width: 12px;
|
68
|
+
height: 12px;
|
69
|
+
right: -5px;
|
70
|
+
bottom: -5px;
|
71
|
+
background-position: 16px 16px;
|
72
|
+
}
|
73
|
+
.ui-draggable .ui-dialog-titlebar {
|
74
|
+
cursor: move;
|
75
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Menu 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/Menu#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-menu {
|
16
|
+
list-style: none;
|
17
|
+
padding: 2px;
|
18
|
+
margin: 0;
|
19
|
+
display: block;
|
20
|
+
outline: none;
|
21
|
+
}
|
22
|
+
.ui-menu .ui-menu {
|
23
|
+
margin-top: -3px;
|
24
|
+
position: absolute;
|
25
|
+
}
|
26
|
+
.ui-menu .ui-menu-item {
|
27
|
+
margin: 0;
|
28
|
+
padding: 0;
|
29
|
+
width: 100%;
|
30
|
+
/* support: IE10, see #8844 */
|
31
|
+
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
32
|
+
}
|
33
|
+
.ui-menu .ui-menu-divider {
|
34
|
+
margin: 5px -2px 5px -2px;
|
35
|
+
height: 0;
|
36
|
+
font-size: 0;
|
37
|
+
line-height: 0;
|
38
|
+
border-width: 1px 0 0 0;
|
39
|
+
}
|
40
|
+
.ui-menu .ui-menu-item a {
|
41
|
+
text-decoration: none;
|
42
|
+
display: block;
|
43
|
+
padding: 2px .4em;
|
44
|
+
line-height: 1.5;
|
45
|
+
min-height: 0; /* support: IE7 */
|
46
|
+
font-weight: normal;
|
47
|
+
}
|
48
|
+
.ui-menu .ui-menu-item a.ui-state-focus,
|
49
|
+
.ui-menu .ui-menu-item a.ui-state-active {
|
50
|
+
font-weight: normal;
|
51
|
+
margin: -1px;
|
52
|
+
}
|
53
|
+
|
54
|
+
.ui-menu .ui-state-disabled {
|
55
|
+
font-weight: normal;
|
56
|
+
margin: .4em 0 .2em;
|
57
|
+
line-height: 1.5;
|
58
|
+
}
|
59
|
+
.ui-menu .ui-state-disabled a {
|
60
|
+
cursor: default;
|
61
|
+
}
|
62
|
+
|
63
|
+
/* icon support */
|
64
|
+
.ui-menu-icons {
|
65
|
+
position: relative;
|
66
|
+
}
|
67
|
+
.ui-menu-icons .ui-menu-item a {
|
68
|
+
position: relative;
|
69
|
+
padding-left: 2em;
|
70
|
+
}
|
71
|
+
|
72
|
+
/* left-aligned */
|
73
|
+
.ui-menu .ui-icon {
|
74
|
+
position: absolute;
|
75
|
+
top: .2em;
|
76
|
+
left: .2em;
|
77
|
+
}
|
78
|
+
|
79
|
+
/* right-aligned */
|
80
|
+
.ui-menu .ui-menu-icon {
|
81
|
+
position: static;
|
82
|
+
float: right;
|
83
|
+
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Progressbar 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/Progressbar#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-progressbar {
|
16
|
+
height: 2em;
|
17
|
+
text-align: left;
|
18
|
+
overflow: hidden;
|
19
|
+
}
|
20
|
+
.ui-progressbar .ui-progressbar-value {
|
21
|
+
margin: -1px;
|
22
|
+
height: 100%;
|
23
|
+
}
|
24
|
+
.ui-progressbar .ui-progressbar-overlay {
|
25
|
+
background: url(<%= image_path("jquery-ui/animated-overlay.gif") %>);
|
26
|
+
height: 100%;
|
27
|
+
filter: alpha(opacity=25);
|
28
|
+
opacity: 0.25;
|
29
|
+
}
|
30
|
+
.ui-progressbar-indeterminate .ui-progressbar-value {
|
31
|
+
background-image: none;
|
32
|
+
}
|
@@ -0,0 +1,82 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Resizable 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/Resizable#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-resizable {
|
16
|
+
position: relative;
|
17
|
+
}
|
18
|
+
.ui-resizable-handle {
|
19
|
+
position: absolute;
|
20
|
+
font-size: 0.1px;
|
21
|
+
display: block;
|
22
|
+
}
|
23
|
+
.ui-resizable-disabled .ui-resizable-handle,
|
24
|
+
.ui-resizable-autohide .ui-resizable-handle {
|
25
|
+
display: none;
|
26
|
+
}
|
27
|
+
.ui-resizable-n {
|
28
|
+
cursor: n-resize;
|
29
|
+
height: 7px;
|
30
|
+
width: 100%;
|
31
|
+
top: -5px;
|
32
|
+
left: 0;
|
33
|
+
}
|
34
|
+
.ui-resizable-s {
|
35
|
+
cursor: s-resize;
|
36
|
+
height: 7px;
|
37
|
+
width: 100%;
|
38
|
+
bottom: -5px;
|
39
|
+
left: 0;
|
40
|
+
}
|
41
|
+
.ui-resizable-e {
|
42
|
+
cursor: e-resize;
|
43
|
+
width: 7px;
|
44
|
+
right: -5px;
|
45
|
+
top: 0;
|
46
|
+
height: 100%;
|
47
|
+
}
|
48
|
+
.ui-resizable-w {
|
49
|
+
cursor: w-resize;
|
50
|
+
width: 7px;
|
51
|
+
left: -5px;
|
52
|
+
top: 0;
|
53
|
+
height: 100%;
|
54
|
+
}
|
55
|
+
.ui-resizable-se {
|
56
|
+
cursor: se-resize;
|
57
|
+
width: 12px;
|
58
|
+
height: 12px;
|
59
|
+
right: 1px;
|
60
|
+
bottom: 1px;
|
61
|
+
}
|
62
|
+
.ui-resizable-sw {
|
63
|
+
cursor: sw-resize;
|
64
|
+
width: 9px;
|
65
|
+
height: 9px;
|
66
|
+
left: -5px;
|
67
|
+
bottom: -5px;
|
68
|
+
}
|
69
|
+
.ui-resizable-nw {
|
70
|
+
cursor: nw-resize;
|
71
|
+
width: 9px;
|
72
|
+
height: 9px;
|
73
|
+
left: -5px;
|
74
|
+
top: -5px;
|
75
|
+
}
|
76
|
+
.ui-resizable-ne {
|
77
|
+
cursor: ne-resize;
|
78
|
+
width: 9px;
|
79
|
+
height: 9px;
|
80
|
+
right: -5px;
|
81
|
+
top: -5px;
|
82
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Selectable 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/Selectable#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-selectable-helper {
|
16
|
+
position: absolute;
|
17
|
+
z-index: 100;
|
18
|
+
border: 1px dotted black;
|
19
|
+
}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Slider 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/Slider#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-slider {
|
16
|
+
position: relative;
|
17
|
+
text-align: left;
|
18
|
+
}
|
19
|
+
.ui-slider .ui-slider-handle {
|
20
|
+
position: absolute;
|
21
|
+
z-index: 2;
|
22
|
+
width: 1.2em;
|
23
|
+
height: 1.2em;
|
24
|
+
cursor: default;
|
25
|
+
}
|
26
|
+
.ui-slider .ui-slider-range {
|
27
|
+
position: absolute;
|
28
|
+
z-index: 1;
|
29
|
+
font-size: .7em;
|
30
|
+
display: block;
|
31
|
+
border: 0;
|
32
|
+
background-position: 0 0;
|
33
|
+
}
|
34
|
+
|
35
|
+
/* For IE8 - See #6727 */
|
36
|
+
.ui-slider.ui-state-disabled .ui-slider-handle,
|
37
|
+
.ui-slider.ui-state-disabled .ui-slider-range {
|
38
|
+
filter: inherit;
|
39
|
+
}
|
40
|
+
|
41
|
+
.ui-slider-horizontal {
|
42
|
+
height: .8em;
|
43
|
+
}
|
44
|
+
.ui-slider-horizontal .ui-slider-handle {
|
45
|
+
top: -.3em;
|
46
|
+
margin-left: -.6em;
|
47
|
+
}
|
48
|
+
.ui-slider-horizontal .ui-slider-range {
|
49
|
+
top: 0;
|
50
|
+
height: 100%;
|
51
|
+
}
|
52
|
+
.ui-slider-horizontal .ui-slider-range-min {
|
53
|
+
left: 0;
|
54
|
+
}
|
55
|
+
.ui-slider-horizontal .ui-slider-range-max {
|
56
|
+
right: 0;
|
57
|
+
}
|
58
|
+
|
59
|
+
.ui-slider-vertical {
|
60
|
+
width: .8em;
|
61
|
+
height: 100px;
|
62
|
+
}
|
63
|
+
.ui-slider-vertical .ui-slider-handle {
|
64
|
+
left: -.3em;
|
65
|
+
margin-left: 0;
|
66
|
+
margin-bottom: -.6em;
|
67
|
+
}
|
68
|
+
.ui-slider-vertical .ui-slider-range {
|
69
|
+
left: 0;
|
70
|
+
width: 100%;
|
71
|
+
}
|
72
|
+
.ui-slider-vertical .ui-slider-range-min {
|
73
|
+
bottom: 0;
|
74
|
+
}
|
75
|
+
.ui-slider-vertical .ui-slider-range-max {
|
76
|
+
top: 0;
|
77
|
+
}
|
@@ -0,0 +1,70 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Spinner 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/Spinner#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.button
|
14
|
+
*= require jquery.ui.theme
|
15
|
+
*/
|
16
|
+
.ui-spinner {
|
17
|
+
position: relative;
|
18
|
+
display: inline-block;
|
19
|
+
overflow: hidden;
|
20
|
+
padding: 0;
|
21
|
+
vertical-align: middle;
|
22
|
+
}
|
23
|
+
.ui-spinner-input {
|
24
|
+
border: none;
|
25
|
+
background: none;
|
26
|
+
color: inherit;
|
27
|
+
padding: 0;
|
28
|
+
margin: .2em 0;
|
29
|
+
vertical-align: middle;
|
30
|
+
margin-left: .4em;
|
31
|
+
margin-right: 22px;
|
32
|
+
}
|
33
|
+
.ui-spinner-button {
|
34
|
+
width: 16px;
|
35
|
+
height: 50%;
|
36
|
+
font-size: .5em;
|
37
|
+
padding: 0;
|
38
|
+
margin: 0;
|
39
|
+
text-align: center;
|
40
|
+
position: absolute;
|
41
|
+
cursor: default;
|
42
|
+
display: block;
|
43
|
+
overflow: hidden;
|
44
|
+
right: 0;
|
45
|
+
}
|
46
|
+
/* more specificity required here to overide default borders */
|
47
|
+
.ui-spinner a.ui-spinner-button {
|
48
|
+
border-top: none;
|
49
|
+
border-bottom: none;
|
50
|
+
border-right: none;
|
51
|
+
}
|
52
|
+
/* vertical centre icon */
|
53
|
+
.ui-spinner .ui-icon {
|
54
|
+
position: absolute;
|
55
|
+
margin-top: -8px;
|
56
|
+
top: 50%;
|
57
|
+
left: 0;
|
58
|
+
}
|
59
|
+
.ui-spinner-up {
|
60
|
+
top: 0;
|
61
|
+
}
|
62
|
+
.ui-spinner-down {
|
63
|
+
bottom: 0;
|
64
|
+
}
|
65
|
+
|
66
|
+
/* TR overrides */
|
67
|
+
.ui-spinner .ui-icon-triangle-1-s {
|
68
|
+
/* need to fix icons sprite */
|
69
|
+
background-position: -65px -16px;
|
70
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Tabs 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/Tabs#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery.ui.core
|
13
|
+
*= require jquery.ui.theme
|
14
|
+
*/
|
15
|
+
.ui-tabs {
|
16
|
+
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
17
|
+
padding: .2em;
|
18
|
+
}
|
19
|
+
.ui-tabs .ui-tabs-nav {
|
20
|
+
margin: 0;
|
21
|
+
padding: .2em .2em 0;
|
22
|
+
}
|
23
|
+
.ui-tabs .ui-tabs-nav li {
|
24
|
+
list-style: none;
|
25
|
+
float: left;
|
26
|
+
position: relative;
|
27
|
+
top: 0;
|
28
|
+
margin: 1px .2em 0 0;
|
29
|
+
border-bottom-width: 0;
|
30
|
+
padding: 0;
|
31
|
+
white-space: nowrap;
|
32
|
+
}
|
33
|
+
.ui-tabs .ui-tabs-nav li a {
|
34
|
+
float: left;
|
35
|
+
padding: .5em 1em;
|
36
|
+
text-decoration: none;
|
37
|
+
}
|
38
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
39
|
+
margin-bottom: -1px;
|
40
|
+
padding-bottom: 1px;
|
41
|
+
}
|
42
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
|
43
|
+
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
44
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
|
45
|
+
cursor: text;
|
46
|
+
}
|
47
|
+
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
48
|
+
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
|
49
|
+
cursor: pointer;
|
50
|
+
}
|
51
|
+
.ui-tabs .ui-tabs-panel {
|
52
|
+
display: block;
|
53
|
+
border-width: 0;
|
54
|
+
padding: 1em 1.4em;
|
55
|
+
background: none;
|
56
|
+
}
|