aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
blob: f8d580a7b48ca7e3e642f1f1fda7b843206f4306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#body {
    padding: 20px;
    background: #bbbbbb;
}

ul {
    list-style: none;
}

li {
    margin: 5px 0;
}

.no-indent {
    padding-left: 0;
}

.bullet {
    width: 1.5em;
    display: inline-block;
}

.collectionTreeView-dropTarget {
    border-style: solid;
    box-sizing: border-box;
    height: 100%;
}

.docContainer {
    display: inline-table;
}

.delete-button {
    color: #999999;
    float: right;
    margin-left: 1em;
}