added mode bar up top

This commit is contained in:
marco
2013-04-29 10:18:56 -04:00
parent 2df3fe9344
commit 45a665c7c7
2 changed files with 19 additions and 2 deletions

View File

@@ -423,6 +423,19 @@ body.course.unit {
padding: 20px;
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 {
margin-bottom: 20px;
font-size: 13px;