aboutsummaryrefslogtreecommitdiff
path: root/static/mywatch.css
blob: 5eb1df8d10a96f0b6084a8a9d142fc4e8e707ad7 (plain)
1
2
3
4
5
6
7
8
#serverList li { display: inline-block; }
table td { text-align:center; }
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 { text-align: left; white-space: pre-wrap; }