subtoolbar fixes

This commit is contained in:
Andrew Dolgov 2006-10-02 11:32:47 +01:00
parent e8b8485f56
commit 4952f4d783
2 changed files with 4 additions and 5 deletions

View File

@ -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;

View File

@ -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;
}