]> git.wh0rd.org - tt-rss.git/commitdiff
subtoolbar fixes
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 2 Oct 2006 10:32:47 +0000 (11:32 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 2 Oct 2006 10:32:47 +0000 (11:32 +0100)
themes/graycube/theme.css
tt-rss.css

index 826dd30b7064d3e83547a949afbee1ea524ef66c..871cd1fb860356ee0edf9484d5bc276b7da0d4ae 100644 (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;
index b45d67386c60b4c0d8d4a29b52144f440ad98fa4..5952b8d35c5bfdeda9ec747438e879ce4b27acdc 100644 (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;
 }