active_frontend 14.0.4 → 14.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69fac5ad5ffb81ebc3825a42f0d8443925d5b58c
4
- data.tar.gz: b544e7baec7f8be48113e5a98de0adbf1c677941
3
+ metadata.gz: 408d87c35f9709a2e53b8b192a0964dc5fd7dcba
4
+ data.tar.gz: 01fa5ac91f26f76c63fec2449d122853119ad96b
5
5
  SHA512:
6
- metadata.gz: c1c0a6c6e589a1c87c42694274a90bbb5a8e19ec647de0c0f1138a80e389f521e724d10dbb47a2cdc32b7fb9e7c5f390bcda93fed9bbb73756e07e9323f95e0e
7
- data.tar.gz: fb1db710bd281824979f9da0cb80bdd1dc9265832e0910b04b9c8b5410591944c3b8ba866863ca2ad838bf06f42ed55bfdd1799e0aa5abf0fe93907ba81c7d4f
6
+ metadata.gz: b414b09109d003529e33ea99af03832760e36068d6ad762202486fc71aeb0d781c1d659b49aef51b509b4416224eca8a934cdfd8f96a862bde6c849b5e590fc1
7
+ data.tar.gz: 1e81e5e7d928c1851398d8ee7905391d82eb10eb18d68752fd3d77ad46828f70f713a344ce818bfbc51cfcec550e4f8ad784187d4f818146aec0040069440241
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.4'.freeze
2
+ VERSION = '14.0.5'.freeze
3
3
  end
@@ -317,10 +317,7 @@ textarea {
317
317
 
318
318
  &:hover { background: color(haze); }
319
319
  }
320
- + label {
321
- margin-top: 2px;
322
- vertical-align: top;
323
- }
320
+ + label { vertical-align: baseline; }
324
321
  input[type='checkbox'],
325
322
  input[type='radio'] {
326
323
  margin: 0;
@@ -338,23 +335,18 @@ textarea {
338
335
  height: 26px;
339
336
  line-height: 26px;
340
337
  width: 26px;
341
-
342
- + label { margin-top: 7px; }
343
338
  }
344
339
  &.form-size-m {
345
340
  height: 22px;
346
341
  line-height: 22px;
347
342
  width: 22px;
348
-
349
- + label { margin-top: 5px; }
350
343
  }
351
344
  &.form-size-s {
352
345
  height: 14px;
353
346
  line-height: 14px;
354
347
  width: 14px;
355
-
356
- + label { margin-top: 0; }
357
348
  }
349
+ &.form-align-vertical { vertical-align: middle; }
358
350
  &.dark {
359
351
  background: color(dark-black);
360
352
 
@@ -6,9 +6,7 @@
6
6
  // Header
7
7
  // ==================================================
8
8
  .header {
9
- // background: color(white);
10
- background: color(light-haze);
11
-
9
+ background: color(white);
12
10
  border-bottom: 1px solid color(dark-haze);
13
11
  box-sizing: border-box;
14
12
  height: 76px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.4
4
+ version: 14.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-15 00:00:00.000000000 Z
11
+ date: 2016-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails