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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 408d87c35f9709a2e53b8b192a0964dc5fd7dcba
|
|
4
|
+
data.tar.gz: 01fa5ac91f26f76c63fec2449d122853119ad96b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b414b09109d003529e33ea99af03832760e36068d6ad762202486fc71aeb0d781c1d659b49aef51b509b4416224eca8a934cdfd8f96a862bde6c849b5e590fc1
|
|
7
|
+
data.tar.gz: 1e81e5e7d928c1851398d8ee7905391d82eb10eb18d68752fd3d77ad46828f70f713a344ce818bfbc51cfcec550e4f8ad784187d4f818146aec0040069440241
|
|
@@ -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
|
-
|
|
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
|
+
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-
|
|
11
|
+
date: 2016-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|