Skip to content

Commit

Permalink
Main container max 80%
Browse files Browse the repository at this point in the history
Added:
*

Changed:
*max-height for container

Removed:
*

Issues:
* Bootstrap columns sometimes misalignes
  • Loading branch information
adminuser committed Oct 7, 2019
1 parent 170c35a commit f898ca5
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
De trein met vertrektijden is iets vertraagd...
</div>
<div id="container" class="container h2" style="display:none; min-width:90%" >
<div id="container" class="container h2" style="display:none; min-width:90%; max-height:80%;" >
<div class="row bg-white rcorner">
<div class="col-1"><img src="ns_logo.png" alt="NS Logo" height="24" style="padding:5px"></img></div>
Expand Down Expand Up @@ -58,31 +58,32 @@
<div class="col-sm-8 offset-sm-1">
<div class="row ">
<div class="col-12 ">
<div id="table" class="table rcorner" >
<table id="departures" class="table table-striped table-light" >
<thead class="bg-nsyellow Otext-black">
<tr>
<th>Vertrek (vertraging)</th>
<th>Bestemming</th>
<th>Spoor</th>
<th>Type</th>
</tr>
</thead>
<tbody id="dept_body" class="">
<tr id="0">
<td id="0-time" class="dept-time"></td>
<td id="0-dest" class="dept-dest"></td>
<td id="0-track" class="dept-track"></td>
<td id="0-extra" class="dept-extra"></td>
</tr>
</tbody>
</table>
<div id="table" class="table rcorner" >
<table id="departures" class="table table-striped table-light" >
<thead class="bg-nsyellow Otext-black">
<tr>
<th>Vertrek (vertraging)</th>
<th>Bestemming</th>
<th>Spoor</th>
<th>Type</th>
</tr>
</thead>
<tbody id="dept_body" class="">
<tr id="0">
<td id="0-time" class="dept-time"></td>
<td id="0-dest" class="dept-dest"></td>
<td id="0-track" class="dept-track"></td>
<td id="0-extra" class="dept-extra"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="">
<canvas id="buienradar" width="453" height="120">
</canvas>
Expand Down

0 comments on commit f898ca5

Please sign in to comment.