Add third class to the port input [Fixes #446]

Addimg this class makes it so the input has a defined width.
Fixes znc/znc#446
This commit is contained in:
wolfy1339
2015-05-06 20:33:01 -04:00
parent 1cce7f698f
commit 9d61e5a400
+1 -1
View File
@@ -57,7 +57,7 @@
<tr>
<form action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>add_listener" method="post">
<? INC _csrf_check.tmpl ?>
<td><input name="port" type="number" min="1" max="65535" class="number"/></td>
<td><input name="port" type="number" min="1" max="65535" class="number third"/></td>
<td><input name="host" type="text" value="*" class="sixth"/></td>
<td><div class="checkbox"><input name="ssl" type="checkbox"/></div></td>
<td><div class="checkbox"><input name="ipv4" type="checkbox" checked="checked"/></div></td>