jquery-ui-rails 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of jquery-ui-rails might be problematic. Click here for more details.

Files changed (137) hide show
  1. data/.gitignore +0 -1
  2. data/History.md +6 -0
  3. data/README.md +1 -0
  4. data/Rakefile +13 -2
  5. data/lib/jquery/ui/rails/version.rb +1 -1
  6. data/vendor/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  7. data/vendor/assets/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
  8. data/vendor/assets/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  9. data/vendor/assets/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  10. data/vendor/assets/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png +0 -0
  11. data/vendor/assets/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  12. data/vendor/assets/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  13. data/vendor/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  14. data/vendor/assets/images/jquery-ui/ui-icons_222222_256x240.png +0 -0
  15. data/vendor/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
  16. data/vendor/assets/images/jquery-ui/ui-icons_454545_256x240.png +0 -0
  17. data/vendor/assets/images/jquery-ui/ui-icons_888888_256x240.png +0 -0
  18. data/vendor/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
  19. data/vendor/assets/javascripts/jquery.effects.all.js +14 -0
  20. data/vendor/assets/javascripts/jquery.effects.blind.js +51 -0
  21. data/vendor/assets/javascripts/jquery.effects.bounce.js +80 -0
  22. data/vendor/assets/javascripts/jquery.effects.clip.js +56 -0
  23. data/vendor/assets/javascripts/jquery.effects.core.js +763 -0
  24. data/vendor/assets/javascripts/jquery.effects.drop.js +52 -0
  25. data/vendor/assets/javascripts/jquery.effects.explode.js +81 -0
  26. data/vendor/assets/javascripts/jquery.effects.fade.js +34 -0
  27. data/vendor/assets/javascripts/jquery.effects.fold.js +58 -0
  28. data/vendor/assets/javascripts/jquery.effects.highlight.js +52 -0
  29. data/vendor/assets/javascripts/jquery.effects.pulsate.js +53 -0
  30. data/vendor/assets/javascripts/jquery.effects.scale.js +180 -0
  31. data/vendor/assets/javascripts/jquery.effects.shake.js +59 -0
  32. data/vendor/assets/javascripts/jquery.effects.slide.js +52 -0
  33. data/vendor/assets/javascripts/jquery.effects.transfer.js +47 -0
  34. data/vendor/assets/javascripts/jquery.ui.accordion.js +614 -0
  35. data/vendor/assets/javascripts/jquery.ui.all.js +31 -0
  36. data/vendor/assets/javascripts/jquery.ui.autocomplete.js +635 -0
  37. data/vendor/assets/javascripts/jquery.ui.button.js +417 -0
  38. data/vendor/assets/javascripts/jquery.ui.core.js +321 -0
  39. data/vendor/assets/javascripts/jquery.ui.datepicker-af.js +25 -0
  40. data/vendor/assets/javascripts/jquery.ui.datepicker-ar-DZ.js +25 -0
  41. data/vendor/assets/javascripts/jquery.ui.datepicker-ar.js +25 -0
  42. data/vendor/assets/javascripts/jquery.ui.datepicker-az.js +25 -0
  43. data/vendor/assets/javascripts/jquery.ui.datepicker-bg.js +26 -0
  44. data/vendor/assets/javascripts/jquery.ui.datepicker-bs.js +25 -0
  45. data/vendor/assets/javascripts/jquery.ui.datepicker-ca.js +25 -0
  46. data/vendor/assets/javascripts/jquery.ui.datepicker-cs.js +25 -0
  47. data/vendor/assets/javascripts/jquery.ui.datepicker-cy-GB.js +25 -0
  48. data/vendor/assets/javascripts/jquery.ui.datepicker-da.js +25 -0
  49. data/vendor/assets/javascripts/jquery.ui.datepicker-de.js +25 -0
  50. data/vendor/assets/javascripts/jquery.ui.datepicker-el.js +25 -0
  51. data/vendor/assets/javascripts/jquery.ui.datepicker-en-AU.js +25 -0
  52. data/vendor/assets/javascripts/jquery.ui.datepicker-en-GB.js +25 -0
  53. data/vendor/assets/javascripts/jquery.ui.datepicker-en-NZ.js +25 -0
  54. data/vendor/assets/javascripts/jquery.ui.datepicker-eo.js +25 -0
  55. data/vendor/assets/javascripts/jquery.ui.datepicker-es.js +25 -0
  56. data/vendor/assets/javascripts/jquery.ui.datepicker-et.js +25 -0
  57. data/vendor/assets/javascripts/jquery.ui.datepicker-eu.js +25 -0
  58. data/vendor/assets/javascripts/jquery.ui.datepicker-fa.js +61 -0
  59. data/vendor/assets/javascripts/jquery.ui.datepicker-fi.js +25 -0
  60. data/vendor/assets/javascripts/jquery.ui.datepicker-fo.js +25 -0
  61. data/vendor/assets/javascripts/jquery.ui.datepicker-fr-CH.js +25 -0
  62. data/vendor/assets/javascripts/jquery.ui.datepicker-fr.js +27 -0
  63. data/vendor/assets/javascripts/jquery.ui.datepicker-ge.js +23 -0
  64. data/vendor/assets/javascripts/jquery.ui.datepicker-gl.js +25 -0
  65. data/vendor/assets/javascripts/jquery.ui.datepicker-he.js +25 -0
  66. data/vendor/assets/javascripts/jquery.ui.datepicker-hi.js +25 -0
  67. data/vendor/assets/javascripts/jquery.ui.datepicker-hr.js +25 -0
  68. data/vendor/assets/javascripts/jquery.ui.datepicker-hu.js +25 -0
  69. data/vendor/assets/javascripts/jquery.ui.datepicker-hy.js +25 -0
  70. data/vendor/assets/javascripts/jquery.ui.datepicker-id.js +25 -0
  71. data/vendor/assets/javascripts/jquery.ui.datepicker-is.js +25 -0
  72. data/vendor/assets/javascripts/jquery.ui.datepicker-it.js +25 -0
  73. data/vendor/assets/javascripts/jquery.ui.datepicker-ja.js +25 -0
  74. data/vendor/assets/javascripts/jquery.ui.datepicker-kk.js +25 -0
  75. data/vendor/assets/javascripts/jquery.ui.datepicker-km.js +25 -0
  76. data/vendor/assets/javascripts/jquery.ui.datepicker-ko.js +25 -0
  77. data/vendor/assets/javascripts/jquery.ui.datepicker-lb.js +25 -0
  78. data/vendor/assets/javascripts/jquery.ui.datepicker-lt.js +25 -0
  79. data/vendor/assets/javascripts/jquery.ui.datepicker-lv.js +25 -0
  80. data/vendor/assets/javascripts/jquery.ui.datepicker-mk.js +25 -0
  81. data/vendor/assets/javascripts/jquery.ui.datepicker-ml.js +25 -0
  82. data/vendor/assets/javascripts/jquery.ui.datepicker-ms.js +25 -0
  83. data/vendor/assets/javascripts/jquery.ui.datepicker-nl-BE.js +25 -0
  84. data/vendor/assets/javascripts/jquery.ui.datepicker-nl.js +25 -0
  85. data/vendor/assets/javascripts/jquery.ui.datepicker-no.js +25 -0
  86. data/vendor/assets/javascripts/jquery.ui.datepicker-pl.js +25 -0
  87. data/vendor/assets/javascripts/jquery.ui.datepicker-pt-BR.js +25 -0
  88. data/vendor/assets/javascripts/jquery.ui.datepicker-pt.js +24 -0
  89. data/vendor/assets/javascripts/jquery.ui.datepicker-rm.js +23 -0
  90. data/vendor/assets/javascripts/jquery.ui.datepicker-ro.js +28 -0
  91. data/vendor/assets/javascripts/jquery.ui.datepicker-ru.js +25 -0
  92. data/vendor/assets/javascripts/jquery.ui.datepicker-sk.js +25 -0
  93. data/vendor/assets/javascripts/jquery.ui.datepicker-sl.js +26 -0
  94. data/vendor/assets/javascripts/jquery.ui.datepicker-sq.js +25 -0
  95. data/vendor/assets/javascripts/jquery.ui.datepicker-sr-SR.js +25 -0
  96. data/vendor/assets/javascripts/jquery.ui.datepicker-sr.js +25 -0
  97. data/vendor/assets/javascripts/jquery.ui.datepicker-sv.js +25 -0
  98. data/vendor/assets/javascripts/jquery.ui.datepicker-ta.js +25 -0
  99. data/vendor/assets/javascripts/jquery.ui.datepicker-th.js +25 -0
  100. data/vendor/assets/javascripts/jquery.ui.datepicker-tj.js +25 -0
  101. data/vendor/assets/javascripts/jquery.ui.datepicker-tr.js +25 -0
  102. data/vendor/assets/javascripts/jquery.ui.datepicker-uk.js +26 -0
  103. data/vendor/assets/javascripts/jquery.ui.datepicker-vi.js +25 -0
  104. data/vendor/assets/javascripts/jquery.ui.datepicker-zh-CN.js +25 -0
  105. data/vendor/assets/javascripts/jquery.ui.datepicker-zh-HK.js +25 -0
  106. data/vendor/assets/javascripts/jquery.ui.datepicker-zh-TW.js +25 -0
  107. data/vendor/assets/javascripts/jquery.ui.datepicker.js +1826 -0
  108. data/vendor/assets/javascripts/jquery.ui.dialog.js +882 -0
  109. data/vendor/assets/javascripts/jquery.ui.draggable.js +835 -0
  110. data/vendor/assets/javascripts/jquery.ui.droppable.js +301 -0
  111. data/vendor/assets/javascripts/jquery.ui.mouse.js +168 -0
  112. data/vendor/assets/javascripts/jquery.ui.position.js +298 -0
  113. data/vendor/assets/javascripts/jquery.ui.progressbar.js +112 -0
  114. data/vendor/assets/javascripts/jquery.ui.resizable.js +811 -0
  115. data/vendor/assets/javascripts/jquery.ui.selectable.js +271 -0
  116. data/vendor/assets/javascripts/jquery.ui.slider.js +666 -0
  117. data/vendor/assets/javascripts/jquery.ui.sortable.js +1085 -0
  118. data/vendor/assets/javascripts/jquery.ui.tabs.js +760 -0
  119. data/vendor/assets/javascripts/jquery.ui.widget.js +272 -0
  120. data/vendor/assets/stylesheets/jquery.ui.accordion.css.erb +23 -0
  121. data/vendor/assets/stylesheets/jquery.ui.all.css.erb +13 -0
  122. data/vendor/assets/stylesheets/jquery.ui.autocomplete.css.erb +57 -0
  123. data/vendor/assets/stylesheets/jquery.ui.base.css.erb +23 -0
  124. data/vendor/assets/stylesheets/jquery.ui.button.css.erb +42 -0
  125. data/vendor/assets/stylesheets/jquery.ui.core.css.erb +38 -0
  126. data/vendor/assets/stylesheets/jquery.ui.datepicker.css.erb +72 -0
  127. data/vendor/assets/stylesheets/jquery.ui.dialog.css.erb +25 -0
  128. data/vendor/assets/stylesheets/jquery.ui.progressbar.css.erb +15 -0
  129. data/vendor/assets/stylesheets/jquery.ui.resizable.css.erb +24 -0
  130. data/vendor/assets/stylesheets/jquery.ui.selectable.css.erb +14 -0
  131. data/vendor/assets/stylesheets/jquery.ui.slider.css.erb +28 -0
  132. data/vendor/assets/stylesheets/jquery.ui.tabs.css.erb +22 -0
  133. data/vendor/assets/stylesheets/jquery.ui.theme.css.erb +250 -0
  134. metadata +111 -113
  135. data/jquery-ui/GPL-LICENSE.txt +0 -278
  136. data/jquery-ui/MIT-LICENSE.txt +0 -25
  137. data/jquery-ui/package.json +0 -36
@@ -0,0 +1,272 @@
1
+ /*!
2
+ * jQuery UI Widget 1.8.20
3
+ *
4
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Widget
9
+ */
10
+ (function( $, undefined ) {
11
+
12
+ // jQuery 1.4+
13
+ if ( $.cleanData ) {
14
+ var _cleanData = $.cleanData;
15
+ $.cleanData = function( elems ) {
16
+ for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) {
17
+ try {
18
+ $( elem ).triggerHandler( "remove" );
19
+ // http://bugs.jquery.com/ticket/8235
20
+ } catch( e ) {}
21
+ }
22
+ _cleanData( elems );
23
+ };
24
+ } else {
25
+ var _remove = $.fn.remove;
26
+ $.fn.remove = function( selector, keepData ) {
27
+ return this.each(function() {
28
+ if ( !keepData ) {
29
+ if ( !selector || $.filter( selector, [ this ] ).length ) {
30
+ $( "*", this ).add( [ this ] ).each(function() {
31
+ try {
32
+ $( this ).triggerHandler( "remove" );
33
+ // http://bugs.jquery.com/ticket/8235
34
+ } catch( e ) {}
35
+ });
36
+ }
37
+ }
38
+ return _remove.call( $(this), selector, keepData );
39
+ });
40
+ };
41
+ }
42
+
43
+ $.widget = function( name, base, prototype ) {
44
+ var namespace = name.split( "." )[ 0 ],
45
+ fullName;
46
+ name = name.split( "." )[ 1 ];
47
+ fullName = namespace + "-" + name;
48
+
49
+ if ( !prototype ) {
50
+ prototype = base;
51
+ base = $.Widget;
52
+ }
53
+
54
+ // create selector for plugin
55
+ $.expr[ ":" ][ fullName ] = function( elem ) {
56
+ return !!$.data( elem, name );
57
+ };
58
+
59
+ $[ namespace ] = $[ namespace ] || {};
60
+ $[ namespace ][ name ] = function( options, element ) {
61
+ // allow instantiation without initializing for simple inheritance
62
+ if ( arguments.length ) {
63
+ this._createWidget( options, element );
64
+ }
65
+ };
66
+
67
+ var basePrototype = new base();
68
+ // we need to make the options hash a property directly on the new instance
69
+ // otherwise we'll modify the options hash on the prototype that we're
70
+ // inheriting from
71
+ // $.each( basePrototype, function( key, val ) {
72
+ // if ( $.isPlainObject(val) ) {
73
+ // basePrototype[ key ] = $.extend( {}, val );
74
+ // }
75
+ // });
76
+ basePrototype.options = $.extend( true, {}, basePrototype.options );
77
+ $[ namespace ][ name ].prototype = $.extend( true, basePrototype, {
78
+ namespace: namespace,
79
+ widgetName: name,
80
+ widgetEventPrefix: $[ namespace ][ name ].prototype.widgetEventPrefix || name,
81
+ widgetBaseClass: fullName
82
+ }, prototype );
83
+
84
+ $.widget.bridge( name, $[ namespace ][ name ] );
85
+ };
86
+
87
+ $.widget.bridge = function( name, object ) {
88
+ $.fn[ name ] = function( options ) {
89
+ var isMethodCall = typeof options === "string",
90
+ args = Array.prototype.slice.call( arguments, 1 ),
91
+ returnValue = this;
92
+
93
+ // allow multiple hashes to be passed on init
94
+ options = !isMethodCall && args.length ?
95
+ $.extend.apply( null, [ true, options ].concat(args) ) :
96
+ options;
97
+
98
+ // prevent calls to internal methods
99
+ if ( isMethodCall && options.charAt( 0 ) === "_" ) {
100
+ return returnValue;
101
+ }
102
+
103
+ if ( isMethodCall ) {
104
+ this.each(function() {
105
+ var instance = $.data( this, name ),
106
+ methodValue = instance && $.isFunction( instance[options] ) ?
107
+ instance[ options ].apply( instance, args ) :
108
+ instance;
109
+ // TODO: add this back in 1.9 and use $.error() (see #5972)
110
+ // if ( !instance ) {
111
+ // throw "cannot call methods on " + name + " prior to initialization; " +
112
+ // "attempted to call method '" + options + "'";
113
+ // }
114
+ // if ( !$.isFunction( instance[options] ) ) {
115
+ // throw "no such method '" + options + "' for " + name + " widget instance";
116
+ // }
117
+ // var methodValue = instance[ options ].apply( instance, args );
118
+ if ( methodValue !== instance && methodValue !== undefined ) {
119
+ returnValue = methodValue;
120
+ return false;
121
+ }
122
+ });
123
+ } else {
124
+ this.each(function() {
125
+ var instance = $.data( this, name );
126
+ if ( instance ) {
127
+ instance.option( options || {} )._init();
128
+ } else {
129
+ $.data( this, name, new object( options, this ) );
130
+ }
131
+ });
132
+ }
133
+
134
+ return returnValue;
135
+ };
136
+ };
137
+
138
+ $.Widget = function( options, element ) {
139
+ // allow instantiation without initializing for simple inheritance
140
+ if ( arguments.length ) {
141
+ this._createWidget( options, element );
142
+ }
143
+ };
144
+
145
+ $.Widget.prototype = {
146
+ widgetName: "widget",
147
+ widgetEventPrefix: "",
148
+ options: {
149
+ disabled: false
150
+ },
151
+ _createWidget: function( options, element ) {
152
+ // $.widget.bridge stores the plugin instance, but we do it anyway
153
+ // so that it's stored even before the _create function runs
154
+ $.data( element, this.widgetName, this );
155
+ this.element = $( element );
156
+ this.options = $.extend( true, {},
157
+ this.options,
158
+ this._getCreateOptions(),
159
+ options );
160
+
161
+ var self = this;
162
+ this.element.bind( "remove." + this.widgetName, function() {
163
+ self.destroy();
164
+ });
165
+
166
+ this._create();
167
+ this._trigger( "create" );
168
+ this._init();
169
+ },
170
+ _getCreateOptions: function() {
171
+ return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ];
172
+ },
173
+ _create: function() {},
174
+ _init: function() {},
175
+
176
+ destroy: function() {
177
+ this.element
178
+ .unbind( "." + this.widgetName )
179
+ .removeData( this.widgetName );
180
+ this.widget()
181
+ .unbind( "." + this.widgetName )
182
+ .removeAttr( "aria-disabled" )
183
+ .removeClass(
184
+ this.widgetBaseClass + "-disabled " +
185
+ "ui-state-disabled" );
186
+ },
187
+
188
+ widget: function() {
189
+ return this.element;
190
+ },
191
+
192
+ option: function( key, value ) {
193
+ var options = key;
194
+
195
+ if ( arguments.length === 0 ) {
196
+ // don't return a reference to the internal hash
197
+ return $.extend( {}, this.options );
198
+ }
199
+
200
+ if (typeof key === "string" ) {
201
+ if ( value === undefined ) {
202
+ return this.options[ key ];
203
+ }
204
+ options = {};
205
+ options[ key ] = value;
206
+ }
207
+
208
+ this._setOptions( options );
209
+
210
+ return this;
211
+ },
212
+ _setOptions: function( options ) {
213
+ var self = this;
214
+ $.each( options, function( key, value ) {
215
+ self._setOption( key, value );
216
+ });
217
+
218
+ return this;
219
+ },
220
+ _setOption: function( key, value ) {
221
+ this.options[ key ] = value;
222
+
223
+ if ( key === "disabled" ) {
224
+ this.widget()
225
+ [ value ? "addClass" : "removeClass"](
226
+ this.widgetBaseClass + "-disabled" + " " +
227
+ "ui-state-disabled" )
228
+ .attr( "aria-disabled", value );
229
+ }
230
+
231
+ return this;
232
+ },
233
+
234
+ enable: function() {
235
+ return this._setOption( "disabled", false );
236
+ },
237
+ disable: function() {
238
+ return this._setOption( "disabled", true );
239
+ },
240
+
241
+ _trigger: function( type, event, data ) {
242
+ var prop, orig,
243
+ callback = this.options[ type ];
244
+
245
+ data = data || {};
246
+ event = $.Event( event );
247
+ event.type = ( type === this.widgetEventPrefix ?
248
+ type :
249
+ this.widgetEventPrefix + type ).toLowerCase();
250
+ // the original event may come from any element
251
+ // so we need to reset the target on the new event
252
+ event.target = this.element[ 0 ];
253
+
254
+ // copy original event properties over to the new event
255
+ orig = event.originalEvent;
256
+ if ( orig ) {
257
+ for ( prop in orig ) {
258
+ if ( !( prop in event ) ) {
259
+ event[ prop ] = orig[ prop ];
260
+ }
261
+ }
262
+ }
263
+
264
+ this.element.trigger( event, data );
265
+
266
+ return !( $.isFunction(callback) &&
267
+ callback.call( this.element[0], event, data ) === false ||
268
+ event.isDefaultPrevented() );
269
+ }
270
+ };
271
+
272
+ })( jQuery );
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * jQuery UI Accordion 1.8.20
3
+ *
4
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Accordion#theming
9
+ */
10
+ /*
11
+ *= require jquery.ui.core
12
+ *= require jquery.ui.theme
13
+ */
14
+ /* IE/Win - Fix animation bug - #4615 */
15
+ .ui-accordion { width: 100%; }
16
+ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
17
+ .ui-accordion .ui-accordion-li-fix { display: inline; }
18
+ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
19
+ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
20
+ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
21
+ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
22
+ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
23
+ .ui-accordion .ui-accordion-content-active { display: block; }
@@ -0,0 +1,13 @@
1
+ /*!
2
+ * jQuery UI CSS Framework 1.8.20
3
+ *
4
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Theming
9
+ */
10
+ /*
11
+ *= require jquery.ui.base
12
+ *= require jquery.ui.theme
13
+ */
@@ -0,0 +1,57 @@
1
+ /*!
2
+ * jQuery UI Autocomplete 1.8.20
3
+ *
4
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Autocomplete#theming
9
+ */
10
+ /*
11
+ *= require jquery.ui.core
12
+ *= require jquery.ui.theme
13
+ */
14
+ .ui-autocomplete { position: absolute; cursor: default; }
15
+
16
+ /* workarounds */
17
+ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
18
+
19
+ /*
20
+ * jQuery UI Menu 1.8.20
21
+ *
22
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
23
+ * Dual licensed under the MIT or GPL Version 2 licenses.
24
+ * http://jquery.org/license
25
+ *
26
+ * http://docs.jquery.com/UI/Menu#theming
27
+ */
28
+ .ui-menu {
29
+ list-style:none;
30
+ padding: 2px;
31
+ margin: 0;
32
+ display:block;
33
+ float: left;
34
+ }
35
+ .ui-menu .ui-menu {
36
+ margin-top: -3px;
37
+ }
38
+ .ui-menu .ui-menu-item {
39
+ margin:0;
40
+ padding: 0;
41
+ zoom: 1;
42
+ float: left;
43
+ clear: left;
44
+ width: 100%;
45
+ }
46
+ .ui-menu .ui-menu-item a {
47
+ text-decoration:none;
48
+ display:block;
49
+ padding:.2em .4em;
50
+ line-height:1.5;
51
+ zoom:1;
52
+ }
53
+ .ui-menu .ui-menu-item a.ui-state-hover,
54
+ .ui-menu .ui-menu-item a.ui-state-active {
55
+ font-weight: normal;
56
+ margin: -1px;
57
+ }
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * jQuery UI CSS Framework 1.8.20
3
+ *
4
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Theming
9
+ */
10
+ /*
11
+ *= require jquery.ui.core
12
+
13
+ *= require jquery.ui.accordion
14
+ *= require jquery.ui.autocomplete
15
+ *= require jquery.ui.button
16
+ *= require jquery.ui.datepicker
17
+ *= require jquery.ui.dialog
18
+ *= require jquery.ui.progressbar
19
+ *= require jquery.ui.resizable
20
+ *= require jquery.ui.selectable
21
+ *= require jquery.ui.slider
22
+ *= require jquery.ui.tabs
23
+ */
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * jQuery UI Button 1.8.20
3
+ *
4
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Button#theming
9
+ */
10
+ /*
11
+ *= require jquery.ui.core
12
+ *= require jquery.ui.theme
13
+ */
14
+ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
15
+ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
16
+ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
17
+ .ui-button-icons-only { width: 3.4em; }
18
+ button.ui-button-icons-only { width: 3.7em; }
19
+
20
+ /*button text element */
21
+ .ui-button .ui-button-text { display: block; line-height: 1.4; }
22
+ .ui-button-text-only .ui-button-text { padding: .4em 1em; }
23
+ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
24
+ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
25
+ .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
26
+ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
27
+ /* no icon support for input elements, provide padding by default */
28
+ input.ui-button { padding: .4em 1em; }
29
+
30
+ /*button icon element(s) */
31
+ .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 { position: absolute; top: 50%; margin-top: -8px; }
32
+ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
33
+ .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 { left: .5em; }
34
+ .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 { right: .5em; }
35
+ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
36
+
37
+ /*button sets*/
38
+ .ui-buttonset { margin-right: 7px; }
39
+ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
40
+
41
+ /* workarounds */
42
+ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
@@ -0,0 +1,38 @@
1
+ /*!
2
+ * jQuery UI CSS Framework 1.8.20
3
+ *
4
+ * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Theming/API
9
+ */
10
+
11
+ /* Layout helpers
12
+ ----------------------------------*/
13
+ .ui-helper-hidden { display: none; }
14
+ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
+ .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
17
+ .ui-helper-clearfix:after { clear: both; }
18
+ .ui-helper-clearfix { zoom: 1; }
19
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
20
+
21
+
22
+ /* Interaction Cues
23
+ ----------------------------------*/
24
+ .ui-state-disabled { cursor: default !important; }
25
+
26
+
27
+ /* Icons
28
+ ----------------------------------*/
29
+
30
+ /* states and images */
31
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
32
+
33
+
34
+ /* Misc visuals
35
+ ----------------------------------*/
36
+
37
+ /* Overlays */
38
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }