diff --git a/css/main.css b/css/main.css index 104c320..c01e81d 100644 --- a/css/main.css +++ b/css/main.css @@ -9,8 +9,8 @@ #menubox { height: 100%; - top: 0px; - left : 0px; + top: 0px; + left: 0px; position: fixed; border-left-width: 2px; border-color: black; @@ -20,8 +20,8 @@ #crafting { height: 100%; - top: 0px; - left : 320px; + top: 0px; + left: 320px; position: fixed; border-left-width: 2px; border-color: black; @@ -30,8 +30,8 @@ #outputbox { height: 100%; - top: 0px; - left : 640px; + top: 0px; + left: 640px; position: fixed; border-left-width: 2px; border-right-width: 2px; @@ -55,6 +55,10 @@ position: fixed; } +#output , #outputfull { + padding-left: 5px; +} + #outputfull { border-top-width: 2px; border-color: black; diff --git a/index.html b/index.html index 7a62c92..fbed496 100644 --- a/index.html +++ b/index.html @@ -66,6 +66,7 @@
+ Release 1.0
Thanks to Pyramidalist and his community
© MasterGordon & Ph3nix
diff --git a/js/main.js b/js/main.js index 4b66524..6cc2cef 100644 --- a/js/main.js +++ b/js/main.js @@ -273,13 +273,13 @@ function updateoutput() { if (allItems[frequieredItems[i]]) { $("#outputfull").append( "" + + "\" class=\"ui-widget notsplitable\">" + frequieredCount[i] + "x " + allItems[requieredItems[i]].name + "
") } else { $("#outputfull").append( "" + + "\" class=\"ui-widget notsplitable\">" + frequieredCount[i] + "x " + frequieredItems[i] + "
") }