2019-02-25 15:18:50 +00:00
|
|
|
/* Keep hidden fields hidden, can be removed with Bootstrap 4 */
|
|
|
|
.hiddenfields {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-02-26 09:38:34 +00:00
|
|
|
/* Actions buttons should not be glued to table */
|
|
|
|
.results {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2019-02-25 15:18:50 +00:00
|
|
|
/* Checkbox column should be small */
|
|
|
|
#result_list .action-checkbox-column,
|
|
|
|
#result_list .action-checkbox {
|
|
|
|
width: 40px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* For sortable columns */
|
|
|
|
.sortable .text {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortoptions {
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortoptions .sortpriority {
|
|
|
|
display: none;
|
|
|
|
}
|