flashgrid 3.5.0 → 3.5.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 929999f3a937a6c8d531e3765c431d9c49953318
|
4
|
+
data.tar.gz: a68fd7d0d926bb1b455b188cffab2dfffa467e4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5ab1620ae745f8746b6d0b26a581411099a5f0275a0eb57c0513be1d31fa9462aeedbe6ab6d116c7ed29bc31428f50eaf87d9544af4c4f94070557396c35d9e
|
7
|
+
data.tar.gz: 44fab29412e5549c4e79b3c500b0b932d01a88a9b500ac265f0ae963df3db04e3d41171c4b15f2e4a2e70f6159c09197b5293cd049b906cc9e20557884f17056
|
data/lib/flashgrid/version.rb
CHANGED
@@ -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:
|
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:
|
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.
|
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-
|
11
|
+
date: 2014-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|