summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-19 07:42:53 +0100
committerAndrew Dolgov <[email protected]>2006-08-19 07:42:53 +0100
commit660c059f88bfc2f60952beb24a5fa2fa7ae543f7 (patch)
treebf202b1fc4a24feb6a0d05b8588207208dc23f13 /tt-rss.css
parente4811ad887b6ca5651f5d58aaf6377bd3ecbde35 (diff)
rework login screen
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f8f155b73..a96f7b575 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1171,3 +1171,37 @@ span.debugTS {
padding : 3px;
font-weight : bold;
}
+
+table.loginForm2 {
+ padding : 1em;
+}
+
+table.loginForm2 .loginTop {
+ border-width : 0px 0px 1px 0px;
+ border-color : #88b0f0;
+ border-style : solid;
+ padding : 0.5em;
+}
+
+table.loginForm2 .loginMiddle {
+ padding : 3em;
+}
+
+table.loginForm2 .loginBottom {
+ border-width : 1px 0px 0px 0px;
+ border-color : #88b0f0;
+ border-style : solid;
+ font-size : x-small;
+ text-align : center;
+ color : #909090;
+ padding : 0.5em;
+}
+
+table.loginForm2 .loginBottom a {
+ color : #909090;
+}
+
+.loginError {
+ color : red;
+ margin : 0.5em;
+}