]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix floating title position
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Jul 2013 04:39:09 +0000 (08:39 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Jul 2013 04:39:09 +0000 (08:39 +0400)
css/cdm.css

index 65c5bf53fe1049c26e21eacf15cb635625c89163..c16cf28f16df95cb2e34b10b1dc6fbfe7f67006b 100644 (file)
@@ -230,11 +230,11 @@ div.cdmHeader span.author {
 div#floatingTitle {
        position : absolute;
        z-index : 5;
-       top : 26px;
+       top : 25px;
        right : 0px;
        left : 0px;
        border-color : #ccc;
-       border-width : 0px 0px 1px 0px;
+       border-width : 1px 0px 1px 0px;
        border-style : solid;
        background : #fcfcfc;
        color : #555;