active_frontend 3.0.0 → 3.0.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cecfdae7cad0159c24ce5e51d2a6528213976788
|
|
4
|
+
data.tar.gz: e1ac6967a7197d4cbcce164271d3ee64e724bf20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afadf602d86fe85c6495482021d26acf42ca0b43d2a091bacafd457f7656dd3073add40c58885c7a4c76c7c730edfb2bda4f9f03666b7672779d035dc9bd4505
|
|
7
|
+
data.tar.gz: a227a55d1e5fe22067ffe5a6eed3ccb0847a8cce6598d513cfe443df3446e89f0713125003782cbbb84d77b57f4168fa39d8c77e480b0e0c49aacfe145872e4a
|
|
@@ -374,7 +374,7 @@ input.btn-block {
|
|
|
374
374
|
.btn-group > .dropdown-toggle:not(:first-child) { border-left-color: rgba(0,0,0,0.15); }
|
|
375
375
|
.btn-group > .btn,
|
|
376
376
|
.btn-group-vertical > .btn {
|
|
377
|
-
margin-left: -
|
|
377
|
+
margin-left: -2px;
|
|
378
378
|
position: relative;
|
|
379
379
|
}
|
|
380
380
|
.btn-group > .btn:first-child { margin-left: 0; }
|
|
@@ -394,7 +394,7 @@ input.btn-block {
|
|
|
394
394
|
.btn-group-vertical > .btn-group > .btn {
|
|
395
395
|
display: block;
|
|
396
396
|
margin-left: 0;
|
|
397
|
-
margin-top: -
|
|
397
|
+
margin-top: -2px;
|
|
398
398
|
max-width: 100%;
|
|
399
399
|
width: 100%;
|
|
400
400
|
}
|
|
@@ -443,7 +443,7 @@ input.btn-block {
|
|
|
443
443
|
.btn-group-responsive > .btn-group > .btn {
|
|
444
444
|
display: block;
|
|
445
445
|
margin-left: 0;
|
|
446
|
-
margin-top: -
|
|
446
|
+
margin-top: -2px;
|
|
447
447
|
max-width: 100%;
|
|
448
448
|
width: 100%;
|
|
449
449
|
}
|
|
@@ -452,7 +452,7 @@ input.btn-block {
|
|
|
452
452
|
.btn-group-vertical-responsive > .btn-group,
|
|
453
453
|
.btn-group-vertical-responsive > .btn-group > .btn {
|
|
454
454
|
display: inline-block;
|
|
455
|
-
margin-left: -
|
|
455
|
+
margin-left: -2px;
|
|
456
456
|
margin-top: 0;
|
|
457
457
|
max-width: initial;
|
|
458
458
|
width: initial;
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
float: left;
|
|
21
21
|
font-weight: bold;
|
|
22
22
|
font-size: 12px;
|
|
23
|
+
letter-spacing: 0;
|
|
23
24
|
line-height: 12px;
|
|
24
25
|
list-style: none;
|
|
25
26
|
margin: 2px 0 0 0;
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
padding: 10px 0;
|
|
28
29
|
position: absolute;
|
|
29
30
|
text-align: left;
|
|
31
|
+
text-transform: none;
|
|
30
32
|
top: 100%;
|
|
31
33
|
z-index: 1000;
|
|
32
34
|
}
|
|
@@ -78,7 +78,9 @@
|
|
|
78
78
|
margin-left: 15px;
|
|
79
79
|
text-transform: uppercase;
|
|
80
80
|
}
|
|
81
|
-
.header-nav-alt > li:first-child
|
|
81
|
+
.header-nav-alt > li:first-child,
|
|
82
|
+
.header-nav-alt > li.btn-group + li.btn-group { margin-left: 0; }
|
|
83
|
+
.header-nav-alt > li.btn-group { margin-top: 2px; }
|
|
82
84
|
.header-nav-alt > li > a {
|
|
83
85
|
border: 2px solid transparent;
|
|
84
86
|
color: rgba(255,255,255,1);
|
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: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|