Sha256: a6e13edf7b68b7dad82c03921727d1a98d76f550cba0a4f98fe7fdf79fcdc52c

Contents?: true

Size: 1.33 KB

Versions: 41

Compression:

Stored size: 1.33 KB

Contents

/*! 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;
}*/

Version data entries

41 entries across 41 versions & 6 rubygems

Version Path
baseboard-1.0.4 templates/project/assets/stylesheets/jquery.gridster.css
baseboard-1.0.3 templates/project/assets/stylesheets/jquery.gridster.css
baseboard-1.0.2 templates/project/assets/stylesheets/jquery.gridster.css
baseboard-1.0.1 templates/project/assets/stylesheets/jquery.gridster.css
dashing-rails-2.4.3 vendor/assets/stylesheets/dashing/jquery.gridster.css
dashing-rails-2.4.2 vendor/assets/stylesheets/dashing/jquery.gridster.css
dashing-rails-2.4.1 vendor/assets/stylesheets/dashing/jquery.gridster.css
rtdi-1.0 templates/project/assets/stylesheets/jquery.gridster.css
dashing-jruby-1.3.4.1 templates/project/assets/stylesheets/jquery.gridster.css
dashing-rails-2.4.0 vendor/assets/stylesheets/dashing/jquery.gridster.css
dashing-jruby-1.3.4 templates/project/assets/stylesheets/jquery.gridster.css
dashing-rails-2.3.2 vendor/assets/stylesheets/dashing/jquery.gridster.css
dashing-1.3.4 templates/project/assets/stylesheets/jquery.gridster.css
dashing-1.3.3 templates/project/assets/stylesheets/jquery.gridster.css
dashing-rails-2.3.1 vendor/assets/stylesheets/dashing/jquery.gridster.css
dashing-rails-2.3.0 vendor/assets/stylesheets/dashing/jquery.gridster.css
dashing-beanstalk-1.3.2 templates/project/assets/stylesheets/jquery.gridster.css
dashing-rails-2.2.0 vendor/assets/stylesheets/dashing/jquery.gridster.css
dashing-1.3.2 templates/project/assets/stylesheets/jquery.gridster.css
dashing-rails-2.1.1 vendor/assets/stylesheets/dashing/jquery.gridster.css