From 6ec34291a8db6be51368dfd863695943a6c0b58f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 27 Jun 2016 03:57:30 +0800 Subject: Fixed alignment in tables cells --- static/mywatch.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/mywatch.css b/static/mywatch.css index aa0a761..5eb1df8 100644 --- a/static/mywatch.css +++ b/static/mywatch.css @@ -1,7 +1,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 { white-space: pre-wrap; } +table#processList td.mywatch-query { text-align: left; white-space: pre-wrap; } -- cgit v1.2.3