Fixed size of inputs in 'seasonal page'.

This commit is contained in:
Kylart 2017-02-07 15:31:35 +01:00
parent e4e7823341
commit cd6708e2c5
3 changed files with 4 additions and 6 deletions

View File

@ -205,7 +205,7 @@ body
height: 5%;
}
.md-input-container
.md-input-container.downloader-input
{
width: 35%;
}
@ -460,7 +460,7 @@ body
.md-input-container
{
/*width: 20%;*/
width: 20%;
}
.field-group

View File

@ -173,8 +173,7 @@
</div>
<div id="info-container" v-if="show" v-bind:style="{ display: display }">
<md-button @click="back()"
id="back-button"
class="md-raised">
id="back-button" class="md-raised md-accent">
Back
</md-button>
<div class="mdl-grid">
@ -251,7 +250,6 @@
</div>
</div>
<div id="season-info-container"
v-md-theme="'default'"
v-if="show"
v-bind:style="{ display: display }">
<div id="season-form-container">

View File

@ -35,7 +35,7 @@ Vue.material.registerTheme({
primary: 'white',
accent: 'indigo',
warn: 'deep-orange',
background: 'grey'
background: 'white'
},
radio: {
primary: 'white',