-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout on pop-up sign in not centered/jsutified #5
Comments
It's related to the footer. If you change the position property in the footer to "fixed;" instead of "relative;" located in: |
Ok will have a look for that and give it an adjustment. Would you expect the main body of the page to be centered, or more to the left as it seems to be in both our cases? Also, do you have any guides on how to amend the footer to include the links you have in yours, or is that something you just did yourself? I'd love to add a change password link to our footer. |
You could use this to add a change password link: Set-AdfsGlobalWebContent -HelpDeskLink "https://sts.domain.com/adfs/portal/updatepassword/" -HelpDeskLinkText “Change Password” You can use -PrivacyLink as well |
Adjusting position to fixed works perfectly! Noted on adding -HelpDeskLink, will try that next. I am keen to know your guys thoughts on the centering of the main body content, as the Microsoft sign in dialogue has these centered horizontally, and just seems odd the ADFS ones are slightly to the left. Cheers. |
If you want my take and fixes for this AdfsWebCustomization, check out my ADFS Repo. Example screenshots available. Fixes included:
|
Phil, your commit looks good, and I love the transparent footer to fall in line with Microsoft's own login pages. Not sure if I should raise as an issue on your project or not, but my only last gripe is the centering of the dialogue boxes on small resolution windows/devices. |
I think the best way is to create an issue on my project to keep this issue clean from other things. Do this and provide examples (screen dumps) on the working Azure AD Sign-in page and the non-working ADFS Sign-in page and perhaps I can figure it out. |
Will do |
When I get a pop-up sign in dialogue box, such as connecting to Exchange Online powershell in my below example, the layout does not look great as you can see:
The sign in boxes aren't centered, and the copyright bar at the bottom of the page just hovers in the middle, rather than aligning with the bottom of the window.
The text was updated successfully, but these errors were encountered: