active_frontend 13.0.1 → 13.0.2
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: ee198ccd370bcac2d23153f045dcdf83a8e575cf
|
4
|
+
data.tar.gz: 0f52d9e774d430c26b975935b38edcfd44bf0665
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d9673c6241d6c70df7455d000925611e6df3d979de5057b5eabfc28e7f79315585ebaf108e823364ae919df01e7d344e04a6cd862c2569ebd24f4d4ff21e08c
|
7
|
+
data.tar.gz: 11a3280b521d8a66f53b79c4e7d84e21a333d975cde5fb24bba49d250bc6ef30bd578a34c1350fa0c318d4dbeac06701034f7c001a158a8f59f0a545335679f8
|
@@ -55,7 +55,7 @@
|
|
55
55
|
.header-nav > li,
|
56
56
|
.header-toolchain > li {
|
57
57
|
float: left;
|
58
|
-
margin: 0 20px 0 0;
|
58
|
+
margin: 0 20px 0 0 !important;
|
59
59
|
}
|
60
60
|
.header-nav > li:last-child,
|
61
61
|
.header-toolchain > li:last-child { margin: 0; }
|
@@ -72,7 +72,7 @@
|
|
72
72
|
}
|
73
73
|
.header-user {
|
74
74
|
float: right;
|
75
|
-
margin-top: 1px;
|
75
|
+
margin-top: -1px;
|
76
76
|
}
|
77
77
|
.header-user > a:hover,
|
78
78
|
.header-user > a.active,
|
@@ -80,12 +80,13 @@
|
|
80
80
|
.header-user > a:focus { color: $color-primary; }
|
81
81
|
.header-user > a > img {
|
82
82
|
display: inline-block;
|
83
|
-
height:
|
84
|
-
width:
|
83
|
+
height: 40px;
|
84
|
+
width: 40px;
|
85
85
|
}
|
86
86
|
.header-user > a > i {
|
87
|
+
float: right;
|
87
88
|
font-size: 14px;
|
88
|
-
margin
|
89
|
+
margin: 13px 0 0 3px;
|
89
90
|
}
|
90
91
|
.header-user > ul.dropdown-menu { margin: -5px 10px 0 0; }
|
91
92
|
.header-toggle {
|
@@ -36,7 +36,7 @@
|
|
36
36
|
.subheader-nav > li:last-child { margin-right: 0 !important; }
|
37
37
|
.subheader-nav > li.btn-group,
|
38
38
|
.subheader-nav > li.btn-group a { border-radius: 0 !important; }
|
39
|
-
.subheader-nav > li.btn-group + li.btn-group { margin: 0 !important; }
|
39
|
+
.subheader-nav > li.btn-group + li.btn-group { margin: 0 20px 0 0 !important; }
|
40
40
|
.subheader-nav > li.spacer {
|
41
41
|
color: $color-primary;
|
42
42
|
font-size: 40px;
|
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: 13.0.
|
4
|
+
version: 13.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|