Commit a8950343 by David Ormsbee

Merge pull request #1403 from MITx/style/btalbot/lms-calendartables

lms - syllabus/calendar table styling fixes
parents aad5015a f6cd4c75
...@@ -117,7 +117,7 @@ th { ...@@ -117,7 +117,7 @@ th {
table td, th { table td, th {
margin: 20px 0; margin: 20px 0;
padding: 10px; padding: 10px;
border: 1px solid #ccc !important; border: 1px solid #ccc;
text-align: left; text-align: left;
font-size: 14px; font-size: 14px;
} }
\ No newline at end of file
...@@ -13,7 +13,7 @@ div.syllabus { ...@@ -13,7 +13,7 @@ div.syllabus {
} }
table { table {
table-layout: auto;
text-align: left; text-align: left;
margin: 10px 0; margin: 10px 0;
...@@ -25,18 +25,19 @@ div.syllabus { ...@@ -25,18 +25,19 @@ div.syllabus {
tr.first { tr.first {
td { td {
padding-top: 15px; padding-top: 15px !important;
} }
} }
td { td {
border: none !important;
padding: 5px 10px !important;
vertical-align: middle; vertical-align: middle;
font-size: 1em !important;
padding: 5px 10px; line-height: auto;
&.day, &.due, &.slides, &.assignment { &.day, &.due, &.slides, &.assignment {
white-space: nowrap; white-space: nowrap !important;
} }
&.no_class { &.no_class {
...@@ -48,16 +49,12 @@ div.syllabus { ...@@ -48,16 +49,12 @@ div.syllabus {
} }
&.week_separator { &.week_separator {
padding: 0px; padding: 0px !important;
hr { hr {
margin: 10px; margin: 10px;
} }
} }
} }
} }
} }
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