1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

graycube fixes; code cleanup

This commit is contained in:
Andrew Dolgov
2006-10-01 05:40:40 +01:00
parent e7dfc9c989
commit 23c2a4e7ae
5 changed files with 56 additions and 29 deletions

View File

@@ -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;