summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-17 19:40:46 +0100
committerAndrew Dolgov <[email protected]>2005-11-17 19:40:46 +0100
commitf1cdb8c642efda0087356b21a5426372258f3fa1 (patch)
treeec7bf015de3d363451e904a66a08d9195daaa234 /tt-rss.css
parentc93f38c4949fdbfaf256f493bcdaf772873f4e8a (diff)
prototype login form
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 25eb83548..0bc3a522e 100644
--- a/tt-rss.css
+++ b/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;
+}