summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 11:55:09 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 11:55:09 +0100
commit0eef53fe3cd09da8db1581b1e0853e43fd952179 (patch)
treeb277e3efa627ff87c92673ed771302a15b142e18 /tt-rss.css
parent13f832b3274f4f9f07e34469a1c4cea759f5820c (diff)
change padding for prefsToolbar
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 7 insertions, 0 deletions
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%;