Update popup

This commit is contained in:
Sebastiaan Pasma 2018-08-30 14:10:46 +02:00
commit d65e4401dd
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 71 additions and 17 deletions

View file

@ -195,3 +195,13 @@
top:11px;
}
}
.popup-update {
.popup-buttons {
display: block;
}
.popup-buttons .button{
display:block;
min-width: 100% !important;
margin-top: 4px;
}
}