prototype login form

This commit is contained in:
Andrew Dolgov 2005-11-17 19:40:46 +01:00
parent c93f38c494
commit f1cdb8c642
1 changed files with 17 additions and 0 deletions

View File

@ -540,3 +540,20 @@ td.welcomePrompt {
padding-right : 10px;
}
table.loginForm {
background-image : url("images/vgrad_light_rev.png");
background-color : white;
background-position : top left;
background-repeat : repeat-x;
}
table.innerLoginForm {
border : 1px solid #f0f0f0;
padding : 50px;
background-color : white;
}
table.innerLoginForm td {
padding : 3px 3px 5px 3px;
}