Move images in inventory to the left

This commit is contained in:
Andrew Miner
2015-01-28 11:17:30 -08:00
parent d5962ff673
commit 71b25a8a16
6 changed files with 53 additions and 47 deletions
+3 -9
View File
@@ -7,9 +7,8 @@ All rights reserved.
.view__stack {
font-family: $font-family-normal;
td { vertical-align: middle; }
.quantity {
.quantity p {
border-radius: 0.75em;
background: $color-ice;
color: $color-background-panel;
@@ -17,17 +16,12 @@ All rights reserved.
font-weight: bold;
text-align: center;
min-width: 3em;
padding: 0.1em 0.5em;
padding: 0.2em 0.5em 0.1em 0.5em;
height: $font-size-small + 0.2em;
}
.name {
.name p {
display: inline;
font-size: $font-size-normal;
}
img {
width: 100%; height: auto;
max-height: 4.8em;
}
}