active_frontend 12.4.7 → 12.4.8

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: fe5e9cd86597ff6edddc3f063121c78c2cb170cc
4
- data.tar.gz: 3edc89421f01168eaf1218277f8f7e5dede3e617
3
+ metadata.gz: 87f8fb24aa5e7176596422ff1aa6b95395cf01cc
4
+ data.tar.gz: f7282ee37522e8ca9bf9a1da64b3a28e5969f43c
5
5
  SHA512:
6
- metadata.gz: 0645d4ebdbbdcad6d89be3f75bae977e552329cc3ae4124042d96bd4996fb5ce0d80f915855310367aaf62d73de282f8603d886111680c14e5bc8d4f683c5c63
7
- data.tar.gz: af63e20d9e5cc7cb78c95cde8eb910990551d48d2e3397093d61cd6be0350785d5db04ef17563f53386ac2f22dcbc79406b94c06c6f1c7d8409a0c61c59c90ba
6
+ metadata.gz: 6a0f0bfcab0eabea9d177efa3c8d70bd1398a09dae8b7e295583b398a4203c547e958602d2af4d1e5a8a85970f44809e0e9e7d38a900d687e011341e2b369ede
7
+ data.tar.gz: e5cb77cce5c934787475f0ea9ff34a24664e9dc6602bb0cf167b5080fdcfad5941dbb7d25c5ae0074a6ee0973ca731d5f486cf9b27007b28c996470615549fcb
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.7"
2
+ VERSION = "12.4.8"
3
3
  end
@@ -292,12 +292,14 @@ $onwhite-colors: (
292
292
  width: 100%;
293
293
  }
294
294
  .btn-group-vertical > .btn:first-child {
295
+ border-radius: 0;
295
296
  border-top-right-radius: 2px;
296
297
  border-top-left-radius: 2px;
297
298
  margin-left: 0;
298
299
  }
299
300
  .btn-group-vertical > .btn:last-child,
300
301
  .btn-group-vertical > .dropdown-toggle {
302
+ border-radius: 0;
301
303
  border-bottom-right-radius: 2px;
302
304
  border-bottom-left-radius: 2px;
303
305
  }
@@ -136,6 +136,7 @@
136
136
  letter-spacing: 0;
137
137
  line-height: 1;
138
138
  margin-top: -2px;
139
+ min-width: 19px;
139
140
  padding: 4px 5px 3px 5px;
140
141
  text-align: center;
141
142
  vertical-align: middle;
@@ -57,6 +57,7 @@
57
57
  letter-spacing: 0;
58
58
  line-height: 1;
59
59
  margin: -6px 0 -4px 0;
60
+ min-width: 19px;
60
61
  padding: 4px 5px 3px 5px;
61
62
  vertical-align: middle;
62
63
  }
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: 12.4.7
4
+ version: 12.4.8
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-02-11 00:00:00.000000000 Z
11
+ date: 2016-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails