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:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user