1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-27 04:37:10 +00:00

reworked preferences dialog, start work on post filters (schema updated)

This commit is contained in:
Andrew Dolgov
2005-09-03 08:22:29 +01:00
parent f92db4f5e7
commit a0d5388913
6 changed files with 402 additions and 20 deletions

View File

@@ -240,7 +240,7 @@ table.prefAddFeed {
}
table.prefFeedList tr.title td {
table.prefFeedList tr.title td, table.prefFilterList tr.title td {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
@@ -377,9 +377,13 @@ img.feedIcon {
border : 1px solid #c0c0c0;
}
#iedit_title, #iedit_link {
#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr {
width : 100%;
padding-left : 2px;
}
div.expPane {
margin : 15px;
}