Add button to suggest a new mod

This commit is contained in:
Andrew Miner
2015-01-15 14:43:17 -08:00
parent 6562c5a4b8
commit a50e3d9621
9 changed files with 125 additions and 50 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ All rights reserved.
.panel {
position: absolute; top: 5em; right: 2em; bottom: 0; left: 2em;
background: $color-table-background;
background: $color-background-panel;
.prev {
background: url('/images/arrow-left-disabled.png');
+3 -3
View File
@@ -15,7 +15,7 @@ All rights reserved.
.panel {
position: absolute; top: 5em; right: 2em; bottom: 0; left: 2em;
background: $color-table-background;
background: $color-background-panel;
text-align: right;
}
@@ -26,8 +26,8 @@ All rights reserved.
}
.toolbar {
position: absolute; right: 0; bottom: 0; left: 0; height: 3em;
background: $color-toolbar-background;
position: absolute; right: 0; bottom: 0; left: 0; height: 3.5em;
background: $color-background-toolbar;
border-top: 1px solid $color-gray-light;
}
+15 -5
View File
@@ -6,15 +6,10 @@ All rights reserved.
*/
.view__mod_pack {
button {
@include center-vertical;
position: absolute; right: 1em;
}
input { border: 0; font-size: 1.5em; width: 90%; }
table {
background: white;
margin: 0 auto;
width: 100%;
@@ -28,4 +23,19 @@ All rights reserved.
td:nth-child(2) { width: 30%; }
td:nth-child(3) { width: 65%; border-left: 0.1em solid $color-brick-light; }
}
.panel {
background: white;
}
.toolbar {
position: relative; width: 35%;
margin-top: 1em;
padding: 1em 1em;
text-align: center;
button {
position: relative; width: 66%;
}
}
}
+1 -1
View File
@@ -12,7 +12,7 @@ All rights reserved.
.quantity {
border-radius: 0.75em;
background: $color-ice;
color: $color-table-background;
color: $color-background-panel;
font-size: $font-size-normal;
font-weight: bold;
text-align: center;