2021-12-18 10:31:37 +01:00
|
|
|
/*
|
2021-12-18 11:21:51 +01:00
|
|
|
= require scaffold
|
|
|
|
*/
|
|
|
|
|
|
|
|
.simple_form label:first-child {
|
|
|
|
width: 160px;
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-top: 2.5px;
|
|
|
|
}
|
|
|
|
.simple_form input, .simple_form select {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.simple_form .field_with_errors label {
|
|
|
|
color: #c00;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.simple_form .error {
|
|
|
|
margin-left: 10px;
|
|
|
|
color: #c00;
|
|
|
|
}
|