Browse Source
Group verification CSS
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/3869/head
Jan-Christoph Borchardt
9 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with
15 additions and
17 deletions
-
settings/css/settings.css
|
|
|
@ -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; |
|
|
|
} |