summaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: 02b19591b44601000c65e0e35ea086a6e1fa58b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.tablesorter thead tr 
  th.physchem {
    min-width: 60px;}
  th.tox {
    background-color: #ffcc80 !important}
.tablesorter tbody tr 
  td.physchem {
    min-width: 60px;}
  td.tox {
    background-color: #ffcc80 }
.tablesorter tbody tr.static td {
  background-color: #CCFFCC;
}
.th5 {
  display: inline;
}