summaryrefslogtreecommitdiff
path: root/templates/project/assets/stylesheets/jquery.gridster.css
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-06-08 11:07:46 -0400
committerDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-06-08 11:07:46 -0400
commitca2dad41cdbfb766028de64b83a1623f2f9e372e (patch)
treeb3bc5e0bc9cad12ca2e20bfdb66bcf557082506d /templates/project/assets/stylesheets/jquery.gridster.css
parent56162f61948fe86f5933dd4ebca0f8865e905b30 (diff)
parent6c58c68705c5201873958504a141105b826dae79 (diff)
Merge pull request #360 from liln/master
Upgrade gridster.js to v0.5.1
Diffstat (limited to 'templates/project/assets/stylesheets/jquery.gridster.css')
-rw-r--r--templates/project/assets/stylesheets/jquery.gridster.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/templates/project/assets/stylesheets/jquery.gridster.css b/templates/project/assets/stylesheets/jquery.gridster.css
deleted file mode 100644
index d512484..0000000
--- a/templates/project/assets/stylesheets/jquery.gridster.css
+++ /dev/null
@@ -1,57 +0,0 @@
-/*! gridster.js - v0.1.0 - 2012-08-14
-* http://gridster.net/
-* Copyright (c) 2012 ducksboard; Licensed MIT */
-
-.gridster {
- position:relative;
-}
-
-.gridster > * {
- margin: 0 auto;
- -webkit-transition: height .4s;
- -moz-transition: height .4s;
- -o-transition: height .4s;
- -ms-transition: height .4s;
- transition: height .4s;
-}
-
-.gridster .gs_w{
- z-index: 2;
- position: absolute;
-}
-
-.ready .gs_w:not(.preview-holder) {
- -webkit-transition: opacity .3s, left .3s, top .3s;
- -moz-transition: opacity .3s, left .3s, top .3s;
- -o-transition: opacity .3s, left .3s, top .3s;
- transition: opacity .3s, left .3s, top .3s;
-}
-
-.gridster .preview-holder {
- z-index: 1;
- position: absolute;
- background-color: #fff;
- border-color: #fff;
- opacity: 0.3;
-}
-
-.gridster .player-revert {
- z-index: 10!important;
- -webkit-transition: left .3s, top .3s!important;
- -moz-transition: left .3s, top .3s!important;
- -o-transition: left .3s, top .3s!important;
- transition: left .3s, top .3s!important;
-}
-
-.gridster .dragging {
- z-index: 10!important;
- -webkit-transition: all 0s !important;
- -moz-transition: all 0s !important;
- -o-transition: all 0s !important;
- transition: all 0s !important;
-}
-
-/* Uncomment this if you set helper : "clone" in draggable options */
-/*.gridster .player {
- opacity:0;
-}*/ \ No newline at end of file