About Branding the Logon Page
The heights of some of the table cells are hard-coded in CensusWebVD\logon.asp.
LogonBody sets the background color for the page.
The images and background colors for the box with rounded corners are set by these classes:
Logon-t-left,
td.Logon-t-center, div.Logon-t-right
Logon-m-left,
div.Logon-m-center, td.Logon-m-right
Logon-b-left,
td.Logon-b-center, div.Logon-b-right
Note the mix of div and td elements. If you want to replace the images with colors and borders, set the left and right classes to the background color and use the center classes to define your border.
div.Logo inserts the Vector HelpDesk logo.
div.Logon-decor-img inserts the keyboard image with the orange border
LogonForm positions the logon form (the Logon Name and Password text boxes).
div.LogonField and div.PwdField position the form elements.
div.LogonCaption formats the Logon Name and Password labels.
input.LogonInput and input.LogonInputHover format the text boxes.
a.LogonState1 and a.LogonState1:hover set the images used for the Logon button.
HelpState1 and HelpState1:hover set the images used for the Help button.
Related Topics