active_frontend 10.2.3 → 10.2.4
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: 5fd08ff534503bdb8a82c268670021241390e6fd
|
|
4
|
+
data.tar.gz: 69fd36ba28b99648559534bc3372a43ed3d23300
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d816c8c069143fa074508e93b29fbe0ed3d56fe0f0d0bc8b119169adef651ab910d8bf9be794b987d9412de91dec775629155c8e8f189f9e907d31d71838478
|
|
7
|
+
data.tar.gz: bd2025af9e7cd36288087ef58c984e3268aa4ab8f77efc76b3699ea38ff66a527fd0d136a9be28dc0bbad2bc35b9e020a3c071e41c465586449906a4b7391cd3
|
|
@@ -367,10 +367,10 @@ select.form-input-initial-width {
|
|
|
367
367
|
margin: -2px 5px 0 0;
|
|
368
368
|
width: 150px;
|
|
369
369
|
}
|
|
370
|
-
.form-inline-input-large { width:
|
|
371
|
-
.form-inline-input-medium { width:
|
|
370
|
+
.form-inline-input-large { width: 200px; }
|
|
371
|
+
.form-inline-input-medium { width: 125px; }
|
|
372
372
|
.form-inline-input-small { width: 100px; }
|
|
373
|
-
.form-inline-input-mini { width:
|
|
373
|
+
.form-inline-input-mini { width: 75px; }
|
|
374
374
|
.form-inline.form-inline-alt input,
|
|
375
375
|
.form-inline.form-inline-alt textarea,
|
|
376
376
|
.form-inline.form-inline-alt select {
|
|
@@ -52,6 +52,22 @@
|
|
|
52
52
|
|
|
53
53
|
/* # Media Queries
|
|
54
54
|
================================================== */
|
|
55
|
+
@media only screen and (min-width: 960px) and (max-width: 1365px) {
|
|
56
|
+
.missive-icon {
|
|
57
|
+
font-size: 64px;
|
|
58
|
+
line-height: 110px;
|
|
59
|
+
width: 80px;
|
|
60
|
+
}
|
|
61
|
+
.missive-content { width: calc(100% - 80px); }
|
|
62
|
+
}
|
|
63
|
+
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
|
64
|
+
.missive-icon {
|
|
65
|
+
font-size: 44px;
|
|
66
|
+
line-height: 90px;
|
|
67
|
+
width: 60px;
|
|
68
|
+
}
|
|
69
|
+
.missive-content { width: calc(100% - 60px); }
|
|
70
|
+
}
|
|
55
71
|
@media
|
|
56
72
|
only screen and (-webkit-min-device-pixel-ratio: 2),
|
|
57
73
|
only screen and ( min--moz-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.4
|
|
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-09-
|
|
11
|
+
date: 2015-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|