flashgrid-ext 1.0.15 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 284a2e9c08028b5ae7c1468ad28495cf2bf3757b
4
- data.tar.gz: 1da2eae798e136b0019598516b8f33be700e499f
3
+ metadata.gz: a7cab67665950fd0850d24adb0c84210b5fd7837
4
+ data.tar.gz: 3b537d8a81be9af1d22f95db45c9207e1cf779c8
5
5
  SHA512:
6
- metadata.gz: b54a3e722e300c67141ced4c8150d8f51e8374b3273f3c8d800f2f331cc15fd1687287accaab2a8c9491fae781df1dd7693adf736360de5fc624f26f5c135766
7
- data.tar.gz: 6ab53ffa65302b051d024b533b5c849c4b944b86d45ade97d93bcfcccd093fda33cde0e21ccb8fa85ad80618f604b57db3ca22a04e9ba18a8c1473163c57acae
6
+ metadata.gz: 6a715c9e19df28fc7b5e10a6904198f14c5b2c4d99024296209e4282f242ea8848936a2dece7c65813b031e680e41ab2fb5bed7d44689d685dd01d93e796808a
7
+ data.tar.gz: 1c227e98b36355c2e46fe59b4d9e7fa091e7132b2919b9e474d140374b3630f7fa4842b54595136f1346d5f81e1b0503ca80818759fa5b8bb56b0ce33e2bdf1c
@@ -1,5 +1,5 @@
1
1
  module Flashgrid
2
2
  module Ext
3
- VERSION = "1.0.15"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
@@ -5,14 +5,38 @@
5
5
 
6
6
  /* #Aside
7
7
  ================================================== */
8
+ .aside-backdrop {
9
+ background: rgba(71,74,84,1);
10
+ bottom: 0;
11
+ left: 0;
12
+ position: fixed;
13
+ right: 0;
14
+ top: 0;
15
+ z-index: 1040;
16
+ }
17
+ .aside-backdrop.fade { opacity: 0; }
18
+ .aside-backdrop,
19
+ .aside-backdrop.fade.in {
20
+ opacity: 0.8;
21
+ filter: alpha(opacity=80);
22
+ }
8
23
  .aside {
9
- border-radius: 0;
24
+ background-clip: padding-box;
25
+ background: rgba(255,255,255,1);
26
+ box-shadow: 0 0 3px rgba(0,0,0,0.25);
10
27
  height: 100%;
11
28
  left: initial;
12
29
  margin-left: 0;
30
+ outline: none;
31
+ position: fixed;
13
32
  right: 0;
14
33
  top: 0;
15
- width: 420px;
34
+ width: 560px;
35
+ z-index: 1050;
36
+ }
37
+ .aside-left {
38
+ left: 0;
39
+ right: initial;
16
40
  }
17
41
  .aside.fade {
18
42
  right: -100%;
@@ -20,61 +44,107 @@
20
44
  transition: opacity 0.3s linear, right 0.3s ease-out;
21
45
  top: 0;
22
46
  }
47
+ .aside-left.fade {
48
+ left: -100%;
49
+ right: 0;
50
+ -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
51
+ transition: opacity 0.3s linear, left 0.3s ease-out;
52
+ }
23
53
  .aside.fade.in {
24
54
  right: 0;
25
55
  top: 0;
26
56
  }
27
- .aside .modal-body {
28
- border-bottom: 0;
29
- max-height: 75%;
30
- min-height: 75%;
57
+ .aside-left.fade.in {
58
+ left: 0;
59
+ right: initial;
31
60
  }
32
- .aside .modal-footer {
61
+ .aside-header {
62
+ background: rgba(255,255,255,1);
63
+ border-bottom: 1px solid rgba(217,222,225,1);
64
+ padding: 21px 0px 18px 0px;
65
+ margin: 0;
66
+ position: absolute;
67
+ text-align: center;
68
+ text-transform: uppercase;
69
+ top: 0;
70
+ width: 100%;
71
+ z-index: 1051;
72
+ }
73
+ .aside-header h3 {
74
+ font-size: 17px;
75
+ letter-spacing: 1px;
76
+ line-height: 17px;
77
+ margin: 0;
78
+ text-align: center;
79
+ text-transform: uppercase;
80
+ }
81
+ .aside-body {
33
82
  bottom: 0;
83
+ overflow-y: scroll;
84
+ padding: 65px 18px;
85
+ position: fixed;
86
+ width: 524px;
87
+ top: 0;
88
+ }
89
+ .aside-body p:last-child { margin-bottom: 0; }
90
+ .aside-footer {
34
91
  background: rgba(255,255,255,1);
35
92
  border-top: 1px solid rgba(227,232,235,1);
36
- border-radius: 0;
93
+ bottom: 0;
94
+ margin-bottom: 0;
95
+ padding: 0;
37
96
  position: absolute;
38
- right: 0;
97
+ width: 100%;
98
+ z-index: 1051;
39
99
  }
40
- .aside .modal-footer-btn,
41
- .aside input[type="submit"].modal-footer-btn {
42
- border-bottom-left-radius: 0;
100
+ .aside-footer-btn,
101
+ input[type="submit"].aside-footer-btn {
102
+ -webkit-appearance: none;
103
+ -moz-appearance: none;
104
+ border: none;
105
+ background: transparent;
106
+ -moz-box-sizing: border-box;
107
+ box-sizing: border-box;
108
+ color: rgba(0,153,255,1);
109
+ cursor: pointer;
110
+ float: left;
111
+ font-size: 13px;
112
+ -webkit-font-smoothing: antialiased;
113
+ font-weight: 500;
114
+ line-height: 13px;
115
+ margin: 0;
116
+ padding: 20px 0 18px 0;
117
+ text-align: center;
118
+ text-indent: 0;
119
+ text-rendering: geometricPrecision;
120
+ text-transform: uppercase;
121
+ vertical-align: middle;
122
+ width: 100%;
123
+ }
124
+ .aside-footer-btn[disabled],
125
+ input[type="submit"].aside-footer-btn[disabled] {
126
+ color: rgba(158,171,179,1);
127
+ cursor: not-allowed;
128
+ }
129
+ .aside-footer-btn-left,
130
+ input[type="submit"].aside-footer-btn-left {
131
+ border-right: 1px solid rgba(217,222,225,1);
43
132
  border-bottom-right-radius: 0;
44
- width: 420px;
133
+ width: 50%;
134
+ }
135
+ .aside-footer-btn-right,
136
+ input[type="submit"].aside-footer-btn-right {
137
+ border-bottom-left-radius: 0;
138
+ width: 50%;
45
139
  }
46
- .aside .modal-footer-btn-left,
47
- .aside input[type="submit"].modal-footer-btn-left,
48
- .aside .modal-footer-btn-right,
49
- .aside input[type="submit"].modal-footer-btn-right { width: 210px; }
50
140
 
51
141
  /* #Media Queries
52
142
  ================================================== */
53
143
  @media only screen and (max-width: 767px) {
54
- .aside {
55
- margin-left: 0;
56
- width: 300px;
57
- }
58
- .aside .modal-footer-btn,
59
- .aside input[type="submit"].modal-footer-btn { width: 300px; }
60
- .aside .modal-footer-btn-left,
61
- .aside input[type="submit"].modal-footer-btn-left,
62
- .aside .modal-footer-btn-right,
63
- .aside input[type="submit"].modal-footer-btn-right { width: 150px; }
144
+ .aside { width: 300px; }
145
+ .aside-body { width: 264px; }
64
146
  }
65
147
  @media only screen and (min-width: 480px) and (max-width: 767px) {
66
- .aside {
67
- margin-left: 0;
68
- width: 420px;
69
- }
70
- .aside .modal-body {
71
- max-height: 50%;
72
- min-height: 50%;
73
- }
74
- .aside .modal-footer-btn,
75
- .aside input[type="submit"].modal-footer-btn { width: 420px; }
76
- .aside .modal-footer-btn-left,
77
- .aside input[type="submit"].modal-footer-btn-left,
78
- .aside .modal-footer-btn-right,
79
- .aside input[type="submit"].modal-footer-btn-right { width: 210px; }
148
+ .aside { width: 460px; }
149
+ .aside-body { width: 424px; }
80
150
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez