summaryrefslogtreecommitdiff
path: root/client/css/pool-categories-view.styl
blob: 0a51c9a35474c21191d7ae6ecd86ea454b9f9adc (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
@import colors

.content-wrapper.pool-categories
    width: 100%
    max-width: 45em
    table
        border-spacing: 0
        width: 100%
        tr.default td
            background: $default-pool-category-background-color
        td, th
            padding: .4em
            &.color
                input[type=text]
                    width: 8em
            &.usages
                text-align: center
            &.remove, &.set-default
                white-space: pre
        th
            white-space: nowrap
            &:first-child
                padding-left: 0
            &:last-child
                padding-right: 0
        tfoot
            display: none
    form
        width: auto