add some css hacks for feed tree
This commit is contained in:
parent
03304fda54
commit
cf1cd5a0e9
|
@ -1072,6 +1072,7 @@ div.hl.active {
|
||||||
|
|
||||||
body#ttrssMain #feedTree .dijitTreeRow {
|
body#ttrssMain #feedTree .dijitTreeRow {
|
||||||
padding : 2px 0px 2px;
|
padding : 2px 0px 2px;
|
||||||
|
height : 22px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
border-color : transparent;
|
border-color : transparent;
|
||||||
color : #333;
|
color : #333;
|
||||||
|
@ -1090,6 +1091,11 @@ body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
|
||||||
margin-left : 5px;
|
margin-left : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body#ttrssMain #feedTree .dijitTreeExpando {
|
||||||
|
margin-top : 0px;
|
||||||
|
opacity : 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
body#ttrssMain #feedTree .dijitTreeNode {
|
body#ttrssMain #feedTree .dijitTreeNode {
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
|
@ -1119,8 +1125,11 @@ body#ttrssMain #feedTree {
|
||||||
border-radius : 4px;
|
border-radius : 4px;
|
||||||
vertical-align : middle;
|
vertical-align : middle;
|
||||||
float : right;
|
float : right;
|
||||||
margin : 5px 5px 5px 0px;
|
line-height : 14px;
|
||||||
|
margin-right : 4px;
|
||||||
|
margin-top : 3px;
|
||||||
min-width : 23px;
|
min-width : 23px;
|
||||||
|
height : 14px;
|
||||||
text-shadow : 1px 1px rgba(0,0,0,0.2);
|
text-shadow : 1px 1px rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue