Subversion-Projekte lars-tiefland.zeldi.de_alt

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
/**********************************
2
 
3
Use: cmxform template
4
 
5
***********************************/
6
form.cmxform fieldset {
7
	margin-bottom: 10px;
8
}
9
 
10
form.cmxform legend {
11
	padding: 0 2px;
12
	font-weight: bold;
13
	_margin: 0 -7px; /* IE Win */
14
}
15
 
16
form.cmxform label {
17
	display: inline-block;
18
	line-height: 1.8;
19
	vertical-align: top;
20
	cursor: hand;
21
}
22
 
23
form.cmxform fieldset p {
24
	list-style: none;
25
	padding: 5px;
26
	margin: 0;
27
}
28
 
29
form.cmxform fieldset fieldset {
30
	border: none;
31
	margin: 3px 0 0;
32
}
33
 
34
form.cmxform fieldset fieldset legend {
35
	padding: 0 0 5px;
36
	font-weight: normal;
37
}
38
 
39
form.cmxform fieldset fieldset label {
40
	display: block;
41
	width: auto;
42
}
43
 
44
form.cmxform label { width: 100px; } /* Width of labels */
45
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
46
form.cmxform label.error {
47
	margin-left: 103px;
48
	width: 220px;
49
}
50
 
51
form.cmxform input.submit {
52
	margin-left: 103px;
53
}
54
 
55
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */