active_frontend 14.0.28 → 14.0.29

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: 5e7201b026d205d4e27262370ff347c394700c81
4
- data.tar.gz: 690c1d2ca79c5ea2594a8f2a3e1c8cdbb083c052
3
+ metadata.gz: 105f93b7f42d66689535be91f6d0d96fb7794e69
4
+ data.tar.gz: 52e6dcd024159c79fcdce61a0ded7a19a43661c5
5
5
  SHA512:
6
- metadata.gz: 8410c95305a6381e21ecbc246c918bbaaffe8b00db926a118c1597d3d864679d0032402bfa550a5215e264b71eefd67c081b1c1f9e1c1d405d0a0e433b75c772
7
- data.tar.gz: 3b3ede013ae6b2e87932615e8b1f7e5430172dab03e319055d9bffa7616965fbce1cfc15d73438d576d7229135cb28222fd3d6bcbac9a5f4b70deab9963017dd
6
+ metadata.gz: 16b73fc5d5b2cb16ac47c3e0199217101481aaea898f2aa39210e7d6bdb1132c0b671a8739e91f1d54bacc0935f06ccab0fef948942d2bca6766d4e8fc19c12d
7
+ data.tar.gz: 032e72711753cc7488bfa546819b6507faa0a8e602f7ea1a60052f3f5d93d9c1b8c55a5639f63291c4f328e6484614e87b1d3766b495a9229fdabadb47f253d5
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.28'.freeze
2
+ VERSION = '14.0.29'.freeze
3
3
  end
@@ -160,9 +160,10 @@
160
160
  // Groups
161
161
  // ==================================================
162
162
  .btn-group {
163
- display: inline-block;
164
- font-size: 0;
163
+ border-collapse: separate;
164
+ display: table;
165
165
  position: relative;
166
+ table-layout: fixed;
166
167
  white-space: nowrap;
167
168
  vertical-align: middle;
168
169
 
@@ -22,12 +22,10 @@
22
22
 
23
23
  &.absolute,
24
24
  &.fixed { z-index: 1050; }
25
-
26
25
  &.absolute {
27
26
  position: absolute;
28
27
  width: inherit;
29
28
  }
30
-
31
29
  &.fixed {
32
30
  left: 0;
33
31
  position: fixed;
@@ -15,12 +15,10 @@
15
15
 
16
16
  &.absolute,
17
17
  &.fixed { z-index: 1040; }
18
-
19
18
  &.absolute {
20
19
  position: absolute;
21
20
  width: inherit;
22
21
  }
23
-
24
22
  &.fixed {
25
23
  left: 0;
26
24
  position: fixed;
@@ -74,7 +72,6 @@
74
72
  margin-right: 20px;
75
73
 
76
74
  &:last-child { margin-right: 0; }
77
- &.btn-group { font-size: inherit; }
78
75
 
79
76
  .btn { margin-top: -12px; }
80
77
  }
@@ -88,8 +85,6 @@
88
85
 
89
86
  + i { margin-left: -2px; }
90
87
  }
91
-
92
- &.btn-group { font-size: inherit; }
93
88
  }
94
89
  .header-toggle {
95
90
  float: right;
@@ -220,10 +220,17 @@
220
220
 
221
221
  > .btn,
222
222
  > .btn-group {
223
+ margin-bottom: 4px;
223
224
  margin-top: -12px;
224
225
 
225
226
  &.pull-left,
226
- &.pull-right { margin-top: -7px; }
227
+ &.pull-right {
228
+ margin-bottom: 9px;
229
+ margin-top: -7px;
230
+ }
231
+ &.dropmenu {
232
+ font-size: inherit;
233
+ }
227
234
  }
228
235
  }
229
236
  .nav-stacked > li {
@@ -1,6 +1,7 @@
1
1
  // Table of Contents
2
2
  // ==================================================
3
3
  // Navbar
4
+ // Media Queries
4
5
 
5
6
  // scss-lint:disable NestingDepth
6
7
 
@@ -49,7 +50,6 @@
49
50
  }
50
51
  }
51
52
  }
52
-
53
53
  &.fixed {
54
54
  bottom: 0;
55
55
  left: 0;
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: 14.0.28
4
+ version: 14.0.29
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-12-01 00:00:00.000000000 Z
11
+ date: 2016-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails