flashgrid 1.0.12 → 1.0.13
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/lib/flashgrid/version.rb +1 -1
- data/vendor/assets/stylesheets/modal.css.scss +2 -16
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8edb9d7a0c4ec272c6f6fddd8e9dee505163e0af
|
|
4
|
+
data.tar.gz: 680344b3b8e8279fb29a25784a2055adab41936c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05837623693353ac1410e5ff6ff74b724b00c84be3a7ae2513c2df8c35a92555406b3b46382f45726d15f092a6d3bb1de6e7204cea46461803c0bc4097bdd17c
|
|
7
|
+
data.tar.gz: 85abe70cd10c2aa89079651b4375963538c3bfd72a1ee0ebc5b5c27dfc5e28f3f71da6f945a6bbfd1a88b58d39e923cdbc8e46f940a03361e69b22d3cac15f73
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -78,12 +78,6 @@
|
|
|
78
78
|
margin-bottom: 0;
|
|
79
79
|
padding: 0;
|
|
80
80
|
}
|
|
81
|
-
.modal-footer:before,
|
|
82
|
-
.modal-footer:after {
|
|
83
|
-
content: "";
|
|
84
|
-
display: table;
|
|
85
|
-
line-height: 0;
|
|
86
|
-
}
|
|
87
81
|
.modal-footer:after { clear: both; }
|
|
88
82
|
.modal-footer-btn,
|
|
89
83
|
input[type="submit"].modal-footer-btn {
|
|
@@ -117,12 +111,12 @@ input[type="submit"].modal-footer-btn[disabled] { color: rgba(158,171,179,1); }
|
|
|
117
111
|
input[type="submit"].modal-footer-btn-left {
|
|
118
112
|
border-right: 1px solid rgba(217,222,225,1);
|
|
119
113
|
border-bottom-right-radius: 0;
|
|
120
|
-
width:
|
|
114
|
+
width: 50%;
|
|
121
115
|
}
|
|
122
116
|
.modal-footer-btn-right,
|
|
123
117
|
input[type="submit"].modal-footer-btn-right {
|
|
124
118
|
border-bottom-left-radius: 0;
|
|
125
|
-
width:
|
|
119
|
+
width: 50%;
|
|
126
120
|
}
|
|
127
121
|
|
|
128
122
|
/* #Media Queries
|
|
@@ -137,18 +131,10 @@ input[type="submit"].modal-footer-btn-right {
|
|
|
137
131
|
float: none;
|
|
138
132
|
}
|
|
139
133
|
.modal-body { max-height: 180px; }
|
|
140
|
-
.modal-footer-btn-left,
|
|
141
|
-
input[type="submit"].modal-footer-btn-left { width: 150px; }
|
|
142
|
-
.modal-footer-btn-right,
|
|
143
|
-
input[type="submit"].modal-footer-btn-right { width: 150px; }
|
|
144
134
|
}
|
|
145
135
|
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
|
146
136
|
.modal {
|
|
147
137
|
margin-left: -210px;
|
|
148
138
|
width: 420px;
|
|
149
139
|
}
|
|
150
|
-
.modal-footer-btn-left,
|
|
151
|
-
input[type="submit"].modal-footer-btn-left { width: 210px; }
|
|
152
|
-
.modal-footer-btn-right,
|
|
153
|
-
input[type="submit"].modal-footer-btn-right { width: 210px; }
|
|
154
140
|
}
|
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: 1.0.
|
|
4
|
+
version: 1.0.13
|
|
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
|