You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
465 B

/* Keep hidden fields hidden, can be removed with Bootstrap 4 */
.hiddenfields {
display: none;
}
/* 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;
}