End of day.
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
.settings input,
|
.settings input,
|
||||||
.settings textarea{
|
.settings textarea {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings label {
|
.settings label {
|
||||||
width: 125px;
|
width: 175px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
@@ -17,3 +18,11 @@
|
|||||||
.settings textarea {
|
.settings textarea {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings textarea {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings label[for="bio"] {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
@@ -36,7 +36,6 @@
|
|||||||
<label for="bio">Bio</label>
|
<label for="bio">Bio</label>
|
||||||
<textarea name="bio"
|
<textarea name="bio"
|
||||||
rows="5"
|
rows="5"
|
||||||
cols="10"
|
|
||||||
title="bio"
|
title="bio"
|
||||||
id="bio"
|
id="bio"
|
||||||
></textarea>
|
></textarea>
|
||||||
@@ -48,22 +47,25 @@
|
|||||||
>
|
>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
<form class="settings-password platform" method="post">
|
<form class="settings-password platform" method="post">
|
||||||
<h5>Verander Wachtwoord</h5>
|
<h5>Verander Wachtwoord</h5>
|
||||||
<br />
|
<br />
|
||||||
|
<label>Oud Wachtwoord</label>
|
||||||
<input type="password"
|
<input type="password"
|
||||||
name="password-old"
|
name="password-old"
|
||||||
placeholder="Oud wachtwoord"
|
placeholder="Oud wachtwoord"
|
||||||
><br />
|
><br />
|
||||||
|
<label>Nieuw wachtword</label>
|
||||||
<input type="password"
|
<input type="password"
|
||||||
name="password-new"
|
name="password-new"
|
||||||
placeholder="Nieuw wachtwoord"
|
placeholder="Nieuw wachtwoord"
|
||||||
><br />
|
><br />
|
||||||
|
<label>Bevestig wachtwoord</label>
|
||||||
<input type="password"
|
<input type="password"
|
||||||
name="password-confirm"
|
name="password-confirm"
|
||||||
placeholder="Bevestig wachtwoord"
|
placeholder="Bevestig wachtwoord"
|
||||||
><br />
|
><br />
|
||||||
|
<label></label>
|
||||||
<input type="submit"
|
<input type="submit"
|
||||||
value="Verander wachtwoord"
|
value="Verander wachtwoord"
|
||||||
>
|
>
|
||||||
@@ -72,14 +74,19 @@
|
|||||||
<form class="settings-email platform" method="post">
|
<form class="settings-email platform" method="post">
|
||||||
<h5>Verander Email</h5>
|
<h5>Verander Email</h5>
|
||||||
<br />
|
<br />
|
||||||
|
<label for="email">Nieuw Email</label>
|
||||||
<input type="email"
|
<input type="email"
|
||||||
name="email"
|
name="email"
|
||||||
placeholder="Nieuw Email-adres"
|
id="email"
|
||||||
|
placeholder="Nieuw Email"
|
||||||
><br />
|
><br />
|
||||||
|
<label for="email-confirm">Bevestig Email</label>
|
||||||
<input type="email"
|
<input type="email"
|
||||||
name="email-confirm"
|
name="email-confirm"
|
||||||
|
id="email-confirm"
|
||||||
placeholder="Bevestig Email"
|
placeholder="Bevestig Email"
|
||||||
><br />
|
><br />
|
||||||
|
<label></label>
|
||||||
<input type="submit"
|
<input type="submit"
|
||||||
value="Verander Email"
|
value="Verander Email"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user