active_frontend 12.1.15 → 12.1.16
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: 82c1dd3166911968b9c17e332576af46530f2700
|
|
4
|
+
data.tar.gz: fed1479788ea0813f2cc8736daddb4c3d18d50fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5c46ba60a50c682a7a77c6939b98c4a6b51ec1dfe71863ba9921ae1fb3734cb94ffd456570b034f5a270dc5502ee594188ff46b60b013356017c7709793bd81
|
|
7
|
+
data.tar.gz: fd3a3cfc807db1816cb9d6c651d442fba192ef1667dfe9b9ae80f0818fdbdfff7881c5c82fd7320b0f1d3f8f1b7c215fa33b0168a152060a7a94721c2ba4a3c5
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
}
|
|
29
29
|
.header-brand > a > img {
|
|
30
30
|
border-radius: 0;
|
|
31
|
-
|
|
31
|
+
padding-top: 7px;
|
|
32
|
+
height: 22px;
|
|
32
33
|
}
|
|
33
34
|
.header-search {
|
|
34
35
|
float: left;
|
|
@@ -272,7 +273,9 @@
|
|
|
272
273
|
height: 50px;
|
|
273
274
|
padding: 0;
|
|
274
275
|
}
|
|
275
|
-
.header-brand { margin-top:
|
|
276
|
+
.header-brand { margin-top: 8px; }
|
|
277
|
+
.header-brand > a { font-size: 30px; }
|
|
278
|
+
.header-brand > a > img { padding-top: 8px; }
|
|
276
279
|
.header-toggle { display: block; }
|
|
277
280
|
}
|
|
278
281
|
@media
|
|
@@ -47,6 +47,13 @@
|
|
|
47
47
|
text-indent: 0;
|
|
48
48
|
vertical-align: middle;
|
|
49
49
|
}
|
|
50
|
+
.sidebar-title img {
|
|
51
|
+
border-radius: 0;
|
|
52
|
+
margin: 0 auto;
|
|
53
|
+
padding-top: 5px;
|
|
54
|
+
width: 80%;
|
|
55
|
+
vertical-align: middle;
|
|
56
|
+
}
|
|
50
57
|
.sidebar-header {
|
|
51
58
|
border-bottom: 1px solid;
|
|
52
59
|
border-color: inherit;
|
|
@@ -172,8 +179,8 @@
|
|
|
172
179
|
padding: 10px;
|
|
173
180
|
}
|
|
174
181
|
.sidebar-content-with-title { height: calc(100% - 91px); }
|
|
175
|
-
.sidebar-content-with-footer { height: calc(100% -
|
|
176
|
-
.sidebar-content-with-title-and-footer { height: calc(100% -
|
|
182
|
+
.sidebar-content-with-footer { height: calc(100% - 61px); }
|
|
183
|
+
.sidebar-content-with-title-and-footer { height: calc(100% - 122px); }
|
|
177
184
|
.sidebar-content-unpadded { padding: 0; }
|
|
178
185
|
.sidebar-scrollable {
|
|
179
186
|
border-bottom: 1px solid;
|