mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
update dist
This commit is contained in:
2
dist/jquery.gridster.css
vendored
2
dist/jquery.gridster.css
vendored
@@ -1,4 +1,4 @@
|
||||
/*! gridster.js - v0.1.0 - 2013-06-13
|
||||
/*! gridster.js - v0.1.0 - 2013-06-14
|
||||
* http://gridster.net/
|
||||
* Copyright (c) 2013 ducksboard; Licensed MIT */
|
||||
|
||||
|
8
dist/jquery.gridster.js
vendored
8
dist/jquery.gridster.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*! gridster.js - v0.1.0 - 2013-06-13
|
||||
/*! gridster.js - v0.1.0 - 2013-06-14
|
||||
* http://gridster.net/
|
||||
* Copyright (c) 2013 ducksboard; Licensed MIT */
|
||||
|
||||
@@ -3254,8 +3254,10 @@
|
||||
this.baseX = ($(window).width() - aw) / 2;
|
||||
this.baseY = this.$wrapper.offset().top;
|
||||
|
||||
this.container_width = (this.cols * this.options.widget_base_dimensions[0]) +
|
||||
(this.cols * this.options.widget_margins[0]) + this.options.widget_margins[0];
|
||||
// left and right gutters not included
|
||||
this.container_width = (this.cols *
|
||||
this.options.widget_base_dimensions[0]) + ((this.cols - 1) * 2 *
|
||||
this.options.widget_margins[0]);
|
||||
|
||||
if (this.options.autogenerate_stylesheet) {
|
||||
this.generate_stylesheet();
|
||||
|
2
dist/jquery.gridster.min.css
vendored
2
dist/jquery.gridster.min.css
vendored
@@ -1,2 +1,2 @@
|
||||
/*! gridster.js - v0.1.0 - 2013-06-13 - * http://gridster.net/ - Copyright (c) 2013 ducksboard; Licensed MIT */
|
||||
/*! gridster.js - v0.1.0 - 2013-06-14 - * http://gridster.net/ - Copyright (c) 2013 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}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-moz-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-o-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.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}
|
4
dist/jquery.gridster.min.js
vendored
4
dist/jquery.gridster.min.js
vendored
File diff suppressed because one or more lines are too long
8
dist/jquery.gridster.with-extras.js
vendored
8
dist/jquery.gridster.with-extras.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*! gridster.js - v0.1.0 - 2013-06-13
|
||||
/*! gridster.js - v0.1.0 - 2013-06-14
|
||||
* http://gridster.net/
|
||||
* Copyright (c) 2013 ducksboard; Licensed MIT */
|
||||
|
||||
@@ -3254,8 +3254,10 @@
|
||||
this.baseX = ($(window).width() - aw) / 2;
|
||||
this.baseY = this.$wrapper.offset().top;
|
||||
|
||||
this.container_width = (this.cols * this.options.widget_base_dimensions[0]) +
|
||||
(this.cols * this.options.widget_margins[0]) + this.options.widget_margins[0];
|
||||
// left and right gutters not included
|
||||
this.container_width = (this.cols *
|
||||
this.options.widget_base_dimensions[0]) + ((this.cols - 1) * 2 *
|
||||
this.options.widget_margins[0]);
|
||||
|
||||
if (this.options.autogenerate_stylesheet) {
|
||||
this.generate_stylesheet();
|
||||
|
4
dist/jquery.gridster.with-extras.min.js
vendored
4
dist/jquery.gridster.with-extras.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user