blob: 44e4b3d1044084f02889adf46e619d5e3b5b1937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@import "mixins";
@import "vendor/jquery-nestable.css";
.tree-seperator {
list-style-type: none;
}
table.movable {
margin-bottom: 2em;
}
.ordering {
display: none;
}
.js .ordering {
display: block;
}
|