active_frontend 12.4.8 → 12.4.9

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: 87f8fb24aa5e7176596422ff1aa6b95395cf01cc
4
- data.tar.gz: f7282ee37522e8ca9bf9a1da64b3a28e5969f43c
3
+ metadata.gz: badef12171db9763ffaa8261f52a7f5d70a94c69
4
+ data.tar.gz: 5e6cbb786d71a8706d84ae10c06603bb225efe97
5
5
  SHA512:
6
- metadata.gz: 6a0f0bfcab0eabea9d177efa3c8d70bd1398a09dae8b7e295583b398a4203c547e958602d2af4d1e5a8a85970f44809e0e9e7d38a900d687e011341e2b369ede
7
- data.tar.gz: e5cb77cce5c934787475f0ea9ff34a24664e9dc6602bb0cf167b5080fdcfad5941dbb7d25c5ae0074a6ee0973ca731d5f486cf9b27007b28c996470615549fcb
6
+ metadata.gz: d494223dc33cf7a63cf2f585c79220ab0d72f229f07285a1bbb1af13138ce0e44c71528d4a08ebae8599fcd5446fb693dba3e53b0f5fba6c689383ef2f9a14d5
7
+ data.tar.gz: 46e699955cb0f9e94413eac6bc09d119501db147dda7f3f400a759bc6866c6b289c1039e71bf130f9d5e5aa9416b76d5d39d545052a60697efb5898625ed8917
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.8"
2
+ VERSION = "12.4.9"
3
3
  end
@@ -145,8 +145,10 @@
145
145
  border-right: 1px solid;
146
146
  border-color: inherit;
147
147
  font-size: 12px;
148
+ height: 59px;
148
149
  line-height: 21px;
149
150
  margin: 0 !important;
151
+ overflow: hidden;
150
152
  }
151
153
  .header-btn-group > li.header-btn-group-nav > a {
152
154
  border-bottom: 1px solid;
@@ -37,6 +37,8 @@
37
37
  border-right: 1px solid;
38
38
  border-color: inherit;
39
39
  }
40
+ .subheader-nav > li.btn-group { border-radius: 0 !important; }
41
+ .subheader-nav > li.btn-group + li.btn-group { margin: 0 !important; }
40
42
  .subheader-nav > li > a {
41
43
  border-bottom: 4px solid $color-transparent;
42
44
  box-sizing: border-box;
@@ -118,5 +120,6 @@ only screen and ( min-resolution: 2dppx) {
118
120
  .subheader-nav > li,
119
121
  .subheader-nav > li:last-child { border-width: 0.5px; }
120
122
  .subheader-nav > li { font-weight: 500; }
123
+ .subheader-nav > li > a { padding-bottom: 7.5px; }
121
124
  .subheader-nav-toolbar-adjustment { margin-left: 34.5px; }
122
125
  }
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: 12.4.8
4
+ version: 12.4.9
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-02-15 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails