jquery-ui-middleman 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +2 -0
  3. data/.gitmodules +3 -0
  4. data/.travis.yml +2 -0
  5. data/Gemfile +3 -0
  6. data/History.md +115 -0
  7. data/License.txt +2 -0
  8. data/README.md +226 -0
  9. data/Rakefile +221 -0
  10. data/VERSIONS.md +27 -0
  11. data/app/assets/images/jquery-ui/animated-overlay.gif +0 -0
  12. data/app/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  13. data/app/assets/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
  14. data/app/assets/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  15. data/app/assets/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  16. data/app/assets/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png +0 -0
  17. data/app/assets/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  18. data/app/assets/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  19. data/app/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  20. data/app/assets/images/jquery-ui/ui-icons_222222_256x240.png +0 -0
  21. data/app/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
  22. data/app/assets/images/jquery-ui/ui-icons_454545_256x240.png +0 -0
  23. data/app/assets/images/jquery-ui/ui-icons_888888_256x240.png +0 -0
  24. data/app/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
  25. data/app/assets/javascripts/jquery.ui.accordion.js +575 -0
  26. data/app/assets/javascripts/jquery.ui.all.js +34 -0
  27. data/app/assets/javascripts/jquery.ui.autocomplete.js +615 -0
  28. data/app/assets/javascripts/jquery.ui.button.js +422 -0
  29. data/app/assets/javascripts/jquery.ui.core.js +320 -0
  30. data/app/assets/javascripts/jquery.ui.datepicker-af.js +23 -0
  31. data/app/assets/javascripts/jquery.ui.datepicker-ar-DZ.js +23 -0
  32. data/app/assets/javascripts/jquery.ui.datepicker-ar.js +23 -0
  33. data/app/assets/javascripts/jquery.ui.datepicker-az.js +23 -0
  34. data/app/assets/javascripts/jquery.ui.datepicker-be.js +23 -0
  35. data/app/assets/javascripts/jquery.ui.datepicker-bg.js +24 -0
  36. data/app/assets/javascripts/jquery.ui.datepicker-bs.js +23 -0
  37. data/app/assets/javascripts/jquery.ui.datepicker-ca.js +23 -0
  38. data/app/assets/javascripts/jquery.ui.datepicker-cs.js +23 -0
  39. data/app/assets/javascripts/jquery.ui.datepicker-cy-GB.js +23 -0
  40. data/app/assets/javascripts/jquery.ui.datepicker-da.js +23 -0
  41. data/app/assets/javascripts/jquery.ui.datepicker-de.js +23 -0
  42. data/app/assets/javascripts/jquery.ui.datepicker-el.js +23 -0
  43. data/app/assets/javascripts/jquery.ui.datepicker-en-AU.js +23 -0
  44. data/app/assets/javascripts/jquery.ui.datepicker-en-GB.js +23 -0
  45. data/app/assets/javascripts/jquery.ui.datepicker-en-NZ.js +23 -0
  46. data/app/assets/javascripts/jquery.ui.datepicker-eo.js +23 -0
  47. data/app/assets/javascripts/jquery.ui.datepicker-es.js +23 -0
  48. data/app/assets/javascripts/jquery.ui.datepicker-et.js +23 -0
  49. data/app/assets/javascripts/jquery.ui.datepicker-eu.js +23 -0
  50. data/app/assets/javascripts/jquery.ui.datepicker-fa.js +59 -0
  51. data/app/assets/javascripts/jquery.ui.datepicker-fi.js +23 -0
  52. data/app/assets/javascripts/jquery.ui.datepicker-fo.js +23 -0
  53. data/app/assets/javascripts/jquery.ui.datepicker-fr-CA.js +23 -0
  54. data/app/assets/javascripts/jquery.ui.datepicker-fr-CH.js +23 -0
  55. data/app/assets/javascripts/jquery.ui.datepicker-fr.js +25 -0
  56. data/app/assets/javascripts/jquery.ui.datepicker-gl.js +23 -0
  57. data/app/assets/javascripts/jquery.ui.datepicker-he.js +23 -0
  58. data/app/assets/javascripts/jquery.ui.datepicker-hi.js +23 -0
  59. data/app/assets/javascripts/jquery.ui.datepicker-hr.js +23 -0
  60. data/app/assets/javascripts/jquery.ui.datepicker-hu.js +23 -0
  61. data/app/assets/javascripts/jquery.ui.datepicker-hy.js +23 -0
  62. data/app/assets/javascripts/jquery.ui.datepicker-id.js +23 -0
  63. data/app/assets/javascripts/jquery.ui.datepicker-is.js +23 -0
  64. data/app/assets/javascripts/jquery.ui.datepicker-it.js +23 -0
  65. data/app/assets/javascripts/jquery.ui.datepicker-ja.js +23 -0
  66. data/app/assets/javascripts/jquery.ui.datepicker-ka.js +21 -0
  67. data/app/assets/javascripts/jquery.ui.datepicker-kk.js +23 -0
  68. data/app/assets/javascripts/jquery.ui.datepicker-km.js +23 -0
  69. data/app/assets/javascripts/jquery.ui.datepicker-ko.js +23 -0
  70. data/app/assets/javascripts/jquery.ui.datepicker-ky.js +24 -0
  71. data/app/assets/javascripts/jquery.ui.datepicker-lb.js +23 -0
  72. data/app/assets/javascripts/jquery.ui.datepicker-lt.js +23 -0
  73. data/app/assets/javascripts/jquery.ui.datepicker-lv.js +23 -0
  74. data/app/assets/javascripts/jquery.ui.datepicker-mk.js +23 -0
  75. data/app/assets/javascripts/jquery.ui.datepicker-ml.js +23 -0
  76. data/app/assets/javascripts/jquery.ui.datepicker-ms.js +23 -0
  77. data/app/assets/javascripts/jquery.ui.datepicker-nb.js +22 -0
  78. data/app/assets/javascripts/jquery.ui.datepicker-nl-BE.js +23 -0
  79. data/app/assets/javascripts/jquery.ui.datepicker-nl.js +23 -0
  80. data/app/assets/javascripts/jquery.ui.datepicker-nn.js +22 -0
  81. data/app/assets/javascripts/jquery.ui.datepicker-no.js +23 -0
  82. data/app/assets/javascripts/jquery.ui.datepicker-pl.js +23 -0
  83. data/app/assets/javascripts/jquery.ui.datepicker-pt-BR.js +23 -0
  84. data/app/assets/javascripts/jquery.ui.datepicker-pt.js +22 -0
  85. data/app/assets/javascripts/jquery.ui.datepicker-rm.js +21 -0
  86. data/app/assets/javascripts/jquery.ui.datepicker-ro.js +26 -0
  87. data/app/assets/javascripts/jquery.ui.datepicker-ru.js +23 -0
  88. data/app/assets/javascripts/jquery.ui.datepicker-sk.js +23 -0
  89. data/app/assets/javascripts/jquery.ui.datepicker-sl.js +24 -0
  90. data/app/assets/javascripts/jquery.ui.datepicker-sq.js +23 -0
  91. data/app/assets/javascripts/jquery.ui.datepicker-sr-SR.js +23 -0
  92. data/app/assets/javascripts/jquery.ui.datepicker-sr.js +23 -0
  93. data/app/assets/javascripts/jquery.ui.datepicker-sv.js +23 -0
  94. data/app/assets/javascripts/jquery.ui.datepicker-ta.js +23 -0
  95. data/app/assets/javascripts/jquery.ui.datepicker-th.js +23 -0
  96. data/app/assets/javascripts/jquery.ui.datepicker-tj.js +23 -0
  97. data/app/assets/javascripts/jquery.ui.datepicker-tr.js +23 -0
  98. data/app/assets/javascripts/jquery.ui.datepicker-uk.js +24 -0
  99. data/app/assets/javascripts/jquery.ui.datepicker-vi.js +23 -0
  100. data/app/assets/javascripts/jquery.ui.datepicker-zh-CN.js +23 -0
  101. data/app/assets/javascripts/jquery.ui.datepicker-zh-HK.js +23 -0
  102. data/app/assets/javascripts/jquery.ui.datepicker-zh-TW.js +23 -0
  103. data/app/assets/javascripts/jquery.ui.datepicker.js +2040 -0
  104. data/app/assets/javascripts/jquery.ui.dialog.js +815 -0
  105. data/app/assets/javascripts/jquery.ui.draggable.js +962 -0
  106. data/app/assets/javascripts/jquery.ui.droppable.js +377 -0
  107. data/app/assets/javascripts/jquery.ui.effect-blind.js +84 -0
  108. data/app/assets/javascripts/jquery.ui.effect-bounce.js +115 -0
  109. data/app/assets/javascripts/jquery.ui.effect-clip.js +69 -0
  110. data/app/assets/javascripts/jquery.ui.effect-drop.js +67 -0
  111. data/app/assets/javascripts/jquery.ui.effect-explode.js +99 -0
  112. data/app/assets/javascripts/jquery.ui.effect-fade.js +32 -0
  113. data/app/assets/javascripts/jquery.ui.effect-fold.js +78 -0
  114. data/app/assets/javascripts/jquery.ui.effect-highlight.js +52 -0
  115. data/app/assets/javascripts/jquery.ui.effect-pulsate.js +65 -0
  116. data/app/assets/javascripts/jquery.ui.effect-scale.js +320 -0
  117. data/app/assets/javascripts/jquery.ui.effect-shake.js +76 -0
  118. data/app/assets/javascripts/jquery.ui.effect-slide.js +66 -0
  119. data/app/assets/javascripts/jquery.ui.effect-transfer.js +49 -0
  120. data/app/assets/javascripts/jquery.ui.effect.all.js +14 -0
  121. data/app/assets/javascripts/jquery.ui.effect.js +1289 -0
  122. data/app/assets/javascripts/jquery.ui.menu.js +625 -0
  123. data/app/assets/javascripts/jquery.ui.mouse.js +172 -0
  124. data/app/assets/javascripts/jquery.ui.position.js +497 -0
  125. data/app/assets/javascripts/jquery.ui.progressbar.js +148 -0
  126. data/app/assets/javascripts/jquery.ui.resizable.js +972 -0
  127. data/app/assets/javascripts/jquery.ui.selectable.js +281 -0
  128. data/app/assets/javascripts/jquery.ui.slider.js +676 -0
  129. data/app/assets/javascripts/jquery.ui.sortable.js +1289 -0
  130. data/app/assets/javascripts/jquery.ui.spinner.js +497 -0
  131. data/app/assets/javascripts/jquery.ui.tabs.js +849 -0
  132. data/app/assets/javascripts/jquery.ui.tooltip.js +406 -0
  133. data/app/assets/javascripts/jquery.ui.widget.js +521 -0
  134. data/app/assets/stylesheets/jquery.ui.accordion.css.erb +42 -0
  135. data/app/assets/stylesheets/jquery.ui.all.css.erb +14 -0
  136. data/app/assets/stylesheets/jquery.ui.autocomplete.css.erb +21 -0
  137. data/app/assets/stylesheets/jquery.ui.base.css.erb +27 -0
  138. data/app/assets/stylesheets/jquery.ui.button.css.erb +118 -0
  139. data/app/assets/stylesheets/jquery.ui.core.css.erb +93 -0
  140. data/app/assets/stylesheets/jquery.ui.datepicker.css.erb +182 -0
  141. data/app/assets/stylesheets/jquery.ui.dialog.css.erb +75 -0
  142. data/app/assets/stylesheets/jquery.ui.menu.css.erb +83 -0
  143. data/app/assets/stylesheets/jquery.ui.progressbar.css.erb +32 -0
  144. data/app/assets/stylesheets/jquery.ui.resizable.css.erb +82 -0
  145. data/app/assets/stylesheets/jquery.ui.selectable.css.erb +19 -0
  146. data/app/assets/stylesheets/jquery.ui.slider.css.erb +77 -0
  147. data/app/assets/stylesheets/jquery.ui.spinner.css.erb +70 -0
  148. data/app/assets/stylesheets/jquery.ui.tabs.css.erb +56 -0
  149. data/app/assets/stylesheets/jquery.ui.theme.css.erb +409 -0
  150. data/app/assets/stylesheets/jquery.ui.tooltip.css.erb +23 -0
  151. data/lib/jquery-ui-middleman.rb +1 -0
  152. data/lib/jquery/ui/version.rb +6 -0
  153. 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
+ }