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

This commit is contained in:
Brian Talbot
2012-11-20 09:26:40 -05:00
parent f29f605f62
commit 278c731aef
2 changed files with 118 additions and 268 deletions

View File

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