Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
1011c64e
Commit
1011c64e
authored
Jul 21, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-rearrange_patch' into emscripten
parents
ad6d8dd6
f86aaf2b
Pipeline
#3688
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/css/webapp/webapp.css
View file @
1011c64e
...
...
@@ -310,8 +310,10 @@ li .hr{
}
.patch-filename
{
margin-top
:
10px
;
margin-bottom
:
5px
;
margin
:
0
;
padding-top
:
10px
;
padding-bottom
:
5px
;
cursor
:
move
;
}
#div-svg-p
{
...
...
emscripten/project/purr-data/index.html
View file @
1011c64e
...
...
@@ -589,5 +589,18 @@
});
</script>
<script>
$
(
document
).
ready
(
function
(){
// Rearrangable patches
$
(
"
#canvas-container
"
).
sortable
({
axis
:
"
x
"
,
cursor
:
"
move
"
,
handle
:
"
.patch-filename
"
,
scroll
:
false
,
revert
:
true
,
});
});
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment