source: release-kits/lirk3/bin/ant-installer/web/css/nav.css@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 904 bytes
Line 
1ol, li {
2 padding:2px;
3 margin: 0;
4}
5
6ol#root {
7padding-left: 5px;
8 margin-top: 4px;
9 margin-bottom: 1px;
10 list-style: none;font-size:11px;
11}
12#root ol {
13 padding-left: 5px;
14 margin-top: 2px;
15 margin-bottom: 1px;
16 list-style: none;font-size:11px;
17}
18#root li {
19 margin-bottom: 1px;
20 padding-left: 5px;
21 margin-top: 2px;
22}
23
24.folder {
25 background-image: url(../branding/images/sstree/folder-closed.gif);
26 background-repeat: no-repeat;
27 float: left;
28 height: 14px;
29 width: 26px;
30 padding-right: 3px;
31}
32.doc {
33 background-image: url(../branding/images/sstree/file.gif);
34 background-repeat: no-repeat;
35 float: left;
36 height: 14px;
37 width: 12px;
38 padding-right: 3px;
39 font-size:11px; margin-left: 20px;
40}
41
42.panel {
43 margin-bottom: 2px;
44 margin-top: 2px;
45
46}
47
48#root ul {
49 margin-bottom: 1px;
50 margin-top: 2px;
51 list-style-position: inside;
52}
53
54#root a {
55 text-decoration: none;
56}
57
58.init-hidden {
59 display: none;
60}
61
Note: See TracBrowser for help on using the repository browser.