diff options
Diffstat (limited to 'www/css/main.css')
-rw-r--r-- | www/css/main.css | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/www/css/main.css b/www/css/main.css index e1420c6..1bc30bc 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -1,7 +1,23 @@ body { font-family: sans-serif; - font-size: large; +} + +div.header +{ + position: fixed; + top: 0; + width: 100%; + background: white; + height: 150px; +} + +table.datatable +{ + margin-top: 150px; + width: 100%; + max-width: 1000px; + z-index: -10; } .smalltext @@ -69,11 +85,5 @@ td.commands max-width: 100px; } -table.datatable -{ - width: 100%; - max-width: 1000px; -} - /* vim: sw=4 ts=4 */ |