Merge branch 'master' of http://10.0.1.27:3000/abel/ecb
This commit is contained in:
commit
4c7cb7b037
@ -29,7 +29,7 @@ header h1.logo:hover {
|
||||
* Centering the body content
|
||||
*/
|
||||
.container {
|
||||
width: 1200px;
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
div.home {
|
||||
@ -60,14 +60,23 @@ div.entry-group {
|
||||
text-align: left;
|
||||
margin: 10pt;
|
||||
vertical-align: middle;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
|
||||
align-items: center;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
div.entry-label {
|
||||
min-width: 80%
|
||||
}
|
||||
|
||||
|
||||
div.entry-text {
|
||||
min-width: 80%
|
||||
}
|
||||
|
||||
|
||||
|
||||
div.messages {
|
||||
padding: 10px 10px 10px 10px;
|
||||
background-color: #1c3054;
|
||||
|
||||
@ -3,5 +3,6 @@
|
||||
<div class="about">
|
||||
<h1>Zoek je aansluiting</h1>
|
||||
<p>versie 2021-12-31</p>
|
||||
<p>Deze site maakt gebruik van de <a href="https://gateway.edsn.nl/eancodeboek">EANcodeboek API</a> van <a href="https://www.edsn.nl">EDSN</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
@ -6,18 +6,18 @@
|
||||
{{ form.csrf }}
|
||||
<div class="form-group">
|
||||
<div class="entry-group">
|
||||
<label for="name">Postcode:</label>
|
||||
<input type="text" class="form-control" id="postcode" name="postalcode" placeholder="Wat is je postcode?">
|
||||
<div class="entry-label"><label for="name">Postcode:</label></div>
|
||||
<div class="entry-text"><input type="text" id="postcode" name="postalcode" placeholder="Wat is je postcode?"></div>
|
||||
</div>
|
||||
|
||||
<div class="entry-group">
|
||||
<label for="houseno">Huisnummer:</label>
|
||||
<input type="text" class="form-control" id="houseno" name="houseno" placeholder="Wat is je huisnummer?">
|
||||
<div class="entry-label"><label for="houseno">Huisnummer:</label></div>
|
||||
<div class="entry-text"><input type="text" id="houseno" name="houseno" placeholder="Wat is je huisnummer?"></div>
|
||||
</div>
|
||||
|
||||
<div class="entry-group">
|
||||
<label for="houseno_ext">Toevoeging:</label>
|
||||
<input type="text" class="form-control" id="houseno_ext" name="houseno_ext" placeholder="een huisnummer toevoeging?">
|
||||
<div class="entry-label"><label for="houseno_ext">Toevoeging:</label></div>
|
||||
<div class="entry-text"><input type="text" id="houseno_ext" name="houseno_ext" placeholder="een huisnummer toevoeging?"></div>
|
||||
</div>
|
||||
|
||||
<div class="input-submit">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user