8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-25 04:43:10 +00:00
re2o/static/admin/css/changelists.css
2019-02-25 17:53:12 +01:00

27 lines
465 B
CSS

/* 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;
}