Skip to content

MSU SSO Popup Cleanup by gillelmus

Details

Authorgillelmus

LicenseCC BY-SA 4.0

Categoryauth.msu.edu

Created

Updated

Code size1.4 kB

Code checksum220e3d41

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cleans Up the Michigan State University SSO Login Screen

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           MSU SSO Popup Cleanup
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Cleans Up the Michigan State University SSO Login Screen
@author         Gillelmus
==/UserStyle== */

@-moz-document url-prefix("https://auth.msu.edu/app/") {
#okta-sign-in > div.okta-sign-in-header.auth-header,
#okta-sign-in .o-form-theme {
    padding: 5px;
}

#okta-sign-in > div.auth-content,
#okta-sign-in.no-beacon .auth-content {
    padding-top: 0px;
}

#form20 > div.o-form-content.o-form-theme.clearfix > h2,
#form20 > div.o-form-content.o-form-theme.clearfix > div.o-form-fieldset-container > div:nth-child(1) > div.o-form-input > p,
#form20 > div.o-form-content.o-form-theme.clearfix > div.o-form-fieldset-container > div:nth-child(3) {
    display: none;
}
    
.beacon-container,
.separation-line,
.o-form-explain {
        display: none !important;
    }
    
#okta-sign-in.auth-container .button-primary {
    height: 80px !important;
}

#okta-sign-in .auth-header {
    border-bottom: none;
}

    #okta-sign-in .o-form .o-form-fieldset:last-child {
        margin: 0px;
    }
    
#okta-sign-in .siw-main-footer .auth-footer .link {
    padding: 0px;
}

#form20 > div.o-form-button-bar {
    padding-bottom: 10px;
}

#form20 > div.o-form-content.o-form-theme.clearfix > div.o-form-fieldset-container > div:nth-child(1) {
    margin: 0px;
}    
}

Reviews

No reviews yet.