Commit 8a27e177 by Don Mitchell

Merge branch 'feature/btalbot/cms-settings' of

git@github.com:MITx/mitx.git into feature/dhm/cms-settings

Conflicts:
	cms/static/sass/bourbon
	cms/templates/settings.html
	lms/static/sass/bourbon
parents 22380195 c3e11b42
*.css *.css
descriptor descriptor
module module
/bourbon
...@@ -135,7 +135,13 @@ ...@@ -135,7 +135,13 @@
} }
&.date { &.date {
display: block !important;
}
&.time {
display: block !important;
width: 75px !important;
min-width: 75px !important;
} }
&:focus { &:focus {
...@@ -155,6 +161,10 @@ ...@@ -155,6 +161,10 @@
} }
input:disabled + .copy > label, input:disabled + .label {
color: $mediumGrey;
}
.input-default input, .input-default textarea { .input-default input, .input-default textarea {
color: $mediumGrey; color: $mediumGrey;
...@@ -364,6 +374,10 @@ ...@@ -364,6 +374,10 @@
} }
} }
} }
.field-additional {
margin-left: 204px;
}
} }
// editing controls - adding // editing controls - adding
...@@ -588,6 +602,14 @@ ...@@ -588,6 +602,14 @@
top: 1px; top: 1px;
margin-right: 5px; margin-right: 5px;
} }
.well {
padding: 20px;
background: $lightGrey;
border: 1px solid $mediumGrey;
@include border-radius(4px);
@include box-shadow(0 1px 1px rgba(0,0,0,0.05) inset)
}
} }
...@@ -601,6 +623,7 @@ ...@@ -601,6 +623,7 @@
.grade-controls { .grade-controls {
@include clearfix; @include clearfix;
width: 642px;
} }
.new-grade-button { .new-grade-button {
...@@ -609,7 +632,7 @@ ...@@ -609,7 +632,7 @@
display: block; display: block;
width: 29px; width: 29px;
height: 29px; height: 29px;
margin: 4px 10px 0 0; margin: 10px 20px 0 0;
border-radius: 20px; border-radius: 20px;
border: 1px solid $darkGrey; border: 1px solid $darkGrey;
@include linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); @include linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
...@@ -627,9 +650,9 @@ ...@@ -627,9 +650,9 @@
} }
.grade-slider { .grade-slider {
float: right; float: left;
width: 95%; width: 580px;
height: 80px; margin-bottom: 10px;
.grade-bar { .grade-bar {
position: relative; position: relative;
...@@ -702,6 +725,7 @@ ...@@ -702,6 +725,7 @@
top: 0; top: 0;
height: 50px; height: 50px;
text-align: right; text-align: right;
@include border-radius(2px);
&:hover, &:hover,
&.is-dragging { &.is-dragging {
...@@ -737,11 +761,12 @@ ...@@ -737,11 +761,12 @@
} }
&:nth-child(4) { &:nth-child(4) {
background: #fb336c; background: #ef54a1;
} }
&:nth-child(5) { &:nth-child(5),
background: #ef54a1; &.bar-fail {
background: #fb336c;
} }
.letter-grade { .letter-grade {
......
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