flashoff 0.0.8 → 0.0.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b07dc18c4142872c01ba0ef72e02c5c7d12042f
|
4
|
+
data.tar.gz: cb35ebb5b591b4e9b4aeef288dd12f3846865955
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cf03ed072731e30456fbed6889cb9a6d79a46247ab019695deb811e2ed23db99536e2b47e7cd054a6954e97bc5955e818f3531e058bf605d019e879da17f3d2
|
7
|
+
data.tar.gz: bd6081e50bd27af84d779c8a356ed942bb423bfc61abc61c49de4f0943374a468bfbb7cc76375c591d33b05f525f5b4f082b11e093afa6e4f64689a5cefc9253
|
data/lib/flashoff/version.rb
CHANGED
@@ -203,9 +203,11 @@ select:focus:invalid:focus { border-color: rgba(254,79,50,1); }
|
|
203
203
|
padding: 20px 0 0 0;
|
204
204
|
}
|
205
205
|
.form-footer li:first-child { margin-top: 10px; }
|
206
|
+
.form-text-inline { margin-top: 22px; }
|
206
207
|
|
207
208
|
/* #Media Queries
|
208
209
|
================================================== */
|
209
210
|
@media only screen and (max-width: 767px) {
|
210
211
|
input[type="submit"].form-button-inline { margin-top: 10px; }
|
212
|
+
.form-text-inline { margin-top: 0; }
|
211
213
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flashoff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|