flashgrid-ext 1.0.2 → 1.0.3

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: b5865a9cc6ef339e33312cb2fc156ef2bdb95ae8
4
- data.tar.gz: cdb7c9d01767f57c9e0fc4a771051a9346ae08db
3
+ metadata.gz: d1c7c960b60f2b33055159cc2fe60dc9fa3686b4
4
+ data.tar.gz: 0b9360deff09b101fd92d932d7e3ff9f76496872
5
5
  SHA512:
6
- metadata.gz: 19d6ccc287c7f64019e934aef2326b4590ab33f9e4d2a7a23fe56c16b3fdbc6130d876effe016dcca2f0b8eb2bb9f33351aecff7e41835462ceeac7a62e55c3b
7
- data.tar.gz: 96c7cf6197b905045fb7d3ec93772815dbd75dd858a995289e7eb288016aa7d3bab585f291a94d155538e5139411259fa5b75eef64e8df12145b681a89c35178
6
+ metadata.gz: 1ca3f037e5138dc0a0fcd76a772b49f563cb8663c70a8df1da9ee57f40d6df7f042e5681f91749e2558ad0060d8507edbce074066716fd4ac5b314c305c3a26f
7
+ data.tar.gz: 9f7fb3c35e3ae2566fe4525f724bfe5b473434311c45da3357af1ae501d3baed01048c59b64f27c62a60050f4ac874d8dcdcf803d1c3800d31d4ec39abbf4892
@@ -1,5 +1,5 @@
1
1
  module Flashgrid
2
2
  module Ext
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
@@ -11,8 +11,14 @@
11
11
  padding: 0;
12
12
  }
13
13
  .sort > li { padding: 5px 0; }
14
- .sort > li:first-child { padding: 10px 0 5px 0; }
15
- .sort > li:last-child { padding: 5px 0 10px 0; }
14
+ .sort > li:first-child {
15
+ padding-bottom: 5px;
16
+ padding-top: 10px;
17
+ }
18
+ .sort > li:last-child {
19
+ padding-bottom: 10px;
20
+ padding-top: 5px;
21
+ }
16
22
  .sort-bordered > li {
17
23
  border-top: 1px solid rgba(217,222,225,1);
18
24
  padding: 8px 0;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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-01-30 00:00:00.000000000 Z
11
+ date: 2014-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler