flashgrid 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7a6f02fb38893968a32f40ec242353cb32b55db
4
- data.tar.gz: 61699dae0b2d6f931681a2bd73c7689853c60e84
3
+ metadata.gz: 929999f3a937a6c8d531e3765c431d9c49953318
4
+ data.tar.gz: a68fd7d0d926bb1b455b188cffab2dfffa467e4e
5
5
  SHA512:
6
- metadata.gz: a3a80edfae791273429d7b32cc1684b97d6dd9ede894ff77dc3e10d603f45249a68c790ebdf57c850610726c435a3436f1c8ecea3e82c7bd70e00fc696296970
7
- data.tar.gz: 4d7255fe09f22eb42c7ca465f37d447786f5c8115f5ea09d06dd5f4939cc744a1180b288b967767dd9e1aeb7860cdf56d74b52eac46958e510827377c4213d7a
6
+ metadata.gz: a5ab1620ae745f8746b6d0b26a581411099a5f0275a0eb57c0513be1d31fa9462aeedbe6ab6d116c7ed29bc31428f50eaf87d9544af4c4f94070557396c35d9e
7
+ data.tar.gz: 44fab29412e5549c4e79b3c500b0b932d01a88a9b500ac265f0ae963df3db04e3d41171c4b15f2e4a2e70f6159c09197b5293cd049b906cc9e20557884f17056
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "3.5.0"
2
+ VERSION = "3.5.1"
3
3
  end
@@ -29,7 +29,7 @@
29
29
  display: inline-block;
30
30
  font-size: 44px;
31
31
  height: 46px;
32
- padding: 5px 0;
32
+ padding: 5px 0 2px 0;
33
33
  opacity: 1;
34
34
  text-align: center;
35
35
  vertical-align: middle;
@@ -84,7 +84,7 @@
84
84
  }
85
85
  .header-user-placeholder i {
86
86
  font-size: 26px;
87
- line-height: 36px;
87
+ line-height: 44px;
88
88
  }
89
89
  .header-user .dropdown-menu { margin-right: 10px; }
90
90
  .header-toggle a {
@@ -758,13 +758,13 @@
758
758
  font-style: normal;
759
759
  font-weight: normal;
760
760
  font-variant: normal;
761
- text-transform: none;
762
- text-rendering: auto;
763
761
  line-height: 1;
764
762
  margin: 0;
765
763
  padding: 0;
766
764
  -webkit-font-smoothing: antialiased;
767
765
  -moz-osx-font-smoothing: grayscale;
766
+ text-transform: none;
767
+ text-rendering: auto;
768
768
  }
769
769
  .icon-spin, .icon-loading-a,
770
770
  .icon-loading-b,
@@ -10,17 +10,19 @@
10
10
  background: rgba(15,135,226,1);
11
11
  border-radius: 500px;
12
12
  color: rgba(255,255,255,1);
13
+ display: inline-block;
13
14
  font-size: 86px;
14
15
  height: 120px;
15
- line-height: 120px;
16
+ line-height: 130px;
16
17
  width: 120px;
17
18
  }
18
19
  .placeholder-large i {
19
20
  background: transparent;
20
21
  color: rgba(15,135,226,0.60);
22
+ display: inline-block;
21
23
  font-size: 256px;
22
24
  height: initial;
23
- line-height: 256px;
25
+ line-height: 0;
24
26
  width: initial;
25
27
  }
26
28
  .placeholder-divider {
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: 3.5.0
4
+ version: 3.5.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: 2014-12-05 00:00:00.000000000 Z
11
+ date: 2014-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler