Files
danbooru/app/assets/stylesheets/specific/uploads.css.scss
Toks 39bb6277eb Move upload source hint to be more noticeable
It's difficult to find when it only appears when hovering over the
Source label, but it's important information for uploaders to know.
2013-09-02 22:46:35 -04:00

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;
}
}
}
}
}