mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Revert to prior method of compiling CSS
This commit is contained in:
35
awx/ui/client/legacy-styles/lists.less
Normal file
35
awx/ui/client/legacy-styles/lists.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user