formalize-rails 0.1.0 → 0.1.1
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.
- data/Rakefile +1 -1
- data/lib/formalize/rails/version.rb +1 -1
- data/vendor/assets/stylesheets/formalize.css.scss +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -72,7 +72,7 @@ input[type="button"] {
|
|
|
72
72
|
-ms-background-clip: padding-box;
|
|
73
73
|
-o-background-clip: padding-box;
|
|
74
74
|
background-clip: padding-box;
|
|
75
|
-
background: #dddddd image-url('formalize/button.png?1298351022'
|
|
75
|
+
background: #dddddd image-url('formalize/button.png?1298351022') repeat-x;
|
|
76
76
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
|
|
77
77
|
background-image: -webkit-linear-gradient(#ffffff, #dddddd);
|
|
78
78
|
background-image: -moz-linear-gradient(#ffffff, #dddddd);
|
|
@@ -254,7 +254,7 @@ select[size="1"] {
|
|
|
254
254
|
select,
|
|
255
255
|
select[size="0"],
|
|
256
256
|
select[size="1"] {
|
|
257
|
-
background-image: image-url('formalize/select_arrow.gif?1298351050'
|
|
257
|
+
background-image: image-url('formalize/select_arrow.gif?1298351050');
|
|
258
258
|
background-repeat: no-repeat;
|
|
259
259
|
background-position: right center;
|
|
260
260
|
padding-right: 20px;
|
|
@@ -316,7 +316,7 @@ textarea::-moz-focus-inner {
|
|
|
316
316
|
|
|
317
317
|
.ie6_button,
|
|
318
318
|
* html button {
|
|
319
|
-
background: #dddddd image-url('formalize/button.png?1298351022'
|
|
319
|
+
background: #dddddd image-url('formalize/button.png?1298351022') repeat-x;
|
|
320
320
|
border: 1px solid;
|
|
321
321
|
border-color: #dddddd #bbbbbb #999999;
|
|
322
322
|
cursor: pointer;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formalize-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-01
|
|
12
|
+
date: 2012-02-01 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2153556620 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '3.1'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2153556620
|
|
25
25
|
description: This gem provides the assets for the formalize form styling, for easy
|
|
26
26
|
usage with the Rails 3.1 asset pipeline.
|
|
27
27
|
email:
|