It's difficult to find when it only appears when hovering over the Source label, but it's important information for uploaders to know.
43 lines
565 B
SCSS
43 lines
565 B
SCSS
div#c-uploads {
|
|
div#a-new {
|
|
div#upload-guide-notice {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
label[for="upload_as_pending"] {
|
|
display: inline;
|
|
}
|
|
|
|
fieldset.ratings {
|
|
label {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
textarea {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.hint {
|
|
display: block;
|
|
}
|
|
|
|
div#source-info {
|
|
margin: 1em 0;
|
|
padding: 1em;
|
|
border: 1px solid gray;
|
|
min-height: 4em;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
ul {
|
|
a {
|
|
margin-right: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|