1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

prototype login form

This commit is contained in:
Andrew Dolgov
2005-11-17 19:40:46 +01:00
parent c93f38c494
commit f1cdb8c642

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;
}