2013-09-05 15:37:07 -04:00
|
|
|
.upload-selector {
|
2013-10-08 12:55:20 -04:00
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2013-10-08 13:48:27 -04:00
|
|
|
.radios {
|
2014-03-31 12:18:39 -04:00
|
|
|
height: 60px;
|
2013-10-08 13:48:27 -04:00
|
|
|
.inputs {
|
|
|
|
float: right;
|
|
|
|
width: 75%;
|
|
|
|
input {
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
input[type="file"] {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2013-10-10 11:51:48 -04:00
|
|
|
.description, .hint {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: $secondary_text_color;
|
2013-10-08 13:48:27 -04:00
|
|
|
}
|
2013-10-10 11:51:48 -04:00
|
|
|
.hint {
|
|
|
|
font-style: italic;
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
2013-10-08 12:55:20 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-03-31 12:18:39 -04:00
|
|
|
.radios:last-child {
|
|
|
|
height: 20px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|