Updated sample

This commit is contained in:
Dustin Moore
2013-04-03 09:44:16 -07:00
parent 3cc9485ae0
commit 412ee61bbe
2 changed files with 8 additions and 9 deletions

View File

@ -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;