1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 08:51:28 +00:00

simplify filter overview

This commit is contained in:
Andrew Dolgov
2013-03-31 16:52:33 +04:00
parent 18ad09af01
commit da46d21e88
2 changed files with 37 additions and 30 deletions

View File

@@ -840,6 +840,11 @@ div.fatalError textarea {
margin-right : 1em;
}
.labelParam {
float : right;
margin-right : 1em;
}
.dijitTreeLabel.Disabled, .labelParam.Disabled {
color : gray;
}