Commit b3e41d19 by marco

styling for static pages updated

parent 0422350e
......@@ -31,41 +31,26 @@ body.course.static-pages {
@include edit-box;
@include box-shadow(none);
display: none;
padding: 20px;
padding: 0;
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;
//Overrides general edit-box mixin
.row {
margin-bottom: 0px;
}
h5 {
margin-bottom: 8px;
color: #fff;
font-weight: 700;
}
// This duplicates the styling from Unit page editing
.module-actions {
@include box-shadow(inset 0 1px 1px $shadow);
padding: 0px 0 10px 10px;
background-color: $gray-l6;
.save-button {
margin-top: 10px;
margin: 15px 8px 0 0;
}
}
}
}
.component-editor {
border: none;
......
......@@ -457,7 +457,7 @@ body.course.unit {
margin-bottom: 0px;
}
// Module Actions
// Module Actions, also used for Static Pages
.module-actions {
@include box-shadow(inset 0 1px 1px $shadow);
padding: 0px 0 10px 10px;
......
......@@ -4,6 +4,11 @@
.row {
position: relative;
//testing
.CodeMirror {
padding: 15px;
}
}
.editor-bar {
......
.CodeMirror {
line-height: 1em;
font-family: monospace;
padding: 15px;
}
.CodeMirror-scroll {
......
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