Skip to content

Commit 95696ce

Browse files
authored
New menus (#444)
* migrate to new palette system * fix help
1 parent 2675084 commit 95696ce

40 files changed

+6987
-2238
lines changed

css/activity.css

+23-4
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,30 @@ table {
454454
border-spacing: 1px 1px;
455455
}
456456

457-
.helpDiv {
458-
float: right;
457+
#helpDiv {
459458
position: absolute;
460-
margin-top: 57px;
461-
z-index: -1;
459+
top: 20%;
460+
left: 20%;
461+
width: 350px;
462+
height: 400px;
463+
background: rgba(196, 196, 196, 1.0) !important;
464+
overflow-y: auto;
465+
-webkit-user-select: none;
466+
}
467+
468+
#helpButtonsDiv {
469+
position: relative;
470+
left: 0px;
471+
top: 0px;
472+
border: 0 !important;
473+
}
474+
475+
#helpBodyDiv {
476+
position: relative;
477+
left: 0px;
478+
top: 0px;
479+
border: 0 !important;
480+
overflow-x: auto;
462481
}
463482

464483
#canvas {

header-icons/add2.svg

+4
Loading

header-icons/advanced-button.svg

+65
Loading

header-icons/beginner-button.svg

+66
Loading

header-icons/bigger-disable-button.svg

+8-8
Loading

header-icons/circle.svg

+26
Loading

header-icons/collapse-blocks-button.svg

+57-45
Loading

0 commit comments

Comments
 (0)