diff --git a/univcloud/static/css/style.css b/univcloud/static/css/style.css index a04e054..86556ca 100644 --- a/univcloud/static/css/style.css +++ b/univcloud/static/css/style.css @@ -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; +}