active_frontend 3.0.0 → 3.0.1

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: f7a6d34d16c2131ba12ecb7129ae1d6558de7e84
4
- data.tar.gz: 22eade1d957faea329f36731c0aac9d5a4ad2aca
3
+ metadata.gz: cecfdae7cad0159c24ce5e51d2a6528213976788
4
+ data.tar.gz: e1ac6967a7197d4cbcce164271d3ee64e724bf20
5
5
  SHA512:
6
- metadata.gz: 3065b658799e4d47667c93b43a633077ff982966d68fd3cc16e3544a5ec02786d69985f986b7b2aeed52a29b11cae4fd4abb47d59d8d31992660e8d9fec71bea
7
- data.tar.gz: 88a821de66be828affac6259c258bd9b32572d9f3e9b0afc40d5cc62455d74cd57e3be75902ab14631bec3d332ba5595ebba7eaa28a18b3177c33af915cc06df
6
+ metadata.gz: afadf602d86fe85c6495482021d26acf42ca0b43d2a091bacafd457f7656dd3073add40c58885c7a4c76c7c730edfb2bda4f9f03666b7672779d035dc9bd4505
7
+ data.tar.gz: a227a55d1e5fe22067ffe5a6eed3ccb0847a8cce6598d513cfe443df3446e89f0713125003782cbbb84d77b57f4168fa39d8c77e480b0e0c49aacfe145872e4a
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
@@ -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: -1px;
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: -1px;
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: -1px;
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: -1px;
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 { margin-left: 0; }
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.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-05-31 00:00:00.000000000 Z
11
+ date: 2015-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler