From: Andrew Dolgov Date: Thu, 15 May 2008 04:20:44 +0000 (+0100) Subject: small layout fix X-Git-Tag: 1.2.23-final~138 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5713a439fb24e76cf677b0cc837bc4aa9b2119d3;p=tt-rss.git small layout fix --- diff --git a/tt-rss.css b/tt-rss.css index 48d909fc..47cce5eb 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;