summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}