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: 71d37a20f3440a400c1d509d429a2774c43d2ffe
4
- data.tar.gz: 12ee62dab3db27d744d81b5d172fb99ab239f9c2
3
+ metadata.gz: 39c16aaf92cfa812fd8ba92dcd8b4092353d089f
4
+ data.tar.gz: 04f476567e986b2a09dacaf6d4e196185f673275
5
5
  SHA512:
6
- metadata.gz: 100ba7bfad2e087eb47935889b44b5113f2cb72ed65c2f0da616a4ac8a70569c4437ff29b2b6e262900e0f07887725b0a472d4867a1520767f35aff5febc441c
7
- data.tar.gz: 049f8bd11e77999f3d934ef16c0cb2bc102268d6f00f3081c047f979eebddc6bb02e3426a8dfddbe35525fc849ee14e1779c0f5d313c7c0647b44cc2b2ac143f
6
+ metadata.gz: 8f37eb5411b4bea5a455639345447608829c5dee738d563f5bbc52717122aeb47ca8ffda674747586d3a5c694553f8f8f874b8fbe008e8e81295cb20704ecbbc
7
+ data.tar.gz: 1e3bc2414717709fcd58a6fe044d3a3a4c05bd55355da713dac6c20501eb418ce8dc09c5c3b9ef25f1574de411f8f52b7bbdd9aad7da513fa67afdb667dd349b
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
@@ -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: 14px;
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.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-03 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler