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
+12 -11
View File
@@ -28,22 +28,23 @@ All rights reserved.
margin-bottom: 0.5em;
}
table { background: $color-table-background; width: 100%; }
table.main {
background: $color-table-background; width: 100%;
td {
border-left: 0.1em solid $color-gray-light;
padding: 0 1em 1em 1em;
width: 25%;
td.list {
position: relative;
border-left: 0.1em solid $color-gray-light;
min-height: 12em;
padding: 0 1em 1em 1em;
width: 25%;
&:first-child { border-left: 0; }
&:first-child { border-left: 0; }
}
}
textarea, ul {
position: relative;
textarea, table.list {
position: relative; height: 100%; width: 100%;
font-size: $font-size-normal;
width: 100%;
height: 100%;
min-height: 12em;
padding: 0.2em;
}