Merge branch 'master' of ssh://github.com/majestrate/nntpchan
This commit is contained in:
commit
4df3bc0672
@ -342,7 +342,6 @@
|
|||||||
.thread {
|
.thread {
|
||||||
margin-left: 5em;
|
margin-left: 5em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
@ -532,5 +531,10 @@ background-repeat: repeat;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
max-width: 85%;
|
max-width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.messageroot {
|
||||||
|
border: solid #333 1px;
|
||||||
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
@ -43,19 +43,19 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{{/DisableCaptcha}}
|
{{/DisableCaptcha}}
|
||||||
{{#files}}
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{#i18n.Translations}}{{file}}{{/i18n.Translations}}</th>
|
<th>{{#i18n.Translations}}{{file}}{{/i18n.Translations}}</th>
|
||||||
<td>
|
<td>
|
||||||
<table cellspacing="0" cellpadding="0" width="100%">
|
<table cellspacing="0" cellpadding="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
|
{{#files}}
|
||||||
<td><input type="file" name="attachment_uploaded" class="postfile" multiple /></td>
|
<td><input type="file" name="attachment_uploaded" class="postfile" multiple /></td>
|
||||||
|
{{/files}}
|
||||||
<td align="right"><input type="submit" value="{{button}}" class="postbutton"/></td>
|
<td align="right"><input type="submit" value="{{button}}" class="postbutton"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/files}}
|
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user