Add ability to craft multipl items at once

* Remove the old crafting table view
* Complete UI/UX of the inventory view
This commit is contained in:
Andrew Miner
2015-01-07 08:31:53 -08:00
parent a1a7ee5dc9
commit f51082a1cb
10 changed files with 72 additions and 37 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ label {
.view__header {
background: $color-brick-light url('/images/stone_brick_light.png');
position: relative; height: 10em;
margin: 5em 0 2em 0;
margin-top: 5em;
h1 { position: relative; top: -3em; left: -3em; }
+3 -1
View File
@@ -6,8 +6,10 @@ All rights reserved.
*/
.view__item_page {
& > div {
display: inline-block;
margin-top: 2em;
padding: 0 2em;
position: relative;
vertical-align: top;
@@ -15,5 +17,5 @@ All rights reserved.
.view__inventory { width: 50%; height: 26em; }
.view__crafting_table, .view__mod_pack { margin-top: 2em; width: 100%; }
.view__mod_pack { margin-top: 2em; width: 100%; }
}