diff options
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 |