minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-03 16:51:49 +04:00
parent ee3a433601
commit 312e0c700d
2 changed files with 11 additions and 1 deletions

View File

@ -305,6 +305,12 @@ function makeControls(target){
$('.reset').click() $('.reset').click()
sortFilterSliders(DEFAULT_FILTER_ORDER) sortFilterSliders(DEFAULT_FILTER_ORDER)
}))) })))
/* XXX needs more work...
.draggable({
connectToSortable: '.panel-content',
revert: 'invalid',
})
*/
.appendTo(content) .appendTo(content)
// snapshots... // snapshots...

View File

@ -168,6 +168,7 @@
margin-left: 0px; margin-left: 0px;
border: none; border: none;
box-sizing: border-box; box-sizing: border-box;
} }
.mark.blue:after, .mark.blue:after,
.mark.red:after, .mark.red:after,
@ -186,6 +187,9 @@
left: auto; left: auto;
right: 10px; 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; box-sizing: border-box;
border-radius: 50%; border-radius: 50%;
} }
@ -252,7 +256,7 @@
<summary> <summary>
Keep the images on one level and marks outside, after the image... Keep the images on one level and marks outside, after the image...
</summary> </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> + generic and extensible<br>
- a little bit more complicated mark manipulation during image shifting - a little bit more complicated mark manipulation during image shifting
&ndash; potential orphaned or misplaces marks...<br> &ndash; potential orphaned or misplaces marks...<br>