summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-17 06:26:54 +0100
committerAndrew Dolgov <[email protected]>2005-11-17 06:26:54 +0100
commit77e9671919d21b2b1d08c9da38520ba7a40592a1 (patch)
tree76a6f5f92d3d01daf35d5702fd8e6528b71ad100 /tt-rss.css
parent541492a9ce6c251588f4a14cfc8fe6fc0df3e03f (diff)
preferences editor
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 933575aba..5c3251abb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -246,6 +246,11 @@ a:hover {
padding-left : 2px;
}
+input.editbox {
+ width : 200px;
+ padding-left : 2px;
+}
+
#notify {
font-size : 10pt;
text-align : right;
@@ -390,7 +395,8 @@ table.prefAddFeed input {
}
table.prefFeedList tr.title td, table.prefFilterList tr.title td,
- table.headlinesList tr.title td, table.prefLabelList tr.title td {
+ table.headlinesList tr.title td, table.prefLabelList tr.title td,
+ table.prefPrefsList tr.title td {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;