Revert to prior method of compiling CSS

This commit is contained in:
Joe Fiorini
2015-07-22 16:48:55 -04:00
parent fd85aec6d5
commit e2453b4199
43 changed files with 13 additions and 52 deletions

View File

@@ -0,0 +1,35 @@
/*********************************************
* Copyright (c) 2015 Ansible, Inc.
*
* lists.less
*
* custom styles for generated lists
*
*/
.list-well {
margin-top: 20px;
table >thead >tr >th {
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;
}
}