Subversion Repositories wimsdev

Rev

Rev 8906 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8906 Rev 9061
Line 79... Line 79...
79
ul.tree span.c {
79
ul.tree span.c {
80
        display:inline-block;
80
        display:inline-block;
81
        margin-left: 16px;
81
        margin-left: 16px;
82
    /*cursor: pointer;*/
82
    /*cursor: pointer;*/
83
}
83
}
84
ul.tree li:not(.children) span.c {
84
/*ul.tree li:not(.children) span.c {
85
        border-left:1px solid #DFDFDF;
85
        border-left:1px solid #DFDFDF;
86
        border-bottom:1px solid #DFDFDF;
86
        border-bottom:1px solid #DFDFDF;
87
        margin-bottom:2px;
87
        margin-bottom:2px;
88
        padding-left:2px;
88
        padding-left:2px;
89
        /*color:gray;*/
89
        /*color:gray;*/
90
        padding:2px .5em;
90
        /*padding:2px .5em;
91
        border-radius:4px;
91
        border-radius:4px;
92
}
92
}*/
93
ul.tree span.a.children span.c {
93
ul.tree span.a.children span.c {
94
        background: url(i-bottom.gif) 0 50% no-repeat;
94
        background: url(i-bottom.gif) 0 50% no-repeat;
95
    /*cursor: pointer;*/
95
    /*cursor: pointer;*/
96
}
96
}
97
ul.tree span.a.spanClosed span.c {
97
ul.tree span.a.spanClosed span.c {
98
        background-image: none;
98
        background-image: none;
99
}
99
}
100
 
100
 
101
/* Anchor tag: Page icon */
101
/* Anchor tag: Page icon */
102
ul.tree .tree_icon {
102
ul.tree .tree_icon {
103
        white-space: nowrap;
103
        /*white-space: nowrap;*/
104
        overflow: hidden;
104
        overflow: hidden;
105
        padding: 0 0 0 18px;
105
        padding: 0 0 0 18px;
106
        /*line-height: 16px;*/
106
        /*line-height: 16px;*/
107
        background: url(page-file.png) 0 50% no-repeat;
107
        background: url(page-file.png) 0 50% no-repeat;
108
}
108
}