dashing 1.3.4 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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