Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Click the "Create" button to create a new customisation:

Image RemovedImage Added


FieldDescriptionExample
NameEnter a descriptive nameOutlook Web Interface
Customisation Type

SSO Server
Agentsselect the agents on which the applications are publishedSingle Sign-On Server
Applicationsselect the applications to be customised Outlook Web Interface


Image RemovedImage Added


Now, you can customize any element in the body content. See the example below:

Header Right


Content Header Top



Content Header Bottom




Image Added






Code Block
languagecss
titleCSS
.page-header {
background-color: lightgray !important;
}

.page-header-image {
width: 200px;
max-height: 200px;
}

.page-header-middle {
font-weight: bold;
color: red;
}

.content-footer {
margin-bottom:20px;
font-weight: bold;
color: red;
}

.page-footer {
background-color: lightgray;
font-size: 12px;
}


...