From 0eef53fe3cd09da8db1581b1e0853e43fd952179 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 11:55:09 +0100 Subject: [PATCH] change padding for prefsToolbar --- prefs.php | 2 +- tt-rss.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/prefs.php b/prefs.php index 5f0adf7d1..c90d8b533 100644 --- a/prefs.php +++ b/prefs.php @@ -19,7 +19,7 @@ - + diff --git a/tt-rss.css b/tt-rss.css index f1a59898f..4e316e489 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -25,6 +25,13 @@ table.main td.mainToolbar { padding : 3px 25px 3px 10px; } +table.main td.prefsToolbar { + border-width : 0px 0px 0px 0px; + border-style : solid; + border-color : #c0c0c0; + padding : 3px 25px 15px 10px; +} + table.main td.feeds { width : 300px; height : 100%;