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

prefs: rework categorized feed list, boxed feed editor instead of inline

This commit is contained in:
Andrew Dolgov
2005-12-10 20:35:09 +01:00
parent 4663f9c650
commit 0ea4fb5096
4 changed files with 196 additions and 144 deletions

View File

@@ -451,6 +451,14 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
font-size : x-small;
}
table.prefFeedList td.feedEditCat {
font-size : large;
font-weight : bold;
color : black;
padding : 5px 0px 5px 0px;
}
a.helpLink {