]> git.wh0rd.org - tt-rss.git/commitdiff
graycube updates
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 03:04:41 +0000 (04:04 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 03:04:41 +0000 (04:04 +0100)
backend.php
themes/graycube/theme.css

index 4c5a787cce127238da1dd1a3f12cf1157d8bc8c3..5e793f27f8721781796ab91e9d3419569f16f189 100644 (file)
 
                        }
 
-//                     if (!get_pref($link, 'ENABLE_FEED_CATS')) {
+                       if (!get_pref($link, 'ENABLE_FEED_CATS')) {
                                print "<li><hr></li>";
-//                     }
+                       }
 
                        if (get_pref($link, 'ENABLE_FEED_CATS')) {
                                if (get_pref($link, "FEEDS_SORT_BY_UNREAD")) {
 
 
                } else {
-                       print "<div width='100%' align='center'>No articles found.</div>";
+                       print "<div class='whiteBox'>No articles found.</div>";
                }
 
                print "</div>";
index ed340fa421e92050b3fbf3833cb12e70e54f34d9..baec918b81b84ae77fab09e08d373b5984ba4a32 100644 (file)
@@ -108,6 +108,51 @@ div.postReply > div.postHeader {
        font-weight : bold;
 }
 
+ul.feedList {
+       list-style-type : none;
+       margin : 5px;
+       padding : 0px 0px 0px 5px;
+       font-size : small;
+       white-space : nowrap;
+}
+
+ul.feedList hr {
+       border-width : 0px;
+}
+
+ul.feedList li.feedCat {
+       margin : 0px;
+       padding : 1px 0px 1px 0px;
+       color : #707070;
+       font-size : small;
+}
+
+ul.feedList li.feedCat a:hover {
+       color : black;
+}
+
+ul.feedCatList {
+       list-style-type : none;
+       margin : 0px 0px 0px 10px;
+       padding : 0px;  
+}
+
+ul.feedCatList li {
+       margin : 0px;
+       padding : 1px 0px 1px 0px;
+       color : black;
+}
+
+ul.feedList img {
+       vertical-align : bottom;
+}
+
+ul.feedList li {
+       margin : 0px;
+       padding : 2px 0px 2px 0px;
+}
+
+
 li.feedSelected a,
 li.labelSelected a,
 li.virtSelected a,
@@ -177,7 +222,7 @@ span.contentPreview:hover {
        position : absolute;
        white-space: nowrap;
        top : 10px;
-       left : 15px;
+       left : 25px;
        right : 20px;
        height : 40px;
        color : gray;