flashgrid 2.2.5 → 2.2.6

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: 6fa409298b9ff2f1550bf3c88bdcc1e8d34bd3c3
4
- data.tar.gz: 6a68a204df538e79dc2538fe8e957dbf999ad3f1
3
+ metadata.gz: 35b7903baa05a83fc6a7bdd5752fed20407f55bf
4
+ data.tar.gz: f9b55aa86d6ebf0a82fd907a1b0b83c12e4707cd
5
5
  SHA512:
6
- metadata.gz: e868721a756c764680f21e62274d0a8ae08a04e811ad5bd9b0cfab2efdb3471d0e912554de1c77d627578a356e47d05763c6a1f9eb256b0c4cdb49b5c9c14804
7
- data.tar.gz: 4287c6a541dffd69415801bc3b2603782088916777614b021122500da9b951c1115dbe843905beac94357c12516359bfde44ca20e9d9f57b93e638f241266438
6
+ metadata.gz: c8a4228224ddecb3f345a408fa54c813d7067fc75239054b4392a130119f6e178701d59c0f853110912f2b366c69bdc67cecd4245402a6efa49e0252b213d9a4
7
+ data.tar.gz: 5d52bce35a67e4740d2f2d6d35ca79b032c16fc6da7ea8803ba266f93b08d1813f8762e845fe6d70f81f8599a120c8cc5e4f86d1d481d4c5f83b28021716fe1d
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "2.2.5"
2
+ VERSION = "2.2.6"
3
3
  end
@@ -304,9 +304,10 @@ input.btn-block {
304
304
  width: 100%;
305
305
  }
306
306
  .btn-group-vertical > .btn:first-child {
307
- border-bottom-left-radius: 0;
308
- border-top-right-radius: 2px;
309
- border-top-left-radius: 2px;
307
+ border-bottom-right-radius: 0;
308
+ border-bottom-left-radius: 0;
309
+ border-top-right-radius: 2px;
310
+ border-top-left-radius: 2px;
310
311
  margin-left: 0;
311
312
  }
312
313
  .btn-group-vertical > .btn:last-child,
@@ -314,6 +315,7 @@ input.btn-block {
314
315
  border-bottom-right-radius: 2px;
315
316
  border-bottom-left-radius: 2px;
316
317
  border-top-right-radius: 0;
318
+ border-top-left-radius: 0;
317
319
  }
318
320
  .btn-group-justified {
319
321
  border-collapse: separate;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.5
4
+ version: 2.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-29 00:00:00.000000000 Z
11
+ date: 2014-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler