active_frontend 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/header.scss +6 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f198cc48ae11dc1bff638f7ecd33eacced058b4c
|
4
|
+
data.tar.gz: b5249d7d11085176fc4b087dc36a4c90487538cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55fb68ac6fb2396ef1cc484ae1e73892ef3ae4c0653cb7249f2d875f31f7a3273b7c6e9a7627087ceb00d5440cb0b0a216c2d605209d92ff6d19c7711f13adec
|
7
|
+
data.tar.gz: f836b290aa3e4be13ef8adf394407d1336e8804c6e97e343a21ec36fcf333824e166ee3ec4be757aad9b4d6a3b0b0233259b88a78c4b4aeb55994d2f3df795e0
|
@@ -38,7 +38,7 @@
|
|
38
38
|
font-weight: 500;
|
39
39
|
font-size: 13px;
|
40
40
|
height: 100%;
|
41
|
-
line-height:
|
41
|
+
line-height: 85px;
|
42
42
|
margin: 0;
|
43
43
|
width: 220px;
|
44
44
|
text-align: center;
|
@@ -65,7 +65,7 @@
|
|
65
65
|
.header-trunk > li > a:focus { color: rgba(15,135,226,1); }
|
66
66
|
.header-trunk > li.header-trunk-navicon {
|
67
67
|
font-size: 32px;
|
68
|
-
line-height:
|
68
|
+
line-height: 90px;
|
69
69
|
width: 74px;
|
70
70
|
}
|
71
71
|
.header-trunk > li.header-trunk-navicon a {
|
@@ -166,7 +166,7 @@
|
|
166
166
|
font-size: 26px;
|
167
167
|
line-height: 44px;
|
168
168
|
}
|
169
|
-
.header-user > ul.dropdown-menu { margin
|
169
|
+
.header-user > ul.dropdown-menu { margin: -8px 10px 0 0; }
|
170
170
|
.header-toggle > a {
|
171
171
|
color: rgba(102,117,127,1);
|
172
172
|
float: right;
|
@@ -178,11 +178,13 @@
|
|
178
178
|
/* # Application
|
179
179
|
================================================== */
|
180
180
|
.header-app { height: 66px; }
|
181
|
-
.header-app .header-brand > a { margin-top:
|
181
|
+
.header-app .header-brand > a { margin-top: 11px; }
|
182
182
|
.header-app .header-trunk {
|
183
183
|
height: 65px;
|
184
184
|
line-height: 65px;
|
185
185
|
}
|
186
|
+
.header-app .header-trunk > li { line-height: 65px; }
|
187
|
+
.header-app .header-trunk > li.header-trunk-navicon { line-height: 70px; }
|
186
188
|
.header-app .header-search { margin-top: 11px; }
|
187
189
|
.header-app .header-nav { margin-top: 19px; }
|
188
190
|
.header-app .header-user { margin-top: 13px; }
|