From b39ae2a8b4d2bddf054a45d52f9f52c0e971aaa1 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Thu, 11 Jan 2018 20:18:29 +0100 Subject: Add logout, rename and ui improvements --- html/webbox.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'html/webbox.css') diff --git a/html/webbox.css b/html/webbox.css index ffb16cc..67d87b4 100644 --- a/html/webbox.css +++ b/html/webbox.css @@ -157,6 +157,7 @@ table.list { border: 0; /* 1px solid #000000; */ cursor: pointer; background-color: #FFFFFF; + border-collapse: collapse; } table.list tr { @@ -167,15 +168,21 @@ table.list tr.selectedrow { background-color: #CCCCFF; } +table.list td { + border-width: 0; + border-bottom-width: 1px; + border-style: solid; + border-color: #808080; +} + table.list td.type { width: 50px; - border: 0; /* 1px solid #000000; */ } table.list td.name { width: 100%; - border: 0; /* 1px solid #000000; */ color: #0000FF; + white-space: pre; } @media only screen and (min-width: 1px) and (max-width: 630px) { @@ -196,4 +203,9 @@ table.list td.name { height: 100%; margin: 0; } + + table.list td { + padding: 5px; + } } + -- cgit v1.2.3