blob: 6add9edac3dc517e89ee499fd7abf7a6d6756e08 (
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
|
.form-radios .form-item {
display:inline;
margin-right: 5px !important;
}
.form-checkboxes .form-item {
margin-bottom: 5px;
}
.form-item label {
margin-bottom: 5px;
}
#feedback-form #edit-first-name-wrapper,
#feedback-form #edit-email-wrapper {
width: 45%;
float: left;
margin-right: 6%;
}
#feedback-form #edit-last-name-wrapper,
#feedback-form #edit-phone-wrapper {
width: 45%;
float: left;
}
#feedback-form #edit-institution {
width: 95%;
}
|