mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 10:55:50 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user