More settings

This commit is contained in:
Marijn Jansen
2017-01-12 12:12:54 +01:00
parent 06c24ec096
commit b82ac7ec59
2 changed files with 13 additions and 1 deletions

View File

@@ -9,6 +9,14 @@
width: 200px; width: 200px;
} }
.settings label {
width: 200px;
}
.settings input[type="password"], .settings input[type="text"] {
border: 1px solid black;
}
.settings-password { .settings-password {
} }

View File

@@ -1,14 +1,18 @@
<div class="content"> <div class="content">
<div class="settings"> <div class="settings">
<form class="settings-profile"> <form class="settings-profile platform">
<label>Voornaam</label>
<input type="text" <input type="text"
name="first-name" name="first-name"
placeholder="Voornaam" placeholder="Voornaam"
title="Voornaam"
><br /> ><br />
<label>Achternaam</label>
<input type="text" <input type="text"
name="last-name" name="last-name"
placeholder="Lastname" placeholder="Lastname"
><br /> ><br />
<label>Woonplaats</label>
<input type="text" <input type="text"
name="place" name="place"
placeholder="Woonplaats" placeholder="Woonplaats"