mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ee3a433601
commit
312e0c700d
@ -305,6 +305,12 @@ function makeControls(target){
|
||||
$('.reset').click()
|
||||
sortFilterSliders(DEFAULT_FILTER_ORDER)
|
||||
})))
|
||||
/* XXX needs more work...
|
||||
.draggable({
|
||||
connectToSortable: '.panel-content',
|
||||
revert: 'invalid',
|
||||
})
|
||||
*/
|
||||
.appendTo(content)
|
||||
|
||||
// snapshots...
|
||||
|
||||
@ -168,6 +168,7 @@
|
||||
margin-left: 0px;
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
.mark.blue:after,
|
||||
.mark.red:after,
|
||||
@ -186,6 +187,9 @@
|
||||
left: auto;
|
||||
right: 10px;
|
||||
|
||||
/*box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.7);*/
|
||||
box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.7);
|
||||
|
||||
box-sizing: border-box;
|
||||
border-radius: 50%;
|
||||
}
|
||||
@ -252,7 +256,7 @@
|
||||
<summary>
|
||||
Keep the images on one level and marks outside, after the image...
|
||||
</summary>
|
||||
+ one tag per UI element, or if we make things a bit more comlicated, up to 3 per tag (self, before and after)<br>
|
||||
+ one tag per UI element and only if that element is present (no dot, no tag), or if we make things a bit more comlicated, up to 3 per tag (self, before and after)<br>
|
||||
+ generic and extensible<br>
|
||||
- a little bit more complicated mark manipulation during image shifting
|
||||
– potential orphaned or misplaces marks...<br>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user