From d6764eed20b6e15360145a35e4f73dd981bdd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 29 Jul 2013 21:24:48 +0200 Subject: [PATCH] style: rotate boxes when dragging --- univcloud/static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +}