Skip to content

Commit

Permalink
New menus (#444)
Browse files Browse the repository at this point in the history
* migrate to new palette system

* fix help
  • Loading branch information
walterbender committed Oct 23, 2018
1 parent 2675084 commit 95696ce
Show file tree
Hide file tree
Showing 40 changed files with 6,987 additions and 2,238 deletions.
27 changes: 23 additions & 4 deletions css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,30 @@ table {
border-spacing: 1px 1px;
}

.helpDiv {
float: right;
#helpDiv {
position: absolute;
margin-top: 57px;
z-index: -1;
top: 20%;
left: 20%;
width: 350px;
height: 400px;
background: rgba(196, 196, 196, 1.0) !important;
overflow-y: auto;
-webkit-user-select: none;
}

#helpButtonsDiv {
position: relative;
left: 0px;
top: 0px;
border: 0 !important;
}

#helpBodyDiv {
position: relative;
left: 0px;
top: 0px;
border: 0 !important;
overflow-x: auto;
}

#canvas {
Expand Down
4 changes: 4 additions & 0 deletions header-icons/add2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions header-icons/advanced-button.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions header-icons/beginner-button.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions header-icons/bigger-disable-button.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions header-icons/circle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 57 additions & 45 deletions header-icons/collapse-blocks-button.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95696ce

Please sign in to comment.