planit-rails 0.3.1 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -3
- data/lib/planit/rails/version.rb +1 -1
- data/vendor/assets/javascripts/planit.js +483 -562
- data/vendor/assets/stylesheets/planit.css +5 -4
- metadata +2 -2
@@ -1,8 +1,8 @@
|
|
1
1
|
.planit-container {
|
2
2
|
position: relative;
|
3
3
|
display: block;
|
4
|
-
width:
|
5
|
-
height:
|
4
|
+
width: 100%;
|
5
|
+
height: 400px;
|
6
6
|
margin: 25px auto;
|
7
7
|
background: rgba(239, 239, 239, 0.8);
|
8
8
|
-webkit-touch-callout: none;
|
@@ -13,7 +13,7 @@
|
|
13
13
|
user-select: none;
|
14
14
|
}
|
15
15
|
|
16
|
-
.planit-container .image-container {
|
16
|
+
.planit-container .planit-image-container {
|
17
17
|
position: absolute;
|
18
18
|
top: 0;
|
19
19
|
left: 0;
|
@@ -22,7 +22,7 @@
|
|
22
22
|
overflow: hidden;
|
23
23
|
}
|
24
24
|
|
25
|
-
.planit-container .image-container img {
|
25
|
+
.planit-container .planit-image-container img {
|
26
26
|
position: absolute;
|
27
27
|
top: 0;
|
28
28
|
left: 0;
|
@@ -76,6 +76,7 @@
|
|
76
76
|
-moz-user-select: none;
|
77
77
|
-ms-user-select: none;
|
78
78
|
user-select: none;
|
79
|
+
transition: none;
|
79
80
|
}
|
80
81
|
|
81
82
|
.planit-container .planit-markers-container .planit-marker.draggable:hover {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: planit-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean C Davis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jquery-rails
|