diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-07-31 07:08:54 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-07-31 07:08:54 +0000 |
commit | 79a90191189ebee17b2259f8a5885d88b77419f4 (patch) | |
tree | e1a7df4e70fbc0231660c8d8252eb56215705ae9 /www/css | |
parent | fdf45783f5c8c01613915ea10ac8458ed50c027f (diff) |
Reverted back to multi-line display. Found out it was using hyperlinks as
buttons that was causing the jumping.
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/main.css | 43 |
1 files changed, 5 insertions, 38 deletions
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 |