1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

tweak feed-prefs; rework filter prefs to use dijit.Tree

This commit is contained in:
Andrew Dolgov
2010-11-18 15:49:26 +03:00
parent 82aea97816
commit a740f4b51d
5 changed files with 212 additions and 206 deletions

View File

@@ -1271,6 +1271,19 @@ span.prefsLabelEntry {
padding : 2px;
}
span.labelColorIndicator {
height : 14px;
width : 14px;
line-height : 14px;
font-height : 9px;
display : inline-block;
border : 1px solid black;
background-color : #fff7d5;
color : #063064;
text-align : center;
margin-right : 2px;
}
div.labelColorIndicator {
height : 14px;
width : 14px;
@@ -1513,6 +1526,10 @@ div.fatalError textarea {
font-weight : bold;
}
.dijitTreeLabel.Disabled, .labelParam.Disabled {
color : gray;
}
.dijitTreeRow.Error {
color : red;
}
@@ -1526,12 +1543,16 @@ img.feedIcon, img.tinyFeedIcon {
height : 16px;
}
div#feedlistLoading {
div#feedlistLoading, div#filterlistLoading {
text-align : center;
padding : 5px;
color : gray;
}
div#feedlistLoading img, div#filterlistLoading img {
margin-right : 5px;
}
div#pref-tabs .dijitContentPane {
font-size : 12px;
}
@@ -1562,3 +1583,8 @@ div#pref-tabs .dijitContentPane h3 {
#errorButton {
color : red;
}
span.labelFixedLength {
display : inline-block;
width : 70%;
}