jquery-ui-sass-rails 4.0.2.1 → 4.0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.md +9 -1
- data/README.md +1 -1
- data/app/assets/stylesheets/jquery.ui.accordion.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.all.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.autocomplete.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.base.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.button.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.datepicker.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.dialog.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.menu.css.scss +3 -1
- data/app/assets/stylesheets/jquery.ui.progressbar.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.resizable.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.selectable.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.slider.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.spinner.css.scss +1 -1
- data/app/assets/stylesheets/jquery.ui.tabs.css.scss +2 -2
- data/app/assets/stylesheets/jquery.ui.theme.css.scss +2 -2
- data/app/assets/stylesheets/jquery.ui.tooltip.css.scss +1 -1
- data/lib/jquery/ui/sass/rails/version.rb +2 -2
- metadata +5 -8
data/History.md
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# jquery-ui-sass-rails
|
2
2
|
|
3
|
-
This gem packages the jQuery UI 1.10.
|
3
|
+
This gem packages the jQuery UI 1.10.3 stylesheets in **Sass format (SCSS syntax)** for the Rails 3.1+ [asset
|
4
4
|
pipeline](http://guides.rubyonrails.org/asset_pipeline.html).
|
5
5
|
|
6
6
|
It complements the [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) gem, which already packages all the plain jQuery UI assets (javascript, css, images), by additionally providing the jQuery UI stylesheets in Sass format allowing much easier customization through Sass variables. It overwrites the plain CSS stylesheets from `jquery-ui-rails` and leaves everything else untouched.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Menu 1.10.
|
2
|
+
* jQuery UI Menu 1.10.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright 2013 jQuery Foundation and other contributors
|
@@ -24,6 +24,8 @@
|
|
24
24
|
margin: 0;
|
25
25
|
padding: 0;
|
26
26
|
width: 100%;
|
27
|
+
/* support: IE10, see #8844 */
|
28
|
+
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
27
29
|
}
|
28
30
|
.ui-menu .ui-menu-divider {
|
29
31
|
margin: 5px -2px 5px -2px;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Tabs 1.10.
|
2
|
+
* jQuery UI Tabs 1.10.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright 2013 jQuery Foundation and other contributors
|
@@ -23,7 +23,7 @@
|
|
23
23
|
position: relative;
|
24
24
|
top: 0;
|
25
25
|
margin: 1px .2em 0 0;
|
26
|
-
border-bottom: 0;
|
26
|
+
border-bottom-width: 0;
|
27
27
|
padding: 0;
|
28
28
|
white-space: nowrap;
|
29
29
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.10.
|
2
|
+
* jQuery UI CSS Framework 1.10.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright 2013 jQuery Foundation and other contributors
|
@@ -158,7 +158,6 @@
|
|
158
158
|
.ui-icon {
|
159
159
|
width: 16px;
|
160
160
|
height: 16px;
|
161
|
-
background-position: 16px 16px;
|
162
161
|
}
|
163
162
|
.ui-icon,
|
164
163
|
.ui-widget-content .ui-icon {
|
@@ -186,6 +185,7 @@
|
|
186
185
|
}
|
187
186
|
|
188
187
|
/* positioning */
|
188
|
+
.ui-icon-blank { background-position: 16px 16px; }
|
189
189
|
.ui-icon-carat-1-n { background-position: 0 0; }
|
190
190
|
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
191
191
|
.ui-icon-carat-1-e { background-position: -32px 0; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-ui-sass-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.3.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-06-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - '='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 4.0.
|
53
|
+
version: 4.0.3
|
54
54
|
type: :runtime
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 4.0.
|
61
|
+
version: 4.0.3
|
62
62
|
- !ruby/object:Gem::Dependency
|
63
63
|
name: json
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
@@ -424,9 +424,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
424
424
|
- - ! '>='
|
425
425
|
- !ruby/object:Gem::Version
|
426
426
|
version: '0'
|
427
|
-
segments:
|
428
|
-
- 0
|
429
|
-
hash: 1967109973726213215
|
430
427
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
431
428
|
none: false
|
432
429
|
requirements:
|
@@ -435,7 +432,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
435
432
|
version: 1.3.6
|
436
433
|
requirements: []
|
437
434
|
rubyforge_project:
|
438
|
-
rubygems_version: 1.8.
|
435
|
+
rubygems_version: 1.8.25
|
439
436
|
signing_key:
|
440
437
|
specification_version: 3
|
441
438
|
summary: jQuery UI stylesheets packaged as Sass files for the Rails asset pipeline
|