summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b74aa487b..a24a7968c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -412,6 +412,13 @@ table.prefFeedList td.feedSelect {
text-align : center;
}
+div.prefFeedCatHolder {
+ height : 250px;
+ overflow : auto;
+ border : 1px solid #88b0f0;
+ margin : 5px 0px 5px 0px;
+}
+
a.helpLink {
color : #808080;
}
@@ -465,8 +472,9 @@ div.helpResponse {
}
div.infoBoxContents {
- padding : 5px;
+ padding : 10px;
margin-bottom : 5px;
+ font-size : small;
}
div.infoBoxContents td {