]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
document the date format string
[tt-rss.git] / tt-rss.css
index 99592c611c7427a186976f3c5fce967b1b5849fb..72bdc1d24c7588da44df7089eb995b0ad8148fa1 100644 (file)
@@ -241,12 +241,11 @@ div.filterTestHolder {
 
 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
        margin : 5px 0px 5px 0px;
-       padding : 10px;
        color : #555;
-       border-width : 0px 0px 0px 3px;
+       padding-left : 10px;
+       border-width : 0px 0px 0px 4px;
        border-color : #c0c0c0;
        border-style : solid;
-       background : #fafafa;
 }
 
 #content-insert code, #headlines-frame code, .dijitContentPane code {
@@ -1068,6 +1067,12 @@ div.hl.active {
        font-family : "Segoe UI", Tahoma, sans-serif;
 }
 
+#feedTree .counterNode.aux {
+       background : #f0f0f0;
+       color : #999;
+       border-color : #f0f0f0;
+}
+
 #feedTree .counterNode {
        font-weight : bold;
        display : inline-block;
@@ -1096,3 +1101,6 @@ body#ttrssPrefs hr {
        max-width : 100%;
 }
 
+.dijitMenuItemLabel {
+       font-size : 13px;
+}