final polisch
This commit is contained in:
parent
8bdec23881
commit
96e585a47e
|
|
@ -4,6 +4,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
|
left: 5px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -64,4 +65,8 @@
|
||||||
border-color: black;
|
border-color: black;
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tocraft {
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
<h1 class="ui-widget" style="text-align: center;width: 320px;">Items to Craft</h1>
|
<h1 class="ui-widget" style="text-align: center;width: 320px;">Items to Craft</h1>
|
||||||
<div id="tocraft"></div>
|
<div id="tocraft"></div>
|
||||||
<span style="display: inline-block; width: 90%;"></span> <br>
|
<span style="display: inline-block; width: 90%;"></span> <br>
|
||||||
<button id="calc">Calculate</button>
|
<button id="calc" style="left: 5px;">Calculate</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="outputbox">
|
<div id="outputbox">
|
||||||
<h1 class="ui-widget" style="text-align: center;">Requiered Items</h1>
|
<h1 class="ui-widget" style="text-align: center;">Requiered Items</h1>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue