aboutsummaryrefslogtreecommitdiff
path: root/static/mywatch.css
blob: aa0a7612e2f11d73131d244cde6e82b71261a312 (plain)
1
2
3
4
5
6
7
#serverList li { display: inline-block; }
table td.btn { opacity:0; max-width:1em; }
table th { text-align: center; }
table tr:hover td.btn { opacity:1; }
table#processList td { white-space: nowrap; }
table#processList td.mywatch-number { text-align: right; }
table#processList td.mywatch-query { white-space: pre-wrap; }