summaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: e03c660288126da5b80a80e39c19d4eb8d28e256 (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
.neighbor {
}
.tablesorter tbody tr td {
  padding: 8px;
}
.tablesorter tbody tr td {
  padding: 8px;
}
.tablesorter thead tr th {
  vertical-align: middle;
}
.tablesorter thead tr 
  td.physchem {
    white-space: nowrap;
    min-width: 60px;}
  td.tox {
    white-space: nowrap;}
.tablesorter tbody tr 
  td.physchem {
    white-space: nowrap;
    min-width: 60px;}
  td.tox {
    white-space: nowrap;}
  td {
  padding: 4px 18px 4px 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;}

.tablesorter thead tr.static td {
  background-color: #99cc00;
}