undid some small changes that was checked in by accident

pull/226/head
tidusjar 9 years ago
parent 5a6863456f
commit 2b20af5df0

@ -8,7 +8,7 @@
}
}
<form method="POST">
Username <input class="form-control form-control-custom" type="text" name="username" />
Username <input class="form-control form-control-custom" type="text" name="Username" />
<br />
Password <input class="form-control form-control-custom" name="Password" type="password" />
<div class="checkbox">

@ -1,5 +1,5 @@
<form method="POST">
Username <input class="form-control form-control-custom" type="text" name="username" />
Username <input class="form-control form-control-custom" type="text" name="Username" />
<br />
Password <input class="form-control form-control-custom" name="Password" type="password" />
<br />

@ -13,7 +13,7 @@
<label>Plex.tv Username </label>
</div>
<div>
<input class="form-control form-control-custom" style="width: 50%" type="text" name="Username" placeholder="username" />
<input class="form-control form-control-custom" style="width: 50%" type="text" name="Username" placeholder="Username" />
</div>
</div>
<br />

Loading…
Cancel
Save