2013-09-06 03:37:07 +08:00
|
|
|
.upload-selector {
|
2013-10-09 00:55:20 +08:00
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2013-10-09 01:48:27 +08:00
|
|
|
.radios {
|
2014-04-01 00:18:39 +08:00
|
|
|
height: 60px;
|
2013-10-09 01:48:27 +08:00
|
|
|
.inputs {
|
|
|
|
float: right;
|
|
|
|
width: 75%;
|
|
|
|
input {
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
input[type="file"] {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2013-10-09 01:48:27 +08:00
|
|
|
line-height: 18px;
|
|
|
|
}
|
2013-10-10 23:51:48 +08:00
|
|
|
.description, .hint {
|
2014-11-07 06:17:47 +08:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2013-10-09 01:48:27 +08:00
|
|
|
}
|
2013-10-10 23:51:48 +08:00
|
|
|
.hint {
|
|
|
|
font-style: italic;
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
2013-10-09 00:55:20 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-04-01 00:18:39 +08:00
|
|
|
.radios:last-child {
|
|
|
|
height: 20px;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-06-26 23:43:44 +08:00
|
|
|
|
|
|
|
.uploaded-image-preview {
|
|
|
|
height: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-upload-controls {
|
|
|
|
padding: 10px;
|
2015-01-29 02:33:11 +08:00
|
|
|
label.btn {
|
|
|
|
padding: 7px 10px 5px 10px;
|
|
|
|
}
|
2014-06-26 23:43:44 +08:00
|
|
|
}
|