librenms-librenms/dist/jquery.gridster.css

61 lines
1.6 KiB
CSS
Raw Normal View History

2012-07-18 18:31:44 +02:00
.gridster {
2012-07-23 15:15:26 +02:00
position:relative;
2012-07-18 18:31:44 +02:00
}
.gridster > * {
2012-07-23 15:15:26 +02:00
margin: 0 auto;
-webkit-transition: height .4s;
-moz-transition: height .4s;
-o-transition: height .4s;
-ms-transition: height .4s;
transition: height .4s;
2012-07-18 18:31:44 +02:00
}
.gridster .gs_w{
2012-07-23 15:15:26 +02:00
z-index: 2;
position: absolute;
2012-07-18 18:31:44 +02:00
}
2012-07-23 15:15:26 +02:00
.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;
2012-07-18 18:31:44 +02:00
}
2012-08-13 22:14:53 +02:00
.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;
}
2012-07-18 18:31:44 +02:00
.gridster .preview-holder {
z-index: 1;
position: absolute;
2012-07-23 15:15:26 +02:00
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;
2012-07-18 18:31:44 +02:00
}
2012-07-23 15:15:26 +02:00
.gridster .dragging {
z-index: 10!important;
2012-07-23 22:08:09 +02:00
-webkit-transition: all 0s !important;
-moz-transition: all 0s !important;
-o-transition: all 0s !important;
transition: all 0s !important;
2012-07-18 18:31:44 +02:00
}
2012-07-23 15:15:26 +02:00
/* Uncomment this if you set helper : "clone" in draggable options */
/*.gridster .player {
2012-07-23 15:15:26 +02:00
opacity:0;
}*/