]> git.wh0rd.org - tt-rss.git/commitdiff
add some css hacks for feed tree
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 9 Jul 2013 13:05:43 +0000 (17:05 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 9 Jul 2013 13:05:43 +0000 (17:05 +0400)
css/tt-rss.css

index c5ab8d9919a36dce29844c991b685c8a41aa5150..bdf1bf72a84ad5b65158b1876909e4ad54dd4dd1 100644 (file)
@@ -1072,6 +1072,7 @@ div.hl.active {
 
 body#ttrssMain #feedTree .dijitTreeRow {
        padding : 2px 0px 2px;
+       height : 22px;
        border-width : 1px;
        border-color : transparent;
        color : #333;
@@ -1090,6 +1091,11 @@ body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
        margin-left : 5px;
 }
 
+body#ttrssMain #feedTree .dijitTreeExpando {
+       margin-top : 0px;
+       opacity : 0.6;
+}
+
 body#ttrssMain #feedTree .dijitTreeNode {
        padding : 0px;
        border-width : 0px;
@@ -1119,8 +1125,11 @@ body#ttrssMain #feedTree {
        border-radius : 4px;
        vertical-align : middle;
        float : right;
-       margin : 5px 5px 5px 0px;
+       line-height : 14px;
+       margin-right : 4px;
+       margin-top : 3px;
        min-width : 23px;
+       height : 14px;
        text-shadow : 1px 1px rgba(0,0,0,0.2);
 }