Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2775 rexy 1
/*
2
 Copyright: Paul Hanlon
3
 
4
 Released under the MIT/BSD licence which means you can do anything you want
5
 with it, as long as you keep this copyright notice on the page
6
 */
7
.collapsed {
8
    display: none;
9
}
10
 
11
.tablemain {
12
    border-collapse: collapse;
13
    padding: 0px;
14
    text-align: left;
15
}
16
 
17
.tablemain td {
18
    margin-left: 3px;
19
}
20
 
21
.tree td {
22
    padding: 0px 2px 0px 0px;
23
    cursor: pointer;
24
}
25
 
26
.adeimg, .ttimage, .parimg, .preimg {
27
    border: none;
28
    margin: 0px;
29
    padding: 0px;
30
    vertical-align: bottom;
31
    width: 16px;
32
    height: 16px;
33
}
34
 
35
.adeimg, .parimg {
36
    cursor: pointer;
37
}