active_frontend 3.0.1 → 3.0.2

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: cecfdae7cad0159c24ce5e51d2a6528213976788
4
- data.tar.gz: e1ac6967a7197d4cbcce164271d3ee64e724bf20
3
+ metadata.gz: 822d33d9e3c4339008cb812a3db53bcdeebb4125
4
+ data.tar.gz: e3c664e91c9f3f148f97aca18fd99c70ab9ff159
5
5
  SHA512:
6
- metadata.gz: afadf602d86fe85c6495482021d26acf42ca0b43d2a091bacafd457f7656dd3073add40c58885c7a4c76c7c730edfb2bda4f9f03666b7672779d035dc9bd4505
7
- data.tar.gz: a227a55d1e5fe22067ffe5a6eed3ccb0847a8cce6598d513cfe443df3446e89f0713125003782cbbb84d77b57f4168fa39d8c77e480b0e0c49aacfe145872e4a
6
+ metadata.gz: 8f02399f6364b82006829499128ea07c6d04d4f408580018ec78dadc77e928574b7416afcfc012944be7a00ec4bc5f5a0b75dacd05b097b3046015250160f1e6
7
+ data.tar.gz: ac1f0c36d0c535103c9ef02c525a4f3830bdadae01be9230542ac2d6e231dd6d505e30a4e07d03b0a2dc7e36add1c30b2c42ef3d8668b1e57ae9e9546665baec
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.2"
3
3
  end
@@ -412,8 +412,6 @@ input.btn-block {
412
412
  width: 1%;
413
413
  }
414
414
  .btn-group-justified > .btn-group .btn { width: 100%; }
415
- .btn-group-justified > .btn { border-right-width: 0; }
416
- .btn-group-justified > .btn:last-child { border-right-width: 1px; }
417
415
 
418
416
  /* # Toolbar
419
417
  ================================================== */
@@ -40,7 +40,7 @@
40
40
  .header-nav {
41
41
  float: left;
42
42
  list-style-type: none;
43
- margin: 9px 0 0 20px;
43
+ margin: 5px 0 0 20px;
44
44
  padding: 0;
45
45
  }
46
46
  .header-nav > li {
@@ -48,6 +48,10 @@
48
48
  margin-right: 25px;
49
49
  }
50
50
  .header-nav > li:last-child { margin: 0; }
51
+ .header-nav > li.btn-group {
52
+ line-height: 12px;
53
+ margin-top: 7px;
54
+ }
51
55
  .header-nav > li.btn-group + li.btn-group { margin-left: 0; }
52
56
  .header-nav > li > a {
53
57
  color: rgba(102,102,102,1);
@@ -148,7 +152,7 @@
148
152
  font-size: 20px;
149
153
  line-height: 36px;
150
154
  }
151
- .header-user > ul.dropdown-menu { margin: -8px 10px 0 0; }
155
+ .header-user > ul.dropdown-menu { margin: -5px 10px 0 0; }
152
156
  .header-toggle > a {
153
157
  color: rgba(255,255,255,1);
154
158
  float: right;
@@ -13,7 +13,7 @@
13
13
  100% { transform: rotate(360deg); }
14
14
  }
15
15
  .loader-backdrop {
16
- background: rgba(24,24,24,1);
16
+ background: transparent;
17
17
  height: 2px;
18
18
  left: 0;
19
19
  pointer-events: none;
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.1
4
+ version: 3.0.2
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-06-01 00:00:00.000000000 Z
11
+ date: 2015-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler