Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/*
 * Copyright (c) 1995-2005 Macromedia, Inc. All rights reserved. 
*/
 
form .horizontal,
form .fieldset {
    width: 100%;
}
 
form p {
    margin: 1ex 0;
}
 
form p, 
form fieldset {
    clear: both;
}
 
form .horizontal p {
    float: left;
    clear: right;
    margin-right: 10px;
}
 
 
form .clear {
    clear: both;
}
 
/* LABEL AND ELEMENT POSITION */
 
 
.cfLabelPosTop .cfLabelTitle  {
    margin-right: 1ex;
    margin-bottom: 1ex;
    display: block;
}
.cfLabelPosLeft .cfLabelTitle  {
    display: block !important;
    float: left !important;
    clear: right !important;
    text-align: right !important;
    margin-right: 1ex !important;
}
.cfLabelPosRight .cfLabelTitle  {
    margin-right: 1ex;
}
 
 
/* alignment */
.cfAlignPosLeft {
    margin-right: 10px;
    margin-bottom: 1em;    
}
 
.cfAlignPosRight {
    float: right !important;
    margin-left: 1ex;
    margin-bottom: 16px;
}
 
.cfAlignPosCenter {
    float: right;
    margin-left: 1ex;
    margin-bottom: 16px;
}
 
 
 
 
/* MAC IE HACKS */
* html>body .cfLabelPosLeft .cfLabelTitle {
    display: inline;
    float: none;
    clear: none;
    text-align: left;
}
* html>body .first-child .cfLabelTitle {
    display: block;
    float: left;
    clear: right;
    text-align: right;
    margin-right: 1ex;
}
 
 
/* For Win Opera 7, nice to Opera 6 */
head:first-child+body form .compact p {
    display: inline-table;
}