]> git.wh0rd.org - tt-rss.git/commitdiff
small layout fix
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 15 May 2008 04:20:44 +0000 (05:20 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 15 May 2008 04:20:44 +0000 (05:20 +0100)
tt-rss.css

index 48d909fc190464266f956480500f2113e7145565..47cce5eb733b7583ad0444342ccf21b65d3c34c3 100644 (file)
@@ -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;