summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-23 09:07:54 +0100
committerAndrew Dolgov <[email protected]>2009-01-23 09:07:54 +0100
commit0ef68e6fc9ed4104534580338b162ccd09b70031 (patch)
tree333359358a746bd0419cf38c35adfba4d55c15ba /tt-rss.css
parent6b2ee18deff50122f49919f98b504dff175efd67 (diff)
headline subtoolbar: code cleanup
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css29
1 files changed, 6 insertions, 23 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 9ecc38801..25b261e56 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -812,7 +812,7 @@ td.selectPrompt {
color : gray;
}
-table.headlinesSubToolbar {
+div.headlinesSubToolbar {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #f0f0f0;
@@ -820,6 +820,9 @@ table.headlinesSubToolbar {
left : 0px;
top : 0px;
height : 25px;
+ line-height : 25px;
+ padding-left : 5px;
+ padding-right : 5px;
right : 0px;
background-color : white;
font-size : 11px;
@@ -827,28 +830,8 @@ table.headlinesSubToolbar {
color : gray;
}
-input#subtoolbar_search_box {
- height : 10px;
- font-size : 9px;
- vertical-align : middle;
-}
-
-table.headlinesSubToolbar td.headlineActions {
- padding : 0px 5px 0px 5px;
-}
-
-table.headlinesSubToolbar td.headlineActionsRTL {
- padding : 0px 5px 0px 5px;
-}
-
-table.headlinesSubToolbar td.headlineTitle {
- padding : 0px 5px 0px 5px;
- text-align : right;
-}
-
-table.headlinesSubToolbar td.headlineTitleRTL {
- padding : 0px 5px 0px 5px;
- text-align : left;
+div.headlinesSubToolbar div#subtoolbar_ftitle {
+ float : right;
}
span.contentPreview {