Archived
1
0

Merge branch 'master' of ssh://github.com/majestrate/nntpchan

This commit is contained in:
Jeff Becker 2018-05-03 11:47:39 -04:00
commit 4df3bc0672
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
2 changed files with 8 additions and 4 deletions

View File

@ -342,7 +342,6 @@
.thread {
margin-left: 5em;
display: inline-block;
width: 100%;
}
footer {
@ -532,5 +531,10 @@ background-repeat: repeat;
}
.post {
max-width: 85%;
max-width: 90%;
}
.messageroot {
border: solid #333 1px;
padding-left: 1em;
}

View File

@ -43,19 +43,19 @@
</tr>
{{/DisableCaptcha}}
{{#files}}
<tr>
<th>{{#i18n.Translations}}{{file}}{{/i18n.Translations}}</th>
<td>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
{{#files}}
<td><input type="file" name="attachment_uploaded" class="postfile" multiple /></td>
{{/files}}
<td align="right"><input type="submit" value="{{button}}" class="postbutton"/></td>
</tr>
</table>
</td>
</tr>
{{/files}}
</table>
</form>
</div>