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: 816051e49f97f4dcd3e827199a53c803a5c4544f
4
- data.tar.gz: aa4f0acf7642c823da1a7a070d4e4f6140174835
3
+ metadata.gz: b824ff5d67608c085390ebd175a4315bd247749b
4
+ data.tar.gz: f7faf407790937f54f89d05e6449a459000ff06f
5
5
  SHA512:
6
- metadata.gz: b2cdbfc0b79737d34595723561513ab17d5ce9e459fc250d12ad10a7cb092d331d479f8aebce3cf8522cca7f9401654f9255cda67479841d2ccad99a7c55c298
7
- data.tar.gz: c5f5787ba15fb68fbc6fd33bef91bf215c9906e02802b7eb2c58840d0f0e57b672341ee817b29f6cb921859e20ffb18980cbf5d5caaa2f7f07be5dfe21036b4e
6
+ metadata.gz: 77a49094cb5dbba22a2de8e2fedbeffc67d968e06836ee1f9ec12c33d3e7ee4ff374da918c4e09f4227d2c7a4cb0c8ebfa1c19b247f50bdc5e97ae0970120859
7
+ data.tar.gz: 4a8cff65075309929e962350c8f59df43b767467a7a268ff6d6eb135408fee1df3b90beb399db91ea9364a137b34e6b93c69c8a0ffee15d6c03f6a88ce44716b
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.60"
2
+ VERSION = "0.0.0.61"
3
3
  end
@@ -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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.60
4
+ version: 0.0.0.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel