dashing 1.3.4 → 1.3.6
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 -2
- data/javascripts/dashing.coffee +6 -1
- data/lib/dashing/app.rb +19 -5
- data/lib/dashing/cli.rb +6 -6
- data/templates/project/assets/fonts/FontAwesome.otf +0 -0
- data/templates/project/assets/fonts/fontawesome-webfont.eot +0 -0
- data/templates/project/assets/fonts/fontawesome-webfont.svg +293 -37
- data/templates/project/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/templates/project/assets/fonts/fontawesome-webfont.woff +0 -0
- data/templates/project/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/templates/project/assets/javascripts/gridster/jquery.gridster.min.js +2 -0
- data/templates/project/assets/stylesheets/application.scss +3 -2
- data/templates/project/assets/stylesheets/font-awesome.css +1294 -687
- data/templates/project/assets/stylesheets/jquery.gridster.min.css +2 -0
- data/templates/project/config.ru +3 -3
- data/templates/project/dashboards/sample.erb +2 -2
- data/templates/project/dashboards/sampletv.erb +4 -4
- data/templates/project/widgets/graph/graph.coffee +1 -0
- data/templates/project/widgets/graph/graph.html +1 -1
- data/templates/project/widgets/meter/meter.html +1 -1
- data/templates/project/widgets/number/number.coffee +1 -1
- metadata +14 -33
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/templates/project/assets/javascripts/gridster/jquery.gridster.js +0 -3263
- data/templates/project/assets/stylesheets/jquery.gridster.css +0 -57
- metadata.gz.sig +0 -0
@@ -1,57 +0,0 @@
|
|
1
|
-
/*! gridster.js - v0.1.0 - 2012-08-14
|
2
|
-
* http://gridster.net/
|
3
|
-
* Copyright (c) 2012 ducksboard; Licensed MIT */
|
4
|
-
|
5
|
-
.gridster {
|
6
|
-
position:relative;
|
7
|
-
}
|
8
|
-
|
9
|
-
.gridster > * {
|
10
|
-
margin: 0 auto;
|
11
|
-
-webkit-transition: height .4s;
|
12
|
-
-moz-transition: height .4s;
|
13
|
-
-o-transition: height .4s;
|
14
|
-
-ms-transition: height .4s;
|
15
|
-
transition: height .4s;
|
16
|
-
}
|
17
|
-
|
18
|
-
.gridster .gs_w{
|
19
|
-
z-index: 2;
|
20
|
-
position: absolute;
|
21
|
-
}
|
22
|
-
|
23
|
-
.ready .gs_w:not(.preview-holder) {
|
24
|
-
-webkit-transition: opacity .3s, left .3s, top .3s;
|
25
|
-
-moz-transition: opacity .3s, left .3s, top .3s;
|
26
|
-
-o-transition: opacity .3s, left .3s, top .3s;
|
27
|
-
transition: opacity .3s, left .3s, top .3s;
|
28
|
-
}
|
29
|
-
|
30
|
-
.gridster .preview-holder {
|
31
|
-
z-index: 1;
|
32
|
-
position: absolute;
|
33
|
-
background-color: #fff;
|
34
|
-
border-color: #fff;
|
35
|
-
opacity: 0.3;
|
36
|
-
}
|
37
|
-
|
38
|
-
.gridster .player-revert {
|
39
|
-
z-index: 10!important;
|
40
|
-
-webkit-transition: left .3s, top .3s!important;
|
41
|
-
-moz-transition: left .3s, top .3s!important;
|
42
|
-
-o-transition: left .3s, top .3s!important;
|
43
|
-
transition: left .3s, top .3s!important;
|
44
|
-
}
|
45
|
-
|
46
|
-
.gridster .dragging {
|
47
|
-
z-index: 10!important;
|
48
|
-
-webkit-transition: all 0s !important;
|
49
|
-
-moz-transition: all 0s !important;
|
50
|
-
-o-transition: all 0s !important;
|
51
|
-
transition: all 0s !important;
|
52
|
-
}
|
53
|
-
|
54
|
-
/* Uncomment this if you set helper : "clone" in draggable options */
|
55
|
-
/*.gridster .player {
|
56
|
-
opacity:0;
|
57
|
-
}*/
|
metadata.gz.sig
DELETED
Binary file
|