From 1742a245acd15db2d017b5f443a316fc624d8868 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 30 Jul 2018 14:42:00 +0000 Subject: Changed to a single record display to remove the hideous problem with the page jumping. --- www/css/main.css | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) (limited to 'www/css/main.css') diff --git a/www/css/main.css b/www/css/main.css index 3e98b16..64c46f8 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -9,20 +9,49 @@ body font-size: x-small; } -input.fill +.fill { box-sizing: border-box; display: block; width: 100%; } -tr.style1 +.fillabs { - background-color: #ddddff; + 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; } -tr.style2 +.fill_0_0_higher { + box-sizing: border-box; + display: block; + width: 94%; + position: absolute; + z-index: 100; + left: 1px; + top: 11px; +} + +tr.datatable +{ + height: 30px; + position: relative; background-color: #ccccff; } @@ -43,9 +72,10 @@ td.headerbutton td.description { - width: 40%; - min-width: 100px; + width: 35%; + min-width: 300px; max-width: 500px; + position: relative; } td.username @@ -53,6 +83,7 @@ td.username width: 20%; min-width: 50px; max-width: 200px; + position: relative; } td.password @@ -60,13 +91,15 @@ td.password width: 20%; min-width: 50px; max-width: 200px; + position: relative; } td.commands { - width: 20%; + width: 25%; min-width: 50px; max-width: 100px; + position: relative; } table.datatable -- cgit v1.2.3