Archived
1
0

more censor tools stuff

This commit is contained in:
Jeff Becker 2017-01-12 09:26:49 -05:00
parent 1ec4663499
commit 0f60daf299
2 changed files with 18 additions and 8 deletions

View File

@ -600,3 +600,21 @@ textarea#reply-text {
padding-left: 25%; padding-left: 25%;
} }
/** mod stuff */
[type=checkbox] {
display: none;
}
:checked + div {
display: block !important;
}
#censor-toggle {
font-style: italic;
text-decoration: underline;
font-weight: normal;
}
#censor-toggle, a {
color: #34345C;
}

View File

@ -53,14 +53,6 @@
</td> </td>
</tr> </tr>
{{/files}} {{/files}}
<tr>
<th>
{{#i18n.Translations}}{{dubs}}{{/i18n.Translations}}
</th>
<td>
<input type="checkbox" name="dubs" />
</td>
</tr>
<tr> <tr>
<th> <th>
{{#i18n.Translations}}{{captcha}}{{/i18n.Translations}} {{#i18n.Translations}}{{captcha}}{{/i18n.Translations}}