Add claim call to action on unclaimed accounts

This commit is contained in:
rubenwardy
2018-05-29 18:16:05 +01:00
parent 6353ac29e9
commit 63a3b5e872
6 changed files with 16 additions and 5 deletions

View File

@@ -243,13 +243,16 @@ select:not([multiple]) {
.alert .alert_right, .alert > form {
display: inline-block;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.alert .alert_right:not(.button) {
padding: 0;
}
.alert .alert_right form {
height: 100%;
}