summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 04:04:41 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 04:04:41 +0100
commit6a4413b46b7ec951718725cf22e7d877ff3e85a4 (patch)
tree4c7b93b12f808526c1e9c33c644ffc922dc4b7fc
parent800a71e0f10799d10271506b289802df11166069 (diff)
graycube updates
-rw-r--r--backend.php6
-rw-r--r--themes/graycube/theme.css47
2 files changed, 49 insertions, 4 deletions
diff --git a/backend.php b/backend.php
index 4c5a787cc..5e793f27f 100644
--- a/backend.php
+++ b/backend.php
@@ -193,9 +193,9 @@
}
-// 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")) {
@@ -863,7 +863,7 @@
} else {
- print "<div width='100%' align='center'>No articles found.</div>";
+ print "<div class='whiteBox'>No articles found.</div>";
}
print "</div>";
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index ed340fa42..baec918b8 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -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;