pull/157/head
Henrique Dias 2017-07-20 18:50:29 +01:00
parent a6d700fc04
commit fd4a61dc6e
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
4 changed files with 4 additions and 2390 deletions

View File

@ -59,7 +59,7 @@
</div> </div>
<p> <p>
<input v-if="id !== 0" type="submit" @click.prevent="deletePrompt" class="cancel" value="Delete"> <button v-if="id !== 0" @click.prevent="deletePrompt" type="button" class="delete">Delete</button>
<input type="submit" value="Save"> <input type="submit" value="Save">
</p> </p>
</form> </form>

View File

@ -39,6 +39,7 @@
margin-top: 0; margin-top: 0;
} }
.dashboard form > p:last-child,
form.dashboard > p:last-child { form.dashboard > p:last-child {
text-align: right text-align: right
} }
@ -82,11 +83,11 @@ form.dashboard > p:last-child {
border-color: green; border-color: green;
} }
.dashboard input[type="submit"].cancel { .dashboard button.delete {
background: #F44336; background: #F44336;
} }
.dashboard input[type="submit"].cancel:hover { .dashboard button.delete:hover {
background: #D32F2F; background: #D32F2F;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long