summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-19 19:19:35 +0100
committerAndrew Dolgov <[email protected]>2005-12-19 19:19:35 +0100
commit82e1fe00fd0ba85b30d8823c1175aeae0fd11fb1 (patch)
treed758a51859100d336d80445509ad3402c8391508 /tt-rss.css
parent426d3c57372976359d298fa881ee5d4cd7c3bf1b (diff)
display username/logout prompt if header is disabled (closes #10)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 584c41b35..d99a6308f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -329,18 +329,21 @@ input.editbox {
padding-left : 2px;
}
-#notify {
+td.notifyBox {
font-size : 10pt;
text-align : right;
+}
+
+#notify {
color : black;
font-weight : bold;
padding : 3px;
}
#dispSwitch {
- text-align : right;
padding : 5px 5px 5px 0px;
font-size : x-small;
+ text-align : right;
}
#dispSwitch a {
@@ -692,10 +695,6 @@ table.innerLoginForm td {
padding : 3px 3px 5px 3px;
}
-div.small, p.small {
- font-size : x-small;
-}
-
span.insensitive {
color : gray;
}
@@ -730,7 +729,7 @@ div.logoutContent {
}
.small {
- font-size : small;
+ font-size : x-small;
}
table.innerFeedTable td {