Merge pull request #5998 from edx/sylvia/docs/1162

Sylvia/docs/1162
This commit is contained in:
srpearce
2014-12-04 12:19:39 -05:00
2 changed files with 129 additions and 127 deletions

View File

@@ -43,6 +43,17 @@ div.calc-main {
position: relative;
top: -36px;
// UI: input help table
.calculator-input-help-table {
margin: ($baseline/2) 0;
tr th, tr td {
vertical-align: top;
border: 1px solid $gray-l4;
padding: ($baseline/2);
}
}
form {
@extend .clearfix;
@include box-sizing(border-box);
@@ -153,14 +164,6 @@ div.calc-main {
margin: 0;
}
table {
margin: 10px 0;
td, th {
padding: 2px 5px;
}
}
.calc-postfixes {
margin: 10px auto;