Improve layout of stacks in crafting table

This commit is contained in:
Andrew Miner
2015-01-04 11:35:43 -08:00
parent e99a688b7e
commit 549abc1224
7 changed files with 43 additions and 38 deletions
+9 -9
View File
@@ -24,17 +24,17 @@
input(name="including_tools", type="checkbox")
| including tools
table
table.main
tr
td.have
td.have.list
h3: p You have...
textarea(name="have", placeholder="For example:\n\n3 wool\n4 iron ingot")
td.need
textarea(name="have", placeholder="For example:\n\n3 wool\n4 iron ingot", rows="12")
td.need.list
h3: p You'll need...
ul
td.make
table.list
td.make.list
h3: p You'll make...
ul
td.result
table.list
td.result.list
h3: p You'll get...
ul
table.list
+4 -4
View File
@@ -5,7 +5,7 @@
//- All rights reserved.
//-
li.view__stack
p.quantity
a.name: p
img(src='')
tr.view__stack
td: p.quantity
td: p.name
td: img(src='')