Commit 45a665c7 by marco

added mode bar up top

parent 2df3fe93
...@@ -423,6 +423,19 @@ body.course.unit { ...@@ -423,6 +423,19 @@ body.course.unit {
padding: 20px; padding: 20px;
border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
.component-edit-modes {
@include box-sizing(border-box);
list-style: none;
position: absolute;
width: 100%;
padding: 15px;
top: 0;
right: 0;
border-bottom: 1px solid $lightBluishGrey2;
background: $lightGrey;
}
.metadata_edit { .metadata_edit {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 13px; font-size: 13px;
......
<div class="wrapper wrapper-component-editor"> <div class="wrapper wrapper-component-editor">
<div class="component-editor"> <div class="component-editor">
<menu class="component-edit-modes">
<a href="#" class="button cancel-button">Editor</a>
<a href="#" class="button cancel-button">Settings</a>
</menu>
<div class="module-editor"> <div class="module-editor">
${editor} ${editor}
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment