active_frontend 10.2.9 → 10.2.10
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: e517b2039275adbdc24e17a1a8e1e45773232ef2
|
|
4
|
+
data.tar.gz: c197f8f8b5062c1fd5ecb63febe07ed963b8cf2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c34036f8c29aec8d8d18feaf8c16d4d6c4461d392d1c26a3af662f8919b4b8d3eee9337b4a91134c7dfc1e4e58243a3ab3ef0cd3f8a43eb794bef38153d3ff
|
|
7
|
+
data.tar.gz: cdc06e24178f87039b4849500bd8d4f6983ed40f17cfea9f8b92ff13b78cc24f6281e74a63af96a3ebaa6024d8cb3ca2d8cbdc9d9139a5ebf99d2e185c5d363b
|
|
@@ -102,6 +102,7 @@ input[type="checkbox"] {
|
|
|
102
102
|
margin-top: 1px \9;
|
|
103
103
|
line-height: normal;
|
|
104
104
|
}
|
|
105
|
+
button,
|
|
105
106
|
input[type="file"],
|
|
106
107
|
input[type="image"],
|
|
107
108
|
input[type="submit"],
|
|
@@ -356,6 +357,7 @@ select.form-input-initial-width {
|
|
|
356
357
|
/* # Styles
|
|
357
358
|
================================================== */
|
|
358
359
|
.form-inline { clear: both; }
|
|
360
|
+
.form-inline > button,
|
|
359
361
|
.form-inline > input[type="submit"],
|
|
360
362
|
.form-inline > input[type="reset"],
|
|
361
363
|
.form-inline > input[type="button"] {
|
|
@@ -380,6 +382,7 @@ select.form-input-initial-width {
|
|
|
380
382
|
padding-bottom: 6px;
|
|
381
383
|
padding-top: 8px;
|
|
382
384
|
}
|
|
385
|
+
.form-inline.form-inline-alt > button,
|
|
383
386
|
.form-inline.form-inline-alt > input[type="submit"],
|
|
384
387
|
.form-inline.form-inline-alt > input[type="reset"],
|
|
385
388
|
.form-inline.form-inline-alt > input[type="button"] {
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
================================================== */
|
|
54
54
|
@media only screen and (min-width: 960px) and (max-width: 1365px) {
|
|
55
55
|
.missive-icon {
|
|
56
|
-
font-size:
|
|
57
|
-
line-height:
|
|
58
|
-
width:
|
|
56
|
+
font-size: 54px;
|
|
57
|
+
line-height: 100px;
|
|
58
|
+
width: 70px;
|
|
59
59
|
}
|
|
60
|
-
.missive-content { width: calc(100% -
|
|
60
|
+
.missive-content { width: calc(100% - 70px); }
|
|
61
61
|
}
|
|
62
62
|
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
|
63
63
|
.missive-icon {
|
|
64
|
-
font-size:
|
|
65
|
-
line-height:
|
|
66
|
-
width:
|
|
64
|
+
font-size: 34px;
|
|
65
|
+
line-height: 80px;
|
|
66
|
+
width: 50px;
|
|
67
67
|
}
|
|
68
|
-
.missive-content { width: calc(100% -
|
|
68
|
+
.missive-content { width: calc(100% - 50px); }
|
|
69
69
|
}
|
|
70
70
|
@media
|
|
71
71
|
only screen and (-webkit-min-device-pixel-ratio: 2),
|
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: 10.2.
|
|
4
|
+
version: 10.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|