From 33b5ac1a57ca91d1f4c7cb1b22bea310b2e67328 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 4 May 2015 01:19:05 -0400 Subject: [PATCH] minor css changes --- src/css/logger-ui.css | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css index b1e3593..b6bdf77 100644 --- a/src/css/logger-ui.css +++ b/src/css/logger-ui.css @@ -58,25 +58,30 @@ input:focus { #content table tr { background-color: #fafafa; } +#content table tr.cat_info { + color: #00a; + } +#content table tr.blocked { + color: #c00; + } #content table tr:nth-of-type(2n+1) { background-color: #eee; } +#content table tr > td[colspan="3"]:nth-of-type(2) { + white-space: normal; + word-break: break-all; + word-wrap: break-word; + } #content table tr.doc { background-color: #666; color: white; text-align: center; } -#content table tr.doc > td:nth-of-type(2) { - padding: 1em 0; - white-space: normal; - word-break: break-all; - word-wrap: break-word; - } -#content table tr.cat_info { - color: #00a; +#content table tr.doc > td { + border: 0; } -#content table tr.blocked { - color: #c00; +#content table tr.doc > td:nth-of-type(2) { + padding: 0.6em 0; } /* #content table tr.allowed {