summaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: 104ccbf6fe796ebeb7f0da7d80f804c01a2ffe54 (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
body {
  overflow: scroll;
}
#results {
  height: 500px;
  overflow:scroll;
}
.tablesorter tbody tr td {
  padding: 8px;
}
.tablesorter tbody tr td {
  padding: 8px;
}
.tablesorter thead tr th {
  vertical-align: middle;
}
.tablesorter thead tr 
  th.physchem {
    white-space: nowrap;
    min-width: 60px;}
  th.tox {
    white-space: nowrap;}
.tablesorter tbody tr 
  td.physchem {
    white-space: nowrap;
    min-width: 60px;}
  td.tox {
    white-space: nowrap;}
.tablesorter tbody tr.static td {
  background-color: #CCFFCC;
}