12345678910111213141516171819202122232425262728 |
- .treeview, .treeview ul {
- padding: 0;
- margin: 0;
- list-style: none;
- margin-left:-16px;
- }
- .treeview ul {
- line-height: 180%;
- }
- .treeview .hitarea {
- height: 16px;
- width: 16px;
- margin-left: -16px;
- float: left;
- cursor: pointer;
- }
- * html .hitarea {
- display: inline;
- float:none;
- }
- .treeview li {
- margin: 0;
- padding: 0px 0pt 0px 16px;
- }
|