jetpack-rails 0.3.1 → 0.3.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.
- data/CHANGELOG +4 -0
- data/vendor/assets/stylesheets/jetpack/forms.css.scss +3 -4
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
Changelog:
|
2
|
+
0.3.2:
|
3
|
+
- Made input widths more intuitive in stacked forms
|
4
|
+
- Adjusted style so hint spans in forms do not have to be contained in an input div.
|
5
|
+
|
2
6
|
0.3.1:
|
3
7
|
- Fix for check box and radio button definitions, plus supporting simple_form by default.
|
4
8
|
- Minor fix on table styles and active button styles.
|
@@ -26,10 +26,9 @@ form { margin-bottom: $baseline; @include font; @include clearfix;
|
|
26
26
|
label { display: inline !important; margin: 0 $baseline 0 0; height: auto; font-weight: 300; }
|
27
27
|
input { width: auto; margin-right: $baseline / 4; }
|
28
28
|
}
|
29
|
-
|
30
|
-
span.hint { display: block; margin-top: $baseline / 4; clear: both; color: $light2; font-size: $base_size - 1px; }
|
31
29
|
}
|
32
|
-
|
30
|
+
|
31
|
+
span.hint { display: block; margin-top: $baseline / 4; clear: both; color: $light2; font-size: $base_size - 1px; }
|
33
32
|
input[type="submit"] { margin-bottom: $baseline / 2; }
|
34
33
|
}
|
35
34
|
|
@@ -65,7 +64,7 @@ form.stacked { margin-bottom: $baseline; @include font;
|
|
65
64
|
|
66
65
|
div.input {
|
67
66
|
label { clear: both; margin-bottom: $baseline / 4; text-align: left; }
|
68
|
-
input, select, textarea { width: 100%; }
|
67
|
+
input[type="text"], input[type="email"], input[type="password"], select, textarea { width: 100%; }
|
69
68
|
|
70
69
|
&.radio, &.check_boxes {
|
71
70
|
input { width: auto; display: inline; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jetpack-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-01-05 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass-rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70219257390880 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 3.1.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70219257390880
|
25
25
|
description:
|
26
26
|
email: andrew@eighty-b.com
|
27
27
|
executables: []
|