studio - added in labels and UTC reference for subsection release date UI

This commit is contained in:
Brian Talbot
2013-04-04 18:27:19 -04:00
parent da6ac54d1a
commit c26593df5b
2 changed files with 34 additions and 3 deletions

View File

@@ -8,6 +8,32 @@ body.course.subsection {
padding: 10px 20px;
}
.datepair {
.field {
display: inline-block;
margin-right: ($baseline/4);
width: 45%;
&:last-child {
margin-right: 0;
}
label, input {
display: block;
text-align: left;
}
input {
width: 100%;
}
label {
margin-bottom: ($baseline/4);
}
}
}
.unit-actions {
border-bottom: none;
padding-bottom: 0;