]> git.wh0rd.org - tt-rss.git/commitdiff
css tweaks
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 09:51:51 +0000 (10:51 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 09:51:51 +0000 (10:51 +0100)
functions.php
tt-rss.css

index 6a1eebee32659057f204d9a41be140422d9147bc..5e033005beaf3e3ecd6919a2b452ed8824be1c19 100644 (file)
                        print "</div>";
 
                        print "<div class=\"postIcon\">" . $feed_icon . "</div>";
+
                        print "<div class=\"postContent\">";
-                       
+
                        #print "<div id=\"allEntryTags\">".__('Tags:')." $f_tags_str</div>";
 
                        $article_content = sanitize_rss($link, $line["content"]);
index 6e0990445a3eaaff094305a3e4f698bf008fd986..30971e7cf12c6e258e3047207d19531e7f5ebdc7 100644 (file)
@@ -28,14 +28,14 @@ div.postReply a:hover {
 }
 
 div.postReply div.postHeader {
-       background : #ecf4ff;
-       /* border : 1px solid #88b0f0; */
        border-width : 0px 0px 1px 0px;
-       border-style : dotted;
-       border-color : #88b0f0; 
+       border-style : solid;
+       border-color : #a0a0a0;
+       background-color : #f9faff;
        margin : 0px 1px 0px 0px;
        padding : 5px;
        cursor : move;
+       color : #909090;
 }
 
 /* div.postReply > div.postHeader {