From e19daf5e4efe081a721ba627df5cf5499930d497 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 27 Jun 2018 14:17:13 +0000 Subject: Initial attempts at adding the commands. --- www/css/main.css | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'www/css') diff --git a/www/css/main.css b/www/css/main.css index ab6eb04..d400b22 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -6,7 +6,7 @@ body .smalltext { - font-size: small; + font-size: x-small; } td input @@ -26,6 +26,55 @@ tr.style2 background-color: #ccccff; } +td.headertext +{ + width: 150px; +} + +td.headerinput +{ + width: 200px; +} + +td.headerbutton +{ + width: 100px; +} + +td.description +{ + width: 40%; + min-width: 100px; + max-width: 500px; +} + +td.username +{ + width: 20%; + min-width: 50px; + max-width: 200px; +} + +td.password +{ + width: 20%; + min-width: 50px; + max-width: 200px; +} + +td.commands +{ + width: 20%; + min-width: 50px; + max-width: 100px; +} + +table.datatable +{ + width: 100%; + max-width: 1000px; +} + a:link { color: black; -- cgit v1.2.3