Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
Version being migrated to harena-space
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
santanche authored Apr 7, 2019
2 parents 78a182d + 6f4802c commit b9fbebf
Show file tree
Hide file tree
Showing 90 changed files with 846 additions and 10,480 deletions.
5 changes: 2 additions & 3 deletions notebook/author/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<script src="../dccs/components/dcc-lively-dialog.js"></script>
<script src="../dccs/components/editable/dcc-lively-dialog-editable.js"></script>
<script src="../dccs/components/dcc-resource-picker.js"></script>
<script src="../dccs/components/dcc-notice-input.js"></script>
<script src="../dccs/components/dcc-state-selector.js"></script>
<script src="../dccs/components/dcc-image-marker.js"></script>
<script src="../dccs/components/dcc-styler.js"></script>
Expand All @@ -47,9 +48,7 @@
<div class="sty-control-panel std-border">
<div class="control-button"><dcc-trigger action="control/case/load" label="Load" image="icons/icon-load.svg"></dcc-trigger></div>
<div class="control-button"><dcc-trigger action="control/case/save" label="Save" image="icons/icon-save.svg"></dcc-trigger></div>
<!--
<div class="control-button"><dcc-trigger action="control/new-knot" label="New Knot" image="icons/icon-new-knot.svg"></dcc-trigger></div>
-->
<div class="control-button"><dcc-trigger action="control/knot/new" label="New Knot" image="icons/icon-new-knot.svg"></dcc-trigger></div>
<div class="control-button"><dcc-trigger action="control/knot/edit" label="Edit Knot" image="icons/icon-edit-knot.svg"></dcc-trigger></div>
<div class="control-button"><dcc-trigger action="control/case/play" label="Play" image="icons/icon-play.svg"></dcc-trigger></div>
<!--
Expand Down
29 changes: 25 additions & 4 deletions notebook/author/css/author.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ body {

display: flex;
flex-direction: column;

overflow: hidden;
}

.sty-control-panel {
Expand Down Expand Up @@ -92,14 +94,33 @@ body {
height: 100%;
}

.navigation-knot {
.sty-navigation-knot {
position: relative;
max-width: 100%;
}

.sty-selected-knot {
border: 3px solid black;
border-radius: 5px;
margin: 10px;

}

.sty-navigation-knot-cover {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}

.sty-navigation-knot-cover:hover {
background: rgba(0, 0, 0, 0.3);
}

.sty-knot-panel {
flex: 75%;
min-width: 20%;
overflow: scroll;
overflow: hiddden;
height: 100%;
}

}
Binary file removed notebook/author/images/ampliacao-eletro.gif
Binary file not shown.
Binary file removed notebook/author/images/case-forklift.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed notebook/author/images/ebm-pericarditis.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed notebook/author/images/ekg-description.png
Binary file not shown.
Binary file removed notebook/author/images/ekg-detail-01.png
Binary file not shown.
Binary file removed notebook/author/images/ekg-detail-02.png
Binary file not shown.
Binary file removed notebook/author/images/ekg.png
Binary file not shown.
Binary file removed notebook/author/images/hospital-background.png
Binary file not shown.
Binary file removed notebook/author/images/nurse_agnes.png
Binary file not shown.
Binary file removed notebook/author/images/patient-icon.png
Binary file not shown.
178 changes: 0 additions & 178 deletions notebook/author/images/patient-in-bed.svg

This file was deleted.

Binary file removed notebook/author/images/patient.png
Binary file not shown.
Binary file removed notebook/author/images/patient_jakob.png
Binary file not shown.
Binary file removed notebook/author/images/supervisor_harry.png
Binary file not shown.
Loading

0 comments on commit b9fbebf

Please sign in to comment.