RubyGems
npm
Organizations
Log in
Sign up
RubyGems
betterplace_explorer
Versions diffs
0.0.1.pre.alpha11 → 0.0.1.pre.alpha12
Page 3
betterplace_explorer 0.0.1.pre.alpha11 → 0.0.1.pre.alpha12
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
checksums.yaml
+4
-4
data/app/assets/javascripts/betterplace_explorer.js
+7
-7
data/app/assets/stylesheets/betterplace_explorer/volunteering_list.sass
+11
-0
metadata
+1
-1
data/app/assets/stylesheets/betterplace_explorer/volunteering_list.sass
CHANGED
Viewed
@@ -7,3 +7,14 @@
7
7
overflow-x: hidden
8
8
overflow-y: scroll
9
9
padding: 20px
10
+
11
+
&.loading:before
12
+
content: ''
13
+
position: absolute
14
+
top: 0
15
+
right: 0
16
+
bottom: 0
17
+
left: 0
18
+
z-index: 1050
19
+
opacity: 0.6
20
+
background: white
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: betterplace_explorer
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.0.1.pre.
alpha11
4
+
version: 0.0.1.pre.
alpha12
5
5
platform: ruby
6
6
authors:
7
7
- betterplace developers
« First
‹ Prev
1
2
3