Lars algemeen #39

Merged
11291680 merged 12 commits from lars-algemeen into master 2017-01-13 11:20:11 +01:00
2 changed files with 13 additions and 1 deletions
Showing only changes of commit b82ac7ec59 - Show all commits

View File

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

View File

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