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: 22cebbd0530130eaf11ed05ea9544f6c37c4e0f3
4
- data.tar.gz: 7ef11b53d275320edf97b875ba678e793e46a15e
3
+ metadata.gz: ee198ccd370bcac2d23153f045dcdf83a8e575cf
4
+ data.tar.gz: 0f52d9e774d430c26b975935b38edcfd44bf0665
5
5
  SHA512:
6
- metadata.gz: f7a3a9c1cfeb4375fca2487889f992242525f38ffb9af3f3003f75e531b89bc9fea81f462969f75361e7ba20cfa5efa37e5d6c98193ccf171e4e943389ba5c75
7
- data.tar.gz: 18a0472a2208ba07b5b2ea0ca485720a82b314d7ec5e02fdc80f82b883e1e40e882263d5e4dd1293ef807ca23c7d710b3972c9b70a91f5793c8792b1c1d2be35
6
+ metadata.gz: 9d9673c6241d6c70df7455d000925611e6df3d979de5057b5eabfc28e7f79315585ebaf108e823364ae919df01e7d344e04a6cd862c2569ebd24f4d4ff21e08c
7
+ data.tar.gz: 11a3280b521d8a66f53b79c4e7d84e21a333d975cde5fb24bba49d250bc6ef30bd578a34c1350fa0c318d4dbeac06701034f7c001a158a8f59f0a545335679f8
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "13.0.1"
2
+ VERSION = "13.0.2"
3
3
  end
@@ -101,7 +101,7 @@ $onwhite-colors: (
101
101
  }
102
102
  .btn-mini {
103
103
  font-size: 8px;
104
- padding: 6px 10px;
104
+ padding: 7px 10px 5px 10px;
105
105
  }
106
106
  .btn-block {
107
107
  display: block;
@@ -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: 36px;
84
- width: 36px;
83
+ height: 40px;
84
+ width: 40px;
85
85
  }
86
86
  .header-user > a > i {
87
+ float: right;
87
88
  font-size: 14px;
88
- margin-left: -3px;
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.1
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-23 00:00:00.000000000 Z
11
+ date: 2016-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails