style: rotate boxes when dragging

This commit is contained in:
Frédéric Péters 2013-07-29 21:24:48 +02:00
parent 98a7acd428
commit d6764eed20
1 changed files with 8 additions and 0 deletions

View File

@ -198,6 +198,7 @@ li:hover .close {
width: 6em;
}
<<<<<<< HEAD
#map-and-idplist {
height: 700px;
}
@ -237,3 +238,10 @@ input#search {
height: 100%;
box-shadow: 0 0 5px black;
}
div.gridster > ul > li.dragging {
transform: rotate(7deg);
-ms-transform: rotate(7deg); /* IE 9 */
-webkit-transform: rotate(7deg);
box-shadow: none;
}