diff --git a/backend.php b/backend.php
index 9ffe267a6..252004d15 100644
--- a/backend.php
+++ b/backend.php
@@ -1649,22 +1649,12 @@
if (!get_pref($link, 'ENABLE_FEED_CATS')) {
print "
- |
- Select |
-
- Title |
-
- Link
- | ";
-
- print "
-
- Update Interval
- |
-
- Purge Days
- |
-
";
+ |
+ Select |
+ Title |
+ Link |
+ Update Interval |
+ Purge Days | ";
}
$lnum = 0;
@@ -1694,19 +1684,12 @@
print "$edit_cat |
";
print "
- |
- Select |
-
- Title |
-
- Link
- |
-
- Update Interval
- |
-
- Purge Days
- |
";
+ |
+ Select |
+ Title |
+ Link |
+ Update Interval |
+ Purge Days | ";
$cur_cat_id = $cat_id;
}
@@ -1724,9 +1707,9 @@
} else {
$feed_icon = " ";
}
- print "$feed_icon | ";
+ print "$feed_icon | ";
- print " | ";
$edit_title = truncate_string($edit_title, 40);
diff --git a/tt-rss.css b/tt-rss.css
index a7a512760..a8fabd012 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -461,6 +461,14 @@ table.prefFeedList td.feedEditCat {
padding : 5px 0px 5px 0px;
}
+table.prefFeedList td.feedIcon {
+ text-align : right;
+}
+
+table.prefFeedList td.feedSelect {
+ text-align : center;
+}
+
a.helpLink {
color : #808080;
}