summaryrefslogtreecommitdiff
path: root/static/media/style_basic.css
blob: ec96ecfce25240edf66195363cb7e3a9377cd7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#window{
    width:100%;
    position:relative;
    display:block;
    height:100%;
    left:0;
    margin:0;
}

#window table{
    font-size:1em;
    margin:0;
    width:100%;
    border-collapse:collapse;
}

#window .head{
    display:none;
}

#window .tool{
    display:none;
}

#window .body{
    position:relative;
    padding:0;
    top:0;
    bottom:0;
    width:100%;
}

#window label{
    display:inline;
    font-weight:bold;
}

#window span.value{
    display:inline;
}

#window p{
    margin:0.3em;
}