2011-05-14 17:06:32 +02:00
|
|
|
.simple_form label {
|
|
|
|
float: left;
|
2011-05-14 19:02:52 +02:00
|
|
|
width: 120px;
|
2011-05-14 17:06:32 +02:00
|
|
|
text-align: right;
|
|
|
|
margin: 2px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form div.input {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form div.boolean, .simple_form input[type='submit'] {
|
2011-05-14 19:02:52 +02:00
|
|
|
margin-left: 140px;
|
2011-05-14 17:06:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form div.boolean label, .simple_form label.collection_radio {
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form label.collection_radio {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form .error {
|
|
|
|
clear: left;
|
2011-05-14 19:02:52 +02:00
|
|
|
margin-left: 140px;
|
2011-05-14 17:06:32 +02:00
|
|
|
font-size: 12px;
|
|
|
|
color: #D00;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple_form .hint {
|
|
|
|
clear: left;
|
2011-05-14 19:02:52 +02:00
|
|
|
margin-left: 140px;
|
2011-05-14 17:06:32 +02:00
|
|
|
font-size: 12px;
|
|
|
|
color: #555;
|
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
}
|