prototype login form
This commit is contained in:
parent
c93f38c494
commit
f1cdb8c642
17
tt-rss.css
17
tt-rss.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue