Adapting the draggable image sizes

The dragged clone looks nicer when the size is the same as the dragged image.

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-30 12:40:16 -07:00
parent cfd4f2a948
commit adfc1b53b4

View File

@@ -367,7 +367,7 @@
height: 120px; height: 120px;
} }
#media-library-main-list li img{ #media-library-main-list li img, .dragged-selection img {
width: 120px; width: 120px;
height: 120px; height: 120px;
} }
@@ -383,7 +383,7 @@
height: 80px; height: 80px;
} }
#media-library-main-list li img{ #media-library-main-list li img, .dragged-selection img{
width: 80px; width: 80px;
height: 80px; height: 80px;
} }