frio - some small styling fixes for the manage page (badges, center name, paddings)
This commit is contained in:
parent
d96ace0224
commit
ecc393e1c3
2 changed files with 28 additions and 2 deletions
|
@ -3165,7 +3165,33 @@ section.help-content-wrapper li {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Register Page*/
|
||||
/* Manage Page */
|
||||
#identity-selector-wrapper {
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#identity-selector-wrapper .identity-match-photo {
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
#identity-selector-wrapper .identity-match-photo button {
|
||||
position: relative;
|
||||
}
|
||||
#identity-selector-wrapper .identity-match-photo .badge {
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: -8px;
|
||||
}
|
||||
#identity-selector-wrapper .identity-match-name {
|
||||
text-align: center;
|
||||
}
|
||||
#identity-selector-wrapper .identity-match-details {
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
/* Register Page */
|
||||
#register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue