blob: 0f4e4a87ff8286bed12eaf20cc65f88bc888f4e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/* <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
</copyright> */
.treeRoot > .branch > ul {
margin-top: 0;
}
.branch > .branch-label {
font-weight: bold;
cursor: pointer;
}
.branch ul {
list-style: none;
}
.branch ul {
padding-left: 30px;
}
.branch .collapse {
display: none;
}
|