X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=f213123fb6c89c0d869da950fec69098d3a93656;hb=82204b80e8d3c90697a1b70092b3714ba8dfeda8;hp=c2ad62d3c3eec05dfbf9b8c26a3463bc77ee4e8f;hpb=d6a82c6c2d7befde9914fce3bd4e3e07b97ca036;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c2ad62d3c3..f213123fb6 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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; }