Finished basic styling

This commit is contained in:
Andrew Miner
2013-08-18 09:49:15 -07:00
parent cbcd6f0e5b
commit c7d2fc85fd
3 changed files with 10 additions and 9 deletions
+7 -9
View File
@@ -22,7 +22,7 @@
<tr>
<td>&nbsp;</td>
<td>
<input id="recipebook_url" placeholder="load another recipebook..."></input>
<input id="recipebook_url" placeholder="enter a URL to load another recipe book..."></input>
<button id="recipebook_load_button">Load</button>
</td>
</tr>
@@ -31,14 +31,12 @@
</div> <!-- #recipe_books -->
<div id="crafting" class="hidden">
<h1>Crafting</h1>
<select id="crafting_selector" disabled></select>
<div id="crafting_output" class="hidden">
<p>You'll need:</p>
<ul id="missing_materials"></ul>
<p>You'll get:</p>
<ul id="leftover_materials"></ul>
</div>
<h1><img src="images/workbench_top.png"> Crafting</h1>
<p>Choose a recipe: <select id="crafting_selector" disabled></select></p>
<table id="crafting_output" class="hidden" cellpadding="0" cellspacing="0">
<tr><th width="50%">You'll need:</th><th>You'll get:</th></tr>
<tr><td id="missing_materials">&nbsp;</td><td id="leftover_materials"></td></tr>
</table>
<div id="crafting_error" class="error"></div>
</div> <!-- #crafting -->
</div> <!-- .container_12 -->