1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:45:55 +00:00

prefs: rework filter editor main UI

This commit is contained in:
Andrew Dolgov
2008-04-30 17:39:39 +01:00
parent 4fc1580a13
commit a82dc5e490
2 changed files with 36 additions and 16 deletions

View File

@@ -438,6 +438,14 @@ table.prefFeedList td.feedEditCat {
padding-top : 0.5em;
}
table.prefFilterList td.filterEditCat {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
padding-top : 0.5em;
}
table.prefFeedList td.feedIcon {
text-align : center;
}