summaryrefslogtreecommitdiff
path: root/rt/share/static/css/base/collection.css
blob: d690192ba61a63d9e6e4a9a5710206d4d4aa4e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
table.collection td:first-child, table.collection th:first-child {
    padding-left: 1em;
}

.collection-as-table ul.cf-values {
    margin-top: 0;
    margin-bottom: 0;
}

.collection-as-table .user a {
    font-weight: inherit;
}

.collection-as-table .user a:visited {
    color: inherit;
}