summaryrefslogtreecommitdiffstats
path: root/static/css/custom.css
blob: ed0bfecc65d7d1d28bde413d9d14aa39e32dc665 (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
body {
    padding-top: 20px;
}

.nav > .breadcrumb {
    padding: 0 15px;
    margin: 0;
    background: none;
}

.nav > .breadcrumb > li {
    padding: 15px 0;
}

.table > thead > tr > th.nopadding > a.block,
.table > tbody > tr > th.nopadding > a.block,
.table > tfoot > tr > th.nopadding > a.block,
.table > thead > tr > td.nopadding > a.block,
.table > tbody > tr > td.nopadding > a.block,
.table > tfoot > tr > td.nopadding > a.block {
    display: block;
    width: 100%;
    line-height: 38px;
}

.table > thead > tr > th.nopadding,
.table > tbody > tr > th.nopadding,
.table > tfoot > tr > th.nopadding,
.table > thead > tr > td.nopadding,
.table > tbody > tr > td.nopadding,
.table > tfoot > tr > td.nopadding {
  padding-top: 0px;
  padding-bottom: 0px;
}