aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/statusgroups.less
blob: 5ae6c7820883cab0c0ab1c7c29d9046d87367f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import "mixins.less";
@import (less) "vendor/jquery-nestable.css";

.tree-seperator {
    list-style-type: none;
}
table.movable {
    margin-bottom: 2em;
}
.ordering {
    display: none;
}
.js .ordering {
    display: block;
}