Implement multi-select-list module

This commit is contained in:
Joe Fiorini
2015-03-24 17:06:55 -04:00
parent 4129282401
commit 9fd0184131
9 changed files with 361 additions and 53 deletions

View File

@@ -14,3 +14,22 @@
font-weight: normal;
}
}
.is-selected-row, .is-selected-row td {
background-color: #E4F1FF !important;
}
.select-column {
text-align: center;
}
th.select-column {
label {
// overrides the default style of
// display: inline-block, which allowed
// margins to push down the label,
// thus breaking the vertical-alignment
// of the cell
display: inline;
}
}