librenms-librenms/dist/jquery.gridster.css

50 lines
1.0 KiB
CSS
Raw Normal View History

2012-07-19 11:16:29 +02:00
/*! gridster.js - v0.1.0 - 2012-07-19
2012-07-18 18:31:44 +02:00
* https://github.com/ducksboard/gridster.js
* Copyright (c) 2012 ducksboard; Licensed MIT, GPL */
.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;
background: rgba(0,0,0,.23);
}
.ready .gs_w:not(.player):not(.preview-holder):not(.ui-draggable-dragging) {
2012-07-18 18:31:44 +02:00
-webkit-transition: left .3s, top .3s;
-moz-transition: left .3s, top .3s;
-o-transition: left .3s, top .3s;
}
.gridster.dragging .ui-sortable-helper {
z-index: 9;
2012-07-18 18:31:44 +02:00
}
.gridster .preview-holder {
border: 2px dashed #333;
2012-07-18 18:31:44 +02:00
border-radius: 5px;
z-index: 1;
background:#FFF;
position: absolute;
}
.gridster .ui-draggable-dragging {
z-index: 10!important;
2012-07-18 18:31:44 +02:00
}
/*uncomment this if you draggable.helper option to "clone"*/
/*.gridster .player {
display: none!important;
}*/