Rev 7670 | Rev 8906 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7670 | Rev 8595 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | margin-top: -6px; |
53 | margin-top: -6px; |
54 | background: url(t.gif) 0 50% no-repeat; |
54 | background: url(t.gif) 0 50% no-repeat; |
55 | display: block; |
55 | display: block; |
56 | } |
56 | } |
57 | 57 | ||
58 | ul |
58 | /*ul.tree span.a:visited, ul.tree span.a:active, ul.tree span.a:focus { |
59 | background-color:yellow; |
59 | background-color:yellow; |
60 |
|
60 | }*/ |
61 | 61 | ||
62 | ul.tree span.a.last { |
62 | ul.tree span.a.last { |
63 | background: url(l.gif) 0 50% no-repeat; |
63 | background: url(l.gif) 0 50% no-repeat; |
64 | } |
64 | } |
65 | 65 | ||
66 | /* Span-B: Plus/Minus icon */ |
66 | /* Span-B: Plus/Minus icon */ |
67 | ul.tree span.b { |
67 | ul.tree span.b { |
68 | } |
68 | } |
69 | ul.tree span.a.children span.b { |
69 | ul.tree span.a.children span.b { |
70 | background: url(minus.gif) 0 50% no-repeat; |
70 | background: url(minus.gif) 0 50% no-repeat; |
Line 75... | Line 75... | ||
75 | cursor: pointer; |
75 | cursor: pointer; |
76 | } |
76 | } |
77 | 77 | ||
78 | /* Span-C: Spacing and extending tree line below the icon */ |
78 | /* Span-C: Spacing and extending tree line below the icon */ |
79 | ul.tree span.c { |
79 | ul.tree span.c { |
- | 80 | display:inline-block; |
|
80 | margin-left: 16px; |
81 | margin-left: 16px; |
81 |
|
82 | /*cursor: pointer;*/ |
- | 83 | } |
|
- | 84 | ul.tree li:not(.children) span.c { |
|
- | 85 | border-left:1px solid #DFDFDF; |
|
- | 86 | border-bottom:1px solid #DFDFDF; |
|
- | 87 | margin-bottom:2px; |
|
- | 88 | padding-left:2px; |
|
- | 89 | /*color:gray;*/ |
|
- | 90 | padding:2px .5em; |
|
- | 91 | border-radius:4px; |
|
82 | } |
92 | } |
83 | ul.tree span.a.children span.c { |
93 | ul.tree span.a.children span.c { |
84 | background: url(i-bottom.gif) 0 50% no-repeat; |
94 | background: url(i-bottom.gif) 0 50% no-repeat; |
85 |
|
95 | /*cursor: pointer;*/ |
86 | } |
96 | } |
87 | ul.tree span.a.spanClosed span.c { |
97 | ul.tree span.a.spanClosed span.c { |
88 | background-image: none; |
98 | background-image: none; |
89 | } |
99 | } |
90 | 100 |