forked from asxzy/Program-O
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformation.css
More file actions
139 lines (116 loc) · 2.36 KB
/
Copy pathformation.css
File metadata and controls
139 lines (116 loc) · 2.36 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/* ----------- Formation - Default Styles ----------- */
.formation {
margin: 5px;
padding: 10px;
border: solid 2px #b7ddf2;
background: #ebf4fb;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
.formation h1 {
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;
}
.formation p {
font-size: 11px;
color: #666666;
margin-bottom: 20px;
border-bottom: solid 1px #b7ddf2;
padding-bottom: 10px;
}
.formation label {
display: block;
font-weight: bold;
text-align: right;
width: 140px;
float: left;
}
.formation .small {
color: #666666;
display: block;
font-size: 11px;
font-weight: normal;
text-align: left;
width: 140px;
}
.formation input, .stylized select, .formation textarea, .formation fieldset {
font-size: 12px;
padding: 4px 2px;
border: solid 1px #aacfe4;
width: 200px;
margin: 2px 0 20px 0;
}
.formation textarea {
width: auto;
}
.formation fieldset {
padding: 5px
}
.formation fieldset ul li {
margin-bottom: 2px;
padding: 5px;
}
.formation fieldset input, .formation fieldset ul li label {
margin-bottom: 5px;
}
.formation fieldset ul li input.formation_radio, .formation fieldset ul li input.formation_checkbox {
float: none;
}
.formation fieldset ul li label {
width: 130px;
}
.formation ul li input.formation_radio, input.formation_checkbox {
width: auto;
float: right;
margin-right: 10px;
}
.formation ul li {
padding: 15px 25px 0 0;
}
.formation ul li label {
float: left;
text-align: left;
margin-right: 5px;
}
.formation .button, .formation button {
clear: both;
margin-left: 150px;
width: 125px;
height: 31px;
text-align: center;
background: #666666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
line-height: 21px;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
li {
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.hide {
display: none;
}
.error {
border-color: #A52931 !important;
}
span.error {
color: #A52931 !important;
border: none !important;
}
p.error {
color: #A52931 !important;
border-bottom: solid 1px #b7ddf2 !important;
}