summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-04 06:40:00 +0100
committerAndrew Dolgov <[email protected]>2006-10-04 06:40:00 +0100
commit9c4837460c168b248e7f4a45d5b020e878bc3f91 (patch)
treea0992ac19b152a8c369fb5e6c2a464f01ffb9210 /tt-rss.css
parentc93d8e07fe729dda80adbe38bd06ff1247c9ffd8 (diff)
infobox-based feed category editor
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 {