]> git.wh0rd.org - tt-rss.git/commitdiff
fix some feedtree wobbling caused by expandoicon (wtf), do not use semibold font...
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jan 2014 14:43:14 +0000 (18:43 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jan 2014 14:43:14 +0000 (18:43 +0400)
css/tt-rss.css

index 7207a7d54925e9d6acc8b989aa13523e14b94f82..8bd44ffc7cd37004b4840970f683a8667aa684d7 100644 (file)
@@ -1009,8 +1009,7 @@ body#ttrssMain #feedTree {
        height : 100%;
        overflow-x : hidden;
        text-rendering: optimizelegibility;
-       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+       font-family : "Segoe UI Web", "Segoe UI", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -1049,10 +1048,6 @@ span.highlight {
        color : #cc90cc;
 }
 
-/* body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
-       display : none;
-} */
-
 div.enclosure_title {
 
 }
@@ -1061,6 +1056,13 @@ body#ttrssMain #headlines-frame .dijitCheckBox {
        border-width : 0px;
 }
 
+body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
+       width : 16px;
+       height : 16px;
+       vertical-align : middle;
+       position : relative;
+} 
+
 :focus {
        outline: none; 
 }