magic_stylez 0.0.0.60 → 0.0.0.61
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b824ff5d67608c085390ebd175a4315bd247749b
|
4
|
+
data.tar.gz: f7faf407790937f54f89d05e6449a459000ff06f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77a49094cb5dbba22a2de8e2fedbeffc67d968e06836ee1f9ec12c33d3e7ee4ff374da918c4e09f4227d2c7a4cb0c8ebfa1c19b247f50bdc5e97ae0970120859
|
7
|
+
data.tar.gz: 4a8cff65075309929e962350c8f59df43b767467a7a268ff6d6eb135408fee1df3b90beb399db91ea9364a137b34e6b93c69c8a0ffee15d6c03f6a88ce44716b
|
data/lib/magic_stylez/version.rb
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
border-color: transparent;
|
39
39
|
background: none;
|
40
40
|
}
|
41
|
-
& > label {
|
41
|
+
& > label, & > .field_with_errors > label {
|
42
42
|
position: relative;
|
43
43
|
z-index: 2;
|
44
44
|
float: left;
|
@@ -51,6 +51,7 @@
|
|
51
51
|
height: $input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
|
52
52
|
padding: $padding-base-vertical $padding-base-horizontal !important;
|
53
53
|
}
|
54
|
+
& > .field_with_errors > label { color: $red; }
|
54
55
|
&.flat > .input-group-addon { @include horizontal-padding(0); }
|
55
56
|
}
|
56
57
|
|