flashgrid 4.0.3 → 4.0.4

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: 1f5785255a003a5d7f9be242a7fde3555f8d5c67
4
- data.tar.gz: 9e454f9c75aa909125677e482f4342026bbf580e
3
+ metadata.gz: 4dfd893394c38cc7fc8867875d225a4a5dfde609
4
+ data.tar.gz: 078611e34a843185b6d0e257dea676417539a922
5
5
  SHA512:
6
- metadata.gz: 72972271fc5aaf0c75f2f84cd2c7081c4bf19a1469685d4c77ed5991a211efcacd1f67b21bfefc222a9943f35fed48429b319648ca7411bfbfaabad237767212
7
- data.tar.gz: f03ea7c7a86944119e81ee8efb173f6af1eb3a64c0d4b4171c21d41104a9c8d9b9224e1e10670f22792614c539f8035cb6264251ae5f7469af15350adbd1246e
6
+ metadata.gz: 1f23b3ed20b7e889b13c37a6a0f8d267837fcffea6b688f4fbff1458dc34b815bb6af816f0d0dc2d45a0d5e5b614ea5c9520e9942cb2c98d9ba5ad1ac3a9b366
7
+ data.tar.gz: 3015fd877b84dba06649fbc5f490baf9b12e274dfa18a27970523ee71edb6d80977e4d84080cd542066a44cab9fda43e5b74dc7a753de07bdce5ef3ddc501521
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "4.0.3"
2
+ VERSION = "4.0.4"
3
3
  end
@@ -30,11 +30,10 @@
30
30
  border-radius: 5px;
31
31
  box-shadow: 0 0 3px rgba(0,0,0,0.25);
32
32
  display: none;
33
- left: auto;
34
- margin: 0 auto;
33
+ left: 50%;
34
+ margin-left: -280px;
35
35
  outline: 0;
36
36
  position: fixed;
37
- right: auto;
38
37
  top: 0;
39
38
  width: 560px;
40
39
  z-index: 1050;
@@ -118,9 +117,15 @@ input[type="submit"].modal-footer-btn[disabled] {
118
117
  /* #Media Queries
119
118
  ================================================== */
120
119
  @media only screen and (max-width: 767px) {
121
- .modal { width: 300px; }
120
+ .modal {
121
+ margin-left: -150px;
122
+ width: 300px;
123
+ }
122
124
  .modal-body { max-height: 180px; }
123
125
  }
124
126
  @media only screen and (min-width: 480px) and (max-width: 767px) {
125
- .modal { width: 420px; }
127
+ .modal {
128
+ margin-left: -210px;
129
+ width: 420px;
130
+ }
126
131
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez