-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcforms-common.css
More file actions
57 lines (49 loc) · 794 Bytes
/
cforms-common.css
File metadata and controls
57 lines (49 loc) · 794 Bytes
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
.cform {
margin:10px auto 0 auto;
}
.cform .cf_hidden {
display:none;
border:none;
background:none;
padding:0;
margin:0;
}
img.captcha {
vertical-align:text-bottom;
margin:0 0 0 10px;
padding:0;
border:none;
float:none;
}
.captcha-reset {
vertical-align:text-bottom;
margin:0 0 2px 3px;
width:21px;
height:21px;
border:none;
cursor:pointer;
}
div.cf_info {
display:none;
padding:10px 15px;
line-height:1.3em;
margin:10px auto;
}
div.cf_info ol {
margin:0;
padding:5px 15px 0 30px;
}
div.cf_info ol li {
padding:1px 0;
margin:2px 0;
}
.mailerr,
.cform .cf_error,
.cform .cf_errortxt {
color:#ad2929;
}
[disabled] {
color:#dddddd;
border-color:#dddddd;
background:none;
}