Implement the first part of drag functionality. Having trouble getting visual feedback of the drop position between thumbnails, so this commit provides a checkpoint for trying various options

This commit is contained in:
Tim Almdal
2009-08-12 21:55:25 -07:00
parent 6281995385
commit 3823f65dfb
7 changed files with 116 additions and 13 deletions
+7 -2
View File
@@ -1,3 +1,4 @@
/*******************************************************************
* Dialog wide stylings
*/
@@ -92,7 +93,7 @@
}
#gMicroThumbGrid {
padding: .5em;
padding: 1em;
}
.gMicroThumb {
@@ -107,10 +108,14 @@
width: 9em;
}
.gMicroThumb.ui-selected {
.gMicroThumb.ui-state-selected {
opacity: 1;
}
.ui-selectable-lasso {
z-index: 2000 !important;
border: 1px dashed #13A;
}
.gThumbnail {
padding: .5em;