1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

infobox-based feed category editor

This commit is contained in:
Andrew Dolgov
2006-10-04 06:40:00 +01:00
parent c93d8e07fe
commit 9c4837460c
6 changed files with 275 additions and 26 deletions

View File

@@ -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 {