summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-09 17:05:43 +0400
committerAndrew Dolgov <[email protected]>2013-07-09 17:05:43 +0400
commitcf1cd5a0e9fa1c4b9338414b4501ec21b55e2cea (patch)
tree6a5a0c612a763078f5062fe42101c16fdcba6d6e /css
parent03304fda542518936f1056700cdf4f23d1953ddb (diff)
add some css hacks for feed tree
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index c5ab8d991..bdf1bf72a 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -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);
}