aboutsummaryrefslogtreecommitdiff
path: root/static/mywatch.css
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-06-19 23:37:17 +0800
committerIgor Pashev <pashev.igor@gmail.com>2016-06-19 23:37:17 +0800
commit8de33f4a4cc1543d973b28ee05fd5670d453736e (patch)
tree9dfd26289f4006f3614fceebb62b4959e16447b4 /static/mywatch.css
parent5e2c524cef2411ef1bc0b070c63c61c07ee64e16 (diff)
downloadmywatch-8de33f4a4cc1543d973b28ee05fd5670d453736e.tar.gz
Use CSS class for query
Diffstat (limited to 'static/mywatch.css')
-rw-r--r--static/mywatch.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/mywatch.css b/static/mywatch.css
index 78993e9..354c03a 100644
--- a/static/mywatch.css
+++ b/static/mywatch.css
@@ -1,3 +1,4 @@
#serverList li { display: inline-block; }
-table#processList td { white-space: nowrap; }
table th { text-align: center; }
+table#processList td { white-space: nowrap; }
+table#processList td.mywatch-query { white-space: pre-wrap; }