Commit 278c731a by Brian Talbot

settings - made assignment types user-determined fields vs. pre-set types in UI

parent f29f605f
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
.detail { .detail {
float: right; float: right;
marign-top: 3px; margin-top: 3px;
color: $mediumGrey; color: $mediumGrey;
font-size: 13px; font-size: 13px;
} }
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
&.multi { &.multi {
display: block; display: block;
background: tint($lightGrey, 50%); background: tint($lightGrey, 50%);
padding: 15px; padding: 20px 15px;
@include border-radius(4px); @include border-radius(4px);
@include box-sizing(border-box); @include box-sizing(border-box);
...@@ -298,6 +298,9 @@ ...@@ -298,6 +298,9 @@
&:last-child { &:last-child {
border: 0; border: 0;
} }
.row {
}
} }
} }
...@@ -481,9 +484,15 @@ ...@@ -481,9 +484,15 @@
.settings-grading { .settings-grading {
.course-grading-gradeweight, .course-grading-totalassignments, .course-grading-totalassignmentsdroppable { .input-list {
.row {
input { .input {
&:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
}
} }
} }
} }
......
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