summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 15:56:10 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 15:56:10 +0100
commit1572afe508162a4e475669e3bb651ee659568c20 (patch)
tree808c0bb9fc55992676ec3de5a1bc0fb4130ab500 /tt-rss.css
parent21cfcdf29b20d43c0577fb2168ba7af7d790a123 (diff)
headlines subtoolbar, misc api changes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d7c905734..9da226bc8 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -686,3 +686,17 @@ td.selectPrompt {
font-size : x-small;
color : gray;
}
+
+table.headlinesSubToolbar td.headlineActions {
+ font-size : x-small;
+ color : gray;
+ padding : 5px 0px 5px 5px;
+}
+
+table.headlinesSubToolbar td.headlineTitle {
+ font-size : x-small;
+ color : gray;
+ padding : 5px 5px 5px 0px;
+ text-align : right;
+}
+