Group verification CSS

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 14:06:44 +02:00 committed by Morris Jobke
parent 67057f7e71
commit 6a48548755
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 15 additions and 17 deletions

View File

@ -139,14 +139,28 @@ input#openid, input#webdav { width:20em; }
pointer-events: none;
}
/* verify accounts */
#personal-settings-container .verify {
position: relative;
padding: 10px;
float: right;
}
#personal-settings-container .verify,
#personal-settings-container .verify-action {
cursor: pointer;
}
#verification-dialog {
right: 0;
top: 0;
}
#verification-dialog p {
padding: 10px;
}
#verification-dialog .verificationCode {
font-family: monospace;
white-space: nowrap;
display: block;
}
.federationScopeMenu {
top: 44px;
@ -1027,19 +1041,3 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
margin-bottom: 12px;
opacity: .7;
}
/* verify accounts */
#verification-dialog {
right: 0;
top: 0;
}
#verification-dialog p {
padding: 10px;
}
#verification-dialog .verificationCode {
font-family: monospace;
white-space: nowrap;
display: block;
}