summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-15 05:20:44 +0100
committerAndrew Dolgov <[email protected]>2008-05-15 05:20:44 +0100
commit5713a439fb24e76cf677b0cc837bc4aa9b2119d3 (patch)
tree2c4ff1f45877aacb0e198c24be2e8689f59cf8b4 /tt-rss.css
parent619637bb51e8a1257e8556d5456bcbb4095c2d73 (diff)
small layout fix
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 48d909fc1..47cce5eb7 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -33,7 +33,7 @@ div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : dotted;
border-color : #88b0f0;
- margin : 0px 1px 0px 1px;
+ margin : 0px 1px 0px 0px;
padding : 5px;
}
@@ -729,7 +729,7 @@ table.headlinesSubToolbar {
border-style : solid;
border-color : #f0f0f0;
position : absolute;
- left : 1px;
+ left : 0px;
top : 0px;
height : 25px;
right : 0px;
@@ -1418,7 +1418,7 @@ div.headlines_normal {
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #88b0f0;
- left : 260px;
+ left : 261px;
height : 305px;
top : 85px;
right : 0px;
@@ -1434,7 +1434,7 @@ div.headlines_cdm {
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
- left : 260px;
+ left : 261px;
bottom : 40px;
top : 85px;
right : 0px;
@@ -1451,7 +1451,7 @@ div.headlines_cdm {
border-color : #88b0f0;
overflow : auto;
top : 390px;
- left : 260px;
+ left : 261px;
bottom : 40px;
right : 0px;
border-collapse : collapse;
@@ -1471,7 +1471,7 @@ div.headlines_cdm {
background-repeat : repeat-x;
background-color : white;
right : 0px;
- left : 260px;
+ left : 261px;
padding : 10px;
width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
border-collapse : collapse;
@@ -1494,7 +1494,7 @@ div.headlines_cdm {
}
#headlinesContainer {
- margin-left : 1px;
+ margin-left : 0px;
background-color : white;
}
@@ -1509,7 +1509,7 @@ div.headlines_cdm {
#headlinesInnerContainer {
overflow : auto;
position : absolute;
- left : 1px;
+ left : 0px;
right : 0px;
bottom : 0px;
top : 25px;