Move some CSS styles out of the JS and into the CSS

This commit is contained in:
Alex Kilgour
2016-02-01 21:25:11 +00:00
parent 77ed85eb87
commit fc510b328a
4 changed files with 24 additions and 25 deletions

View File

@@ -439,6 +439,28 @@ ul.date-links {
.tooltip-graph {
font-size:12px;
}
.legend {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.75);
}
.legend table {
background: #fff;
border: 1px solid #808080;
margin: 5px;
}
.legend tr > td:first-child {
padding-left: 10px;
padding-right: 5px;
}
.legend tr > td:last-child {
padding-right: 10px;
}
.legend tr:first-child > td {
padding-top: 5px;
}
.legend tr:last-child > td {
padding-bottom: 5px;
}
/* New task page */
.standards-lists {