Commit 06b118ae by Brian Talbot

studio - sass cleanup: resolved static pages display issue after local merge master

parent 84a5475d
...@@ -20,6 +20,51 @@ body.course.static-pages { ...@@ -20,6 +20,51 @@ body.course.static-pages {
margin: 0 0 5px 0; margin: 0 0 5px 0;
} }
} }
.wrapper-component-editor {
z-index: 9999;
position: relative;
background: $lightBluishGrey2;
}
.component-editor {
@include edit-box;
@include box-shadow(none);
display: none;
padding: 20px;
border-radius: 2px 2px 0 0;
.metadata_edit {
margin-bottom: 20px;
font-size: 13px;
li {
margin-bottom: 10px;
}
label {
display: inline-block;
margin-right: 10px;
}
}
h3 {
margin-bottom: 10px;
font-size: 18px;
font-weight: 700;
}
h5 {
margin-bottom: 8px;
color: #fff;
font-weight: 700;
}
.save-button {
margin-top: 10px;
margin: 15px 8px 0 0;
}
}
} }
.component-editor { .component-editor {
...@@ -39,6 +84,7 @@ body.course.static-pages { ...@@ -39,6 +84,7 @@ body.course.static-pages {
} }
.component { .component {
position: relative;
border: 1px solid $mediumGrey; border: 1px solid $mediumGrey;
border-top: none; border-top: none;
...@@ -60,10 +106,13 @@ body.course.static-pages { ...@@ -60,10 +106,13 @@ body.course.static-pages {
} }
.drag-handle { .drag-handle {
position: absolute;
display: block;
top: 0; top: 0;
right: 0; right: 0;
z-index: 11; z-index: 11;
width: 35px; width: 35px;
height: 100%;
border: none; border: none;
background: url(../img/drag-handles.png) center no-repeat #fff; background: url(../img/drag-handles.png) center no-repeat #fff;
...@@ -73,6 +122,7 @@ body.course.static-pages { ...@@ -73,6 +122,7 @@ body.course.static-pages {
} }
.component-actions { .component-actions {
position: absolute;
top: 26px; top: 26px;
right: 44px; right: 44px;
} }
......
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