active_frontend 6.4.0 → 6.4.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a530498eb06713de7b483dd818d6120a710d5db
|
4
|
+
data.tar.gz: 0035072965327faeeb2be28e3dbc302a7e903729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17f3cbbbe3c32b43a8089d59740fbd0e6c6baf79047dcb09dfdb35337862363602dbf67493fe8b774dddfe634b7e7d044b39625e5e6a444b1dc4e1cc198f7c8e
|
7
|
+
data.tar.gz: b30cc8822c8d5d89186491a8f362ccac196992a8bac380570ee684fed368eb0480128c8723ebb74c1c5b1bf8c4496328cc714586ec9efc9d895ff608ed6d377e
|
@@ -61,9 +61,6 @@
|
|
61
61
|
background: rgba(35,41,55,1);
|
62
62
|
border-color: rgba(0,0,0,0.2);
|
63
63
|
}
|
64
|
-
.footer-dark > .footer-brand > a,
|
65
|
-
.footer-dark > .footer-nav > li > a,
|
66
|
-
.footer-dark > .footer-footnote { color: rgba(255,255,255,1); }
|
67
64
|
.footer-light {
|
68
65
|
background: rgba(245,248,250,1);
|
69
66
|
border-color: rgba(225,232,237,1);
|
@@ -317,9 +317,9 @@ select.form-input-initial-width {
|
|
317
317
|
.form-inline.form-inline-alt > textarea,
|
318
318
|
.form-inline.form-inline-alt > select {
|
319
319
|
font-size: 12px;
|
320
|
-
line-height:
|
321
|
-
padding-bottom:
|
322
|
-
padding-top:
|
320
|
+
line-height: 14px;
|
321
|
+
padding-bottom: 6px;
|
322
|
+
padding-top: 8px;
|
323
323
|
}
|
324
324
|
|
325
325
|
.form-inline.form-inline-alt > input[type="submit"],
|
@@ -327,8 +327,8 @@ select.form-input-initial-width {
|
|
327
327
|
.form-inline.form-inline-alt > input[type="button"] {
|
328
328
|
font-size: 11px;
|
329
329
|
line-height: 11px;
|
330
|
-
padding-bottom:
|
331
|
-
padding-top:
|
330
|
+
padding-bottom: 8px;
|
331
|
+
padding-top: 8px;
|
332
332
|
}
|
333
333
|
|
334
334
|
/* # Media Queries
|
@@ -79,8 +79,8 @@
|
|
79
79
|
.trunk-user > li > a:focus,
|
80
80
|
.trunk-user > li > a:active,
|
81
81
|
.trunk-user > li > a.active { color: rgba(255,255,255,1); }
|
82
|
-
.trunk-user >
|
83
|
-
.trunk-user > li.trunk-user-placeholder {
|
82
|
+
.trunk-user > li.trunk-user-placeholder,
|
83
|
+
.trunk-user > li.trunk-user-placeholder > img, {
|
84
84
|
background: rgba(136,153,166,1);
|
85
85
|
border-radius: 500px;
|
86
86
|
color: rgba(255,255,255,1);
|