Commit 724678dd by cahrens

Merge branch 'feature/christina/metadata-ui' of github.com:edx/edx-platform into…

Merge branch 'feature/christina/metadata-ui' of github.com:edx/edx-platform into feature/christina/metadata-ui
parents fa1dfd71 ba11d37b
...@@ -384,6 +384,11 @@ body.course.settings { ...@@ -384,6 +384,11 @@ body.course.settings {
#course-overview { #course-overview {
height: ($baseline*20); height: ($baseline*20);
} }
//adds back in CodeMirror border removed due to Unit page styling of component editors
.CodeMirror {
border: 1px solid $gray-l2;
}
} }
// specific fields - video // specific fields - video
......
...@@ -701,6 +701,7 @@ body.course.unit { ...@@ -701,6 +701,7 @@ body.course.unit {
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
border: 1px solid $gray-l1; border: 1px solid $gray-l1;
background-color: $gray-l4;
&:hover { &:hover {
@include box-shadow(0 1px 1px $shadow); @include box-shadow(0 1px 1px $shadow);
......
...@@ -212,6 +212,7 @@ body.course.updates { ...@@ -212,6 +212,7 @@ body.course.updates {
@include edit-box; @include edit-box;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0;
z-index: 10001; z-index: 10001;
width: 800px; width: 800px;
padding: 30px; padding: 30px;
......
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