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 +4 -4
- data/README.md +1 -0
- data/lib/flashgrid/ext/version.rb +1 -1
- data/vendor/assets/stylesheets/aside.css.scss +62 -0
- data/vendor/assets/stylesheets/calendar.css.scss +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a14e0970022bcac6f0b923c6fe09cb175213eccc
|
|
4
|
+
data.tar.gz: 13c948d30b3b9bcad97da8f0a7a476af82ac0cb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95c2944d1c7c181236b55091cd5188a5b263fd6922d98189188bba07bfe08e749d5afe8dc85e1add64b26fcb59a75c8ea9041f6cd131f9761d835818d4e0e269
|
|
7
|
+
data.tar.gz: aec1060af36af7eb8f421982eede6190eecac35bb5b0710069c79ba10c9a79ee150ef896212c3809067c2fd0e76b1fad9c9df896b7931221f51a8d2bce0e2bbc
|
data/README.md
CHANGED
|
@@ -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
|
+
}
|
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.
|
|
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-
|
|
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
|