Merge branch 'master' of ssh://github.com/majestrate/nntpchan
This commit is contained in:
commit
4df3bc0672
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user