active_frontend 1.0.1 → 1.0.2
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 +13 -2
- 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: c247cb427dc1b2c4260e57e0a3b35a644bc865dd
|
4
|
+
data.tar.gz: 82f3cbd7136db6fa1c03e2e6b9d40bd536252220
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cfeba05421e31f3148c84117a7d5458b40e41be88121869117c0acce55d59ad7196d5b6306ec84eb878654b9e5547f96dba8aabada0a5396f1bf3c2eb7536ca
|
7
|
+
data.tar.gz: 18d4c9d9b1f918dcf564d2a2e08871d813441d6718a6f860a339b197ef96e4475d91e73c49cf0d07e24fdd239a7e974a895dbafa4478c1ce7f6f4a4ec8ee7d74
|
@@ -54,8 +54,8 @@
|
|
54
54
|
overflow: hidden;
|
55
55
|
padding: 0 15px;
|
56
56
|
text-decoration: none;
|
57
|
-
|
58
|
-
|
57
|
+
text-transform: uppercase;
|
58
|
+
text-overflow: ellipsis;
|
59
59
|
white-space: nowrap;
|
60
60
|
width: 190px;
|
61
61
|
}
|
@@ -63,6 +63,15 @@
|
|
63
63
|
.header-trunk > li > a.active,
|
64
64
|
.header-trunk > li > a:hover,
|
65
65
|
.header-trunk > li > a:focus { color: rgba(15,135,226,1); }
|
66
|
+
.header-trunk > li.header-trunk-navicon {
|
67
|
+
font-size: 32px;
|
68
|
+
line-height: 70px;
|
69
|
+
width: 74px;
|
70
|
+
}
|
71
|
+
.header-trunk > li.header-trunk-navicon a {
|
72
|
+
padding: 0 10px;
|
73
|
+
width: 54px;
|
74
|
+
}
|
66
75
|
.header-trunk > li > ul.dropdown-menu {
|
67
76
|
background: rgba(56,67,81,1);
|
68
77
|
border-top-right-radius: 0;
|
@@ -82,6 +91,8 @@
|
|
82
91
|
.header-trunk > li > ul.dropdown-menu > li > a.active,
|
83
92
|
.header-trunk > li > ul.dropdown-menu > li > a:hover,
|
84
93
|
.header-trunk > li > ul.dropdown-menu > li > a:focus { color: rgba(15,135,226,1); }
|
94
|
+
.header-trunk > li .badge,
|
95
|
+
.header-trunk > li .label { margin: -8px 0 -6px 0; }
|
85
96
|
.header-search {
|
86
97
|
float: left;
|
87
98
|
margin: 22px 0 0 30px;
|