flashgrid-ext 1.0.7 → 1.0.8

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: 4514cad319ba88a0bace1b4cd86aea1bf927f908
4
- data.tar.gz: cefc15ee4e2c71d678b4ae9da4fc5377cc8dda5f
3
+ metadata.gz: a14e0970022bcac6f0b923c6fe09cb175213eccc
4
+ data.tar.gz: 13c948d30b3b9bcad97da8f0a7a476af82ac0cb1
5
5
  SHA512:
6
- metadata.gz: 49656480eb04576d0e97c82be65320938ccc2862c708975f82fc5845a6d39197dac82cd8558c97ad759a2cab2152b5919728a20ab55b753dc7030b3dadff64f6
7
- data.tar.gz: 3fd26d5decf109d67fe08e7b39e0413c4ac95ee190b0122d94a3d636181199fa88acc273a1ef10317cc0a58be0c66349c6bc7e7f76299f8a7af0e2a4b583015d
6
+ metadata.gz: 95c2944d1c7c181236b55091cd5188a5b263fd6922d98189188bba07bfe08e749d5afe8dc85e1add64b26fcb59a75c8ea9041f6cd131f9761d835818d4e0e269
7
+ data.tar.gz: aec1060af36af7eb8f421982eede6190eecac35bb5b0710069c79ba10c9a79ee150ef896212c3809067c2fd0e76b1fad9c9df896b7931221f51a8d2bce0e2bbc
data/README.md CHANGED
@@ -24,6 +24,7 @@ Add the CSS files you want to include:
24
24
 
25
25
  ```ruby
26
26
  *= require animate.css
27
+ *= require aside.css
27
28
  *= require calendar.css
28
29
  *= require carousel.css
29
30
  *= require editor.css
@@ -1,5 +1,5 @@
1
1
  module Flashgrid
2
2
  module Ext
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
4
4
  end
5
5
  end
@@ -0,0 +1,62 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ #Aside
4
+ #Media Queries */
5
+
6
+ /* #Aside
7
+ ================================================== */
8
+ .modal.aside {
9
+ border-radius: 0;
10
+ height: 100%;
11
+ left: initial;
12
+ margin-left: 0;
13
+ right: 0;
14
+ top: 0;
15
+ width: 420px;
16
+ }
17
+ .modal.aside.fade {
18
+ right: -100%;
19
+ -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
20
+ transition: opacity 0.3s linear, right 0.3s ease-out;
21
+ top: 0;
22
+ }
23
+ .modal.aside.in {
24
+ margin-top: -91px;
25
+ right: 0;
26
+ top: 0;
27
+ }
28
+ .modal.aside .modal-body {
29
+ min-height: 475px;
30
+ max-height: 475px;
31
+ }
32
+ .modal.aside .modal-footer { border-bottom: 1px solid rgba(227,232,235,1); }
33
+ .modal-footer-btn,
34
+ input[type="submit"].modal-footer-btn {
35
+ border-bottom-left-radius: 0;
36
+ border-bottom-right-radius: 0;
37
+ }
38
+
39
+ /* #Media Queries
40
+ ================================================== */
41
+ @media only screen and (max-width: 767px) {
42
+ .modal.aside {
43
+ margin-left: 0;
44
+ width: 300px;
45
+ }
46
+ .modal.aside.in { margin-top: -79px; }
47
+ .modal.aside .modal-body {
48
+ min-height: 393px;
49
+ max-height: 393px;
50
+ }
51
+ }
52
+ @media only screen and (min-width: 480px) and (max-width: 767px) {
53
+ .modal.aside {
54
+ margin-left: 0;
55
+ width: 420px;
56
+ }
57
+ .modal.aside.in { margin-top: -47px; }
58
+ .modal.aside .modal-body {
59
+ min-height: 183px;
60
+ max-height: 183px;
61
+ }
62
+ }
@@ -143,6 +143,7 @@
143
143
  border: 1px solid rgba(217,222,225,1);
144
144
  border-radius: 2px;
145
145
  color: rgba(71,74,84,1);
146
+ cursor: pointer;
146
147
  display: inline-block;
147
148
  padding: 4px 5px 5px 5px;
148
149
  font-size: 12px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
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-02-14 00:00:00.000000000 Z
11
+ date: 2014-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -67,6 +67,7 @@ files:
67
67
  - vendor/assets/javascripts/time_ago.js
68
68
  - vendor/assets/javascripts/typeahead.js
69
69
  - vendor/assets/stylesheets/animate.css.scss
70
+ - vendor/assets/stylesheets/aside.css.scss
70
71
  - vendor/assets/stylesheets/calendar.css.scss
71
72
  - vendor/assets/stylesheets/carousel.css.scss
72
73
  - vendor/assets/stylesheets/editor.css.scss