From 4952f4d78356af3b76b7ad64b9281389ab8e51cc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 2 Oct 2006 11:32:47 +0100 Subject: [PATCH] subtoolbar fixes --- themes/graycube/theme.css | 1 - tt-rss.css | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 826dd30b..871cd1fb 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -61,7 +61,6 @@ ul.userFeedList, ul.browseFeedList, ul.labelTestResults { table.headlinesSubToolbar td { font-size : x-small; color : gray; - padding : 5px 0px 5px 5px; background-image : url("images/grad_1.png"); background-repeat : repeat-x; background-position : bottom left; diff --git a/tt-rss.css b/tt-rss.css index b45d6738..5952b8d3 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -646,26 +646,26 @@ table.headlinesSubToolbar { table.headlinesSubToolbar td.headlineActions { font-size : x-small; color : gray; - padding : 5px 0px 5px 5px; + padding : 0px 5px 0px 5px; } table.headlinesSubToolbar td.headlineActionsRTL { font-size : x-small; color : gray; - padding : 5px 5px 5px 0px; + padding : 0px 5px 0px 5px; } table.headlinesSubToolbar td.headlineTitle { font-size : x-small; color : gray; - padding : 5px 5px 5px 0px; + padding : 0px 5px 0px 5px; text-align : right; } table.headlinesSubToolbar td.headlineTitleRTL { font-size : x-small; color : gray; - padding : 5px 0px 5px 5px; + padding : 0px 5px 0px 5px; text-align : left; } -- 2.39.2