summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-19 09:01:14 +0100
committerAndrew Dolgov <[email protected]>2007-11-19 09:01:14 +0100
commitab22efa46d9d0da3ec3b87fa1237453ccba0ce90 (patch)
treeedb64d084fc760e3cd946e99b2a0a7caf0041c28 /tt-rss.css
parentae4ecd5d63acfd43ff04a5e8df13dc030e779f07 (diff)
make footer somewhat thinner (refs #171)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f58019098..9427a716d 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1384,7 +1384,7 @@ div.whiteBox {
position : absolute;
width : 260px;
overflow : auto;
- bottom : 40px;
+ bottom : 30px;
border-collapse : collapse;
height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
}
@@ -1442,7 +1442,7 @@ div.headlines_cdm {
overflow : auto;
top : 390px;
left : 260px;
- bottom : 40px;
+ bottom : 30px;
right : 0px;
border-collapse : collapse;
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@@ -1452,7 +1452,7 @@ div.headlines_cdm {
#footer, #prefFooter {
position : absolute;
bottom : 0px;
- height : 20px;
+ height : 15px;
text-align : center;
color : gray;
font-size : 9pt;
@@ -1462,7 +1462,7 @@ div.headlines_cdm {
background-color : white;
right : 0px;
left : 0px;
- padding : 10px;
+ padding : 8px;
width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
border-collapse : collapse;
border-width : 1px 0px 0px 0px;