spurs 0.0.5.alpha.3 → 0.0.5.alpha.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,23 @@
|
|
1
1
|
@media (max-width: 560px)
|
2
2
|
.modal
|
3
|
-
position: fixed
|
4
3
|
width: 100%
|
4
|
+
top: 50px
|
5
5
|
margin-left: 0px
|
6
6
|
margin-right: 0px
|
7
|
-
|
7
|
+
box-shadow: none
|
8
8
|
right: 0px
|
9
|
-
|
9
|
+
border: none
|
10
|
+
left: 0px
|
11
|
+
.modal-header
|
12
|
+
background: #fff
|
13
|
+
width: auto
|
14
|
+
padding-top: 5px
|
15
|
+
padding-bottom: 5px
|
16
|
+
h1
|
17
|
+
font-size: 30px
|
18
|
+
line-height: 30px
|
19
|
+
padding-top: 0px
|
20
|
+
padding-bottom: 0px
|
21
|
+
.modal-body
|
22
|
+
|
23
|
+
padding-top: 50px
|
data/lib/spurs/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spurs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.5.alpha.
|
4
|
+
version: 0.0.5.alpha.4
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-06
|
12
|
+
date: 2012-07-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -188,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
188
188
|
version: '0'
|
189
189
|
segments:
|
190
190
|
- 0
|
191
|
-
hash: -
|
191
|
+
hash: -3402339603635071770
|
192
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
193
193
|
none: false
|
194
194
|
requirements:
|