summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 05:40:40 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 05:40:40 +0100
commit23c2a4e7aefa20361b69751677152762ccef5553 (patch)
treeaae574c0ff5819f0b26d987a35362250091ca655 /tt-rss.css
parente7dfc9c9892f5a7b1aa205f04b254d12883ecab2 (diff)
graycube fixes; code cleanup
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 39d73a929..3eb4ad8bd 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -379,6 +379,10 @@ tr.title td a:hover {
color : black;
}
+div.feedEditSearch {
+ float : right;
+}
+
table.prefFeedList td.feedEditCat {
font-weight : bold;
border-width : 0px 0px 1px 0px;
@@ -573,11 +577,6 @@ span.insensitive {
}
.prefGenericAddBox {
- margin : 5px;
- font-size : small;
-}
-
-.prefGenericAddBox td {
font-size : small;
}
@@ -1165,6 +1164,10 @@ div.headlines_cdm {
height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
}
+#prefFooter {
+ display : none;
+}
+
#footer {
position : absolute;
bottom : 0px;