Commit 8d947f02 by Brian Talbot

LMS: revising styling of calculator tooltip content

parent a9daaff1
......@@ -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;
......
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