flashgrid 2.1.1 → 2.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39c16aaf92cfa812fd8ba92dcd8b4092353d089f
|
|
4
|
+
data.tar.gz: 04f476567e986b2a09dacaf6d4e196185f673275
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f37eb5411b4bea5a455639345447608829c5dee738d563f5bbc52717122aeb47ca8ffda674747586d3a5c694553f8f8f874b8fbe008e8e81295cb20704ecbbc
|
|
7
|
+
data.tar.gz: 1e3bc2414717709fcd58a6fe044d3a3a4c05bd55355da713dac6c20501eb418ce8dc09c5c3b9ef25f1574de411f8f52b7bbdd9aad7da513fa67afdb667dd349b
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -121,7 +121,8 @@
|
|
|
121
121
|
================================================== */
|
|
122
122
|
@media only screen and (max-width: 767px) {
|
|
123
123
|
.header { height: 50px; }
|
|
124
|
-
.header-brand a
|
|
124
|
+
.header-brand a,
|
|
125
|
+
.header-app .header-brand a {
|
|
125
126
|
font-size: 36px;
|
|
126
127
|
margin-top: 7px;
|
|
127
128
|
}
|
|
@@ -26,8 +26,9 @@ table {
|
|
|
26
26
|
.table tfoot td {
|
|
27
27
|
background: rgba(236,238,241,1);
|
|
28
28
|
color: rgba(71,74,84,1);
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: 15px;
|
|
30
30
|
font-weight: bold;
|
|
31
|
+
padding: 7px 10px 6px 10px;
|
|
31
32
|
}
|
|
32
33
|
.table th a { color: rgba(71,74,84,1); }
|
|
33
34
|
.table th a:hover { text-decoration: underline; }
|
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.1.
|
|
4
|
+
version: 2.1.2
|
|
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-
|
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|