formalize-rails 0.0.1 → 0.0.2
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.
|
File without changes
|
|
File without changes
|
|
@@ -69,7 +69,7 @@ input[type="button"] {
|
|
|
69
69
|
-moz-background-clip: padding;
|
|
70
70
|
-webkit-background-clip: padding;
|
|
71
71
|
background-clip: padding-box;
|
|
72
|
-
background: #ddd url(
|
|
72
|
+
background: #ddd url(/assets/formalize/button.png) repeat-x;
|
|
73
73
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
|
|
74
74
|
background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
|
|
75
75
|
border: 1px solid;
|
|
@@ -243,7 +243,7 @@ select[multiple] {
|
|
|
243
243
|
/* Tweaks for Safari + Chrome. */
|
|
244
244
|
@media (-webkit-min-device-pixel-ratio: 0) {
|
|
245
245
|
select {
|
|
246
|
-
background-image: url(
|
|
246
|
+
background-image: url(/assets/formalize/select_arrow.gif);
|
|
247
247
|
background-repeat: no-repeat;
|
|
248
248
|
background-position: right center;
|
|
249
249
|
padding-right: 20px;
|
|
@@ -312,7 +312,7 @@ optgroup {
|
|
|
312
312
|
|
|
313
313
|
.ie6_button,
|
|
314
314
|
* html button {
|
|
315
|
-
background: #ddd url(
|
|
315
|
+
background: #ddd url(/assets/formalize/button.png) repeat-x;
|
|
316
316
|
border: 1px solid;
|
|
317
317
|
border-color: #ddd #bbb #999;
|
|
318
318
|
cursor: pointer;
|
|
@@ -353,4 +353,4 @@ optgroup {
|
|
|
353
353
|
|
|
354
354
|
.ie6_input_disabled {
|
|
355
355
|
background: #eee;
|
|
356
|
-
}
|
|
356
|
+
}
|
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.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -40,8 +40,8 @@ files:
|
|
|
40
40
|
- lib/formalize/rails.rb
|
|
41
41
|
- lib/formalize/rails/engine.rb
|
|
42
42
|
- lib/formalize/rails/version.rb
|
|
43
|
-
- vendor/assets/images/button.png
|
|
44
|
-
- vendor/assets/images/select_arrow.gif
|
|
43
|
+
- vendor/assets/images/formalize/button.png
|
|
44
|
+
- vendor/assets/images/formalize/select_arrow.gif
|
|
45
45
|
- vendor/assets/javascripts/dojo.formalize.js
|
|
46
46
|
- vendor/assets/javascripts/dojo.formalize.min.js
|
|
47
47
|
- vendor/assets/javascripts/extjs.formalize.js
|