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: 3c828781676dc471c5aa88150ab4a1d1195ab19d
4
- data.tar.gz: 236307554ba4fff0eeadf683070d57746cebb612
3
+ metadata.gz: 7b07dc18c4142872c01ba0ef72e02c5c7d12042f
4
+ data.tar.gz: cb35ebb5b591b4e9b4aeef288dd12f3846865955
5
5
  SHA512:
6
- metadata.gz: df992b7684c0c1c870f993ae3adae083c71f8ed6c76e8437098abcb0f7dde90b13e329017173ccb900222f2b04f806018125df0717409d40916c16cfa4e32d14
7
- data.tar.gz: f4991ca8d62c9e54f5ffb5342a54d25d2709195870b9aa840beb10bfc4a9ae9753d9d977caa6309dabf1f221ea919be974cf167084101cc22c25c022ea4bdce2
6
+ metadata.gz: 3cf03ed072731e30456fbed6889cb9a6d79a46247ab019695deb811e2ed23db99536e2b47e7cd054a6954e97bc5955e818f3531e058bf605d019e879da17f3d2
7
+ data.tar.gz: bd6081e50bd27af84d779c8a356ed942bb423bfc61abc61c49de4f0943374a468bfbb7cc76375c591d33b05f525f5b4f082b11e093afa6e4f64689a5cefc9253
@@ -1,3 +1,3 @@
1
1
  module Flashoff
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -48,7 +48,8 @@
48
48
  border-color: rgba(244,228,203,1);
49
49
  }
50
50
  .alert-red,
51
- .alert-error {
51
+ .alert-error,
52
+ .alert-alert {
52
53
  background-color: rgba(242,222,222,1);
53
54
  border-color: rgba(228,201,205,1);
54
55
  }
@@ -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.8
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-04 00:00:00.000000000 Z
11
+ date: 2013-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler