mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated sample
This commit is contained in:
@ -35,7 +35,7 @@ body {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.gridster, .content {
|
||||
.gridster, .content, .gridster2 {
|
||||
width: 940px;
|
||||
margin: 0 auto;
|
||||
|
||||
@ -56,27 +56,27 @@ body {
|
||||
margin: 25px;
|
||||
}
|
||||
|
||||
.gridster .gs_w {
|
||||
.gridster .gs_w, .gridster2 .gs_w {
|
||||
background: #FFF;
|
||||
cursor: pointer;
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
|
||||
box-shadow: 0 0 5px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.gridster .player {
|
||||
.gridster .player, .gridster2 .player {
|
||||
-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
|
||||
box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
|
||||
.gridster .gs_w.try {
|
||||
.gridster .gs_w.try, .gridster2 .gs_w.try {
|
||||
background-image: url(../img/sprite.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 37px -169px;
|
||||
|
||||
}
|
||||
|
||||
.gridster .preview-holder {
|
||||
.gridster .preview-holder, .gridster2 .preview-holder {
|
||||
border: none!important;
|
||||
border-radius: 0!important;
|
||||
background: rgba(255,255,255,.2)!important;
|
||||
|
Reference in New Issue
Block a user