forked from GithubBackups/vichan
This commit is contained in:
commit
9b466f74a6
@ -21,7 +21,9 @@ function multi_image() {
|
|||||||
var new_file = '<br class="file_separator"/><input type="file" name="file'+(images_len+1)+'" id="upload_file'+(images_len+1)+'">';
|
var new_file = '<br class="file_separator"/><input type="file" name="file'+(images_len+1)+'" id="upload_file'+(images_len+1)+'">';
|
||||||
|
|
||||||
$('[type=file]:last').after(new_file);
|
$('[type=file]:last').after(new_file);
|
||||||
$('form:not([id="quick-reply"]) [type=file]:last').after(new_file);
|
if ($("#quick-reply").length) {
|
||||||
|
$('form:not(#quick-reply) [type=file]:last').after(new_file);
|
||||||
|
}
|
||||||
if (typeof setup_form !== 'undefined') setup_form($('form[name="post"]'));
|
if (typeof setup_form !== 'undefined') setup_form($('form[name="post"]'));
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -102,6 +102,10 @@ input[type="text"], input[type="password"], textarea {
|
|||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
form table tr td {
|
form table tr td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user