active_frontend 14.0.28 → 14.0.29
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/blocks/_button.scss +3 -2
- data/vendor/assets/stylesheets/components/_alert.scss +0 -2
- data/vendor/assets/stylesheets/components/_header.scss +0 -5
- data/vendor/assets/stylesheets/components/_nav_and_tab.scss +8 -1
- data/vendor/assets/stylesheets/components/_navbar.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 105f93b7f42d66689535be91f6d0d96fb7794e69
|
4
|
+
data.tar.gz: 52e6dcd024159c79fcdce61a0ded7a19a43661c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16b73fc5d5b2cb16ac47c3e0199217101481aaea898f2aa39210e7d6bdb1132c0b671a8739e91f1d54bacc0935f06ccab0fef948942d2bca6766d4e8fc19c12d
|
7
|
+
data.tar.gz: 032e72711753cc7488bfa546819b6507faa0a8e602f7ea1a60052f3f5d93d9c1b8c55a5639f63291c4f328e6484614e87b1d3766b495a9229fdabadb47f253d5
|
@@ -160,9 +160,10 @@
|
|
160
160
|
// Groups
|
161
161
|
// ==================================================
|
162
162
|
.btn-group {
|
163
|
-
|
164
|
-
|
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
|
|
@@ -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 {
|
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 {
|
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.
|
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-
|
11
|
+
date: 2016-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|