From 5cece45351c047eb1f5ea73f4e50da7218abd318 Mon Sep 17 00:00:00 2001 From: GordonDaFreeman Date: Mon, 22 Jan 2018 17:51:59 +0100 Subject: [PATCH] Layout update --- css/main.css | 31 +++++- index.html | 15 ++- js/main.js.old | 260 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 302 insertions(+), 4 deletions(-) create mode 100644 js/main.js.old diff --git a/css/main.css b/css/main.css index d51a419..104c320 100644 --- a/css/main.css +++ b/css/main.css @@ -8,6 +8,17 @@ } #menubox { + height: 100%; + top: 0px; + left : 0px; + position: fixed; + border-left-width: 2px; + border-color: black; + border-left-style: solid; + z-index: 10; +} + +#crafting { height: 100%; top: 0px; left : 320px; @@ -15,7 +26,18 @@ border-left-width: 2px; border-color: black; border-left-style: solid; - left: 320px; +} + +#outputbox { + height: 100%; + top: 0px; + left : 640px; + position: fixed; + border-left-width: 2px; + border-right-width: 2px; + border-color: black; + border-left-style: solid; + border-right-style: solid; } .splitable { @@ -31,4 +53,11 @@ right: 5px; bottom: 0; position: fixed; +} + +#outputfull { + border-top-width: 2px; + border-color: black; + border-top-style: solid; + width: 320px; } \ No newline at end of file diff --git a/index.html b/index.html index 97ecc9b..7a62c92 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@