[IMP] remove rotation while hovering notes

bzr revid: abo@openerp.com-20120820172316-fv3dt5q8gc24y7ty
This commit is contained in:
Antonin Bourguignon 2012-08-20 19:23:16 +02:00
parent 6de8c4b8e4
commit ae7a429e34
1 changed files with 5 additions and 5 deletions

View File

@ -73,9 +73,9 @@
box-shadow:10px 10px 7px rgba(0,0,0,.7); box-shadow:10px 10px 7px rgba(0,0,0,.7);
-moz-box-shadow:10px 10px 7px rgba(0,0,0,.7); -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
-webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7); -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
-webkit-transform: scale(1.25); -webkit-transform: rotate(0);
-moz-transform: scale(1.25); -moz-transform: rotate(0);
-o-transform: scale(1.25); -o-transform: rotate(0);
position:relative; position:relative;
z-index:5; z-index:5;
} }