summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-02 11:32:47 +0100
committerAndrew Dolgov <[email protected]>2006-10-02 11:32:47 +0100
commit4952f4d78356af3b76b7ad64b9281389ab8e51cc (patch)
tree1367205c3c4d18e71baca79fe4460ebddc1316bf
parente8b8485f560d581126490b25be3a052d0d4fd516 (diff)
subtoolbar fixes
-rw-r--r--themes/graycube/theme.css1
-rw-r--r--tt-rss.css8
2 files changed, 4 insertions, 5 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 826dd30b7..871cd1fb8 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 b45d67386..5952b8d35 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;
}