summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-07-30 14:42:00 +0000
committerIan C <ianc@noddybox.co.uk>2018-07-30 14:42:00 +0000
commit1742a245acd15db2d017b5f443a316fc624d8868 (patch)
tree6dae847a8ef5c72cd82833f96a77ade553fc23dc /www/css
parent374b4419d2ff88bfbb5cfdf2ab97bd9ed885fdaf (diff)
Changed to a single record display to remove the hideous problem with the page
jumping.
Diffstat (limited to 'www/css')
-rw-r--r--www/css/main.css47
1 files changed, 40 insertions, 7 deletions
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