Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following CSS will add a smaller version of the page logo centered on the bottom of every SSO page. A horizontal line will appear above the logo. Add this code to any custom CSS file used.

ubilogin-sso/ubilogin/custom/templates/default.css
#footer {
    background:#FFF url(/uas/template/default/logo) no-repeat 50% 50%;
    width:1280px;
    max-width:1280px;
    height:130px;
    padding: 0;
    border-top:1px solid grey;
    margin:0;
}
  • No labels