mtl 1.0.1 → 1.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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/mtl/extend/_forms.scss +24 -4
- data/lib/mtl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04b28692088d6cbf0a163d961c47e332e8db9ded
|
|
4
|
+
data.tar.gz: e0cedce2be3f515183385ec79ecad2e99c9aef56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd0a4dbd364dab7ff46dedf92245eb32022f6551657c4405eb76f3b6b01f986b345271be395ab095c900ce04eeca09c6cbfd7b44f3739b9a2a4ce6588e0032d4
|
|
7
|
+
data.tar.gz: 74df9cc78dab709e015d8a7db429df7c60ce160a004e042f1f7912e6275e6dd4b0d8707250eab97bda5e99a82d524bfe515053c749297d3caf8a3fc584a0d76a
|
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
// scss-lint:disable QualifyingElement SelectorFormat
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
display: none;
|
|
5
|
-
}
|
|
2
|
+
|
|
3
|
+
// caret fix
|
|
6
4
|
.select-wrapper span.caret {
|
|
7
5
|
color: inherit;
|
|
8
6
|
}
|
|
9
7
|
|
|
8
|
+
.radio_buttons {
|
|
9
|
+
padding: .8rem .75rem !important;
|
|
10
|
+
|
|
11
|
+
> label {
|
|
12
|
+
top: 0;
|
|
13
|
+
padding: 0 !important;
|
|
14
|
+
font-size: .8rem;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// radio buttons in one line
|
|
19
|
+
.radio_buttons--horizontal {
|
|
20
|
+
> .radio {
|
|
21
|
+
display: inline-block;
|
|
22
|
+
|
|
23
|
+
label {
|
|
24
|
+
left: 0 !important;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
10
29
|
// fix for too long labels
|
|
11
30
|
.input-field label {
|
|
12
31
|
overflow: hidden;
|
|
@@ -16,6 +35,7 @@
|
|
|
16
35
|
}
|
|
17
36
|
.input-field.col label {
|
|
18
37
|
padding-right: $gutter-width;
|
|
38
|
+
left: .75rem;
|
|
19
39
|
}
|
|
20
40
|
|
|
21
41
|
// fields with text suffix/unit
|
data/lib/mtl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mtl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marco Plüss
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-10-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: railties
|