vendor/assets/stylesheets/jquery.gridster.css in gridster-rails-0.2.1 vs vendor/assets/stylesheets/jquery.gridster.css in gridster-rails-0.5.6

- old
+ new

@@ -1,20 +1,20 @@ -/*! gridster.js - v0.2.1 - 2013-10-28 +/*! gridster.js - v0.5.6 - 2014-09-25 * http://gridster.net/ -* Copyright (c) 2013 ducksboard; Licensed MIT */ +* Copyright (c) 2014 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; + -webkit-transition: height .4s, width .4s; + -moz-transition: height .4s, width .4s; + -o-transition: height .4s, width .4s; + -ms-transition: height .4s, width .4s; + transition: height .4s, width .4s; } .gridster .gs-w { z-index: 2; position: absolute; @@ -116,6 +116,6 @@ /* Uncomment this if you set helper : "clone" in draggable options */ /*.gridster .player { opacity:0; } -*/ \ No newline at end of file +*/