summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 15:49:26 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 15:49:32 +0300
commita740f4b51d4810ea10022915051284a812232c18 (patch)
tree2a126605a8f2490de379ad58c1637e8a130a898f /tt-rss.css
parent82aea97816774e3410eb4137b80dd0497547eb96 (diff)
tweak feed-prefs; rework filter prefs to use dijit.Tree
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css28
1 files changed, 27 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4cab27e9f..0eba89c13 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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%;
+}