From 62ac0cc8c13a2c2f94f5996e55e64a5c644ead4c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2005 20:53:10 +0100 Subject: [PATCH] prefs: further feedlist tweaks --- backend.php | 45 ++++++++++++++------------------------------- tt-rss.css | 8 ++++++++ 2 files changed, 22 insertions(+), 31 deletions(-) diff --git a/backend.php b/backend.php index 9ffe267a..252004d1 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 a7a51276..a8fabd01 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; } -- 2.39.2