2013-09-06 03:37:07 +08:00
|
|
|
@import "common/foundation/variables";
|
|
|
|
@import "common/foundation/mixins";
|
|
|
|
|
2013-12-10 05:27:49 +08:00
|
|
|
.add-upload .fa-plus {
|
2013-09-06 03:37:07 +08:00
|
|
|
font-size: 10px;
|
|
|
|
position: relative;
|
|
|
|
left: -5px;
|
|
|
|
bottom: -5px;
|
2014-02-10 14:04:21 +08:00
|
|
|
text-shadow:
|
|
|
|
-1px -1px 0 $btn-primary-background-color,
|
2013-09-06 03:37:07 +08:00
|
|
|
1px 1px 0 $btn-primary-background-color,
|
|
|
|
1px -1px 0 $btn-primary-background-color,
|
|
|
|
-1px 1px 0 $btn-primary-background-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
margin: 0 0 25px 0;
|
|
|
|
.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 23:51:48 +08:00
|
|
|
.description, .hint {
|
2014-02-24 09:47:44 +08:00
|
|
|
color: $secondary_text_color;
|
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
|
|
|
}
|
|
|
|
}
|