From 79a90191189ebee17b2259f8a5885d88b77419f4 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 31 Jul 2018 07:08:54 +0000 Subject: Reverted back to multi-line display. Found out it was using hyperlinks as buttons that was causing the jumping. --- www/css/main.css | 43 +++++-------------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) (limited to 'www/css') diff --git a/www/css/main.css b/www/css/main.css index 64c46f8..33446e3 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -9,49 +9,20 @@ body font-size: x-small; } -.fill +input.fill { box-sizing: border-box; display: block; width: 100%; } -.fillabs +tr.style1 { - box-sizing: border-box; - display: block; - width: 99%; - position: absolute; - left: 1px; - top: 11px; -} - -.fill_0_0_lower -{ - box-sizing: border-box; - display: block; - width: 99%; - position: absolute; - z-index: 0; - left: 1px; - top: 11px; -} - -.fill_0_0_higher -{ - box-sizing: border-box; - display: block; - width: 94%; - position: absolute; - z-index: 100; - left: 1px; - top: 11px; + background-color: #ddddff; } -tr.datatable +tr.style2 { - height: 30px; - position: relative; background-color: #ccccff; } @@ -73,9 +44,8 @@ td.headerbutton td.description { width: 35%; - min-width: 300px; + min-width: 100px; max-width: 500px; - position: relative; } td.username @@ -83,7 +53,6 @@ td.username width: 20%; min-width: 50px; max-width: 200px; - position: relative; } td.password @@ -91,7 +60,6 @@ td.password width: 20%; min-width: 50px; max-width: 200px; - position: relative; } td.commands @@ -99,7 +67,6 @@ td.commands width: 25%; min-width: 50px; max-width: 100px; - position: relative; } table.datatable -- cgit v1.2.3