flashoff 0.0.17 → 0.0.18
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: 5308d408782031a08fff76ccdb3df5e84cddf692
|
4
|
+
data.tar.gz: d7bedcbfa4b29cb6c1460c5f4d42052631786972
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b82d44423c72cf6cabb36a8f0c3fbf2f3e4577555117d05262ad7679967b249b1a19615da04c92aa145f0d82ea20848c56250d62d3c3e2dc0fc06be836b13d2
|
7
|
+
data.tar.gz: 36d1f008ce48d0c354d3494cdbdc99ba02db68724e74945b8d9071d5090f09752db4b3e7b547f3599c31a0f5d0dfaaf8221e8bf7164a9d591d263430856fee54
|
data/lib/flashoff/version.rb
CHANGED
@@ -9,7 +9,7 @@ fieldset { border: 0; }
|
|
9
9
|
legend {
|
10
10
|
border: 0;
|
11
11
|
border-bottom: 1px solid rgba(217,222,225,1);
|
12
|
-
|
12
|
+
color: rgba(71,74,84,1);
|
13
13
|
display: block;
|
14
14
|
font-size: 16px;
|
15
15
|
font-weight: bold;
|
@@ -19,7 +19,7 @@ legend {
|
|
19
19
|
width: 100%;
|
20
20
|
}
|
21
21
|
label {
|
22
|
-
|
22
|
+
color: rgba(71,74,84,1);
|
23
23
|
display: block;
|
24
24
|
font-size: 14px;
|
25
25
|
font-weight: bold;
|
@@ -98,18 +98,10 @@ input[type="checkbox"] { width: auto; }
|
|
98
98
|
select {
|
99
99
|
-webkit-appearance: none;
|
100
100
|
-moz-appearance: none;
|
101
|
-
background: rgba(246,247,249,1);
|
102
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246,247,249,1)), color-stop(100%, rgba(235,236,239,1)));
|
103
|
-
background: -webkit-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(235,236,239,1) 100%);
|
104
|
-
background: -moz-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(235,236,239,1) 100%);
|
105
|
-
background: -ms-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(235,236,239,1) 100%);
|
106
|
-
background: -o-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(235,236,239,1) 100%);
|
107
|
-
background: linear-gradient(to bottom, rgba(246,247,249,1) 0%, rgba(235,236,239,1) 100%);
|
108
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7f9', endColorstr='#ebecef',GradientType=0);
|
109
101
|
border: 1px solid rgba(217,222,225,1);
|
110
|
-
border-radius:
|
102
|
+
border-radius: 0;
|
111
103
|
color: rgba(33,40,43,1);
|
112
|
-
|
104
|
+
font-size: 100%;
|
113
105
|
margin-bottom: 5px;
|
114
106
|
padding: 13px 0 10px 15px;
|
115
107
|
text-indent: 0;
|
@@ -198,15 +190,15 @@ select:focus:invalid:focus { border-color: rgba(254,79,50,1); }
|
|
198
190
|
font-size: 12px;
|
199
191
|
margin-bottom: 15px;
|
200
192
|
}
|
201
|
-
.form-button-inline {
|
193
|
+
.form-button-inline {
|
202
194
|
margin-top: 2px;
|
203
195
|
padding-bottom: 13px;
|
204
|
-
padding-top: 12px;
|
196
|
+
padding-top: 12px;
|
205
197
|
}
|
206
198
|
.form-footer {
|
207
|
-
|
208
|
-
|
209
|
-
|
199
|
+
border-top: 1px solid rgba(236,238,241,1);
|
200
|
+
margin-top: 30px;
|
201
|
+
padding: 20px 0 0 0;
|
210
202
|
}
|
211
203
|
.form-footer li:first-child { margin-top: 10px; }
|
212
204
|
|
@@ -123,6 +123,7 @@ blockquote small { color: rgba(158,171,179,1); }
|
|
123
123
|
.text-gray { color: rgba(158,171,179,1); }
|
124
124
|
.text-green { color: rgba(122,179,23,1); }
|
125
125
|
.text-red { color: rgba(254,79,50,1); }
|
126
|
+
.text-white { color: rgba(255,255,255,1); }
|
126
127
|
|
127
128
|
/* #Scripts
|
128
129
|
================================================== */
|
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
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.18
|
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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.3'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
description: Flashoff is a refreshingly modern responsive web framework for beautiful
|
@@ -128,17 +128,17 @@ require_paths:
|
|
128
128
|
- lib
|
129
129
|
required_ruby_version: !ruby/object:Gem::Requirement
|
130
130
|
requirements:
|
131
|
-
- -
|
131
|
+
- - ">="
|
132
132
|
- !ruby/object:Gem::Version
|
133
133
|
version: '0'
|
134
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- -
|
136
|
+
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
requirements: []
|
140
140
|
rubyforge_project:
|
141
|
-
rubygems_version: 2.
|
141
|
+
rubygems_version: 2.2.0
|
142
142
|
signing_key:
|
143
143
|
specification_version: 4
|
144
144
|
summary: Flashoff Responsive Web Framework
|