Added Collapse Button
This commit is contained in:
parent
9a439680f5
commit
5121887fc6
|
@ -72,3 +72,8 @@ body {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#icon-up-arrow{
|
||||
width: 1%;
|
||||
height: 1%;
|
||||
}
|
||||
|
|
14
index.html
14
index.html
|
@ -34,9 +34,9 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<main role="main" class="container">
|
||||
<div class="content-box">
|
||||
<div id="selection-box">
|
||||
<div class="content-box jahres-selector">
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<label for="seasonByYearSelector">Wähle ein Jahr aus!</label>
|
||||
|
@ -55,6 +55,16 @@
|
|||
<div class="handle"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn btn-info btn-block" data-toggle="collapse" data-target="#selection-box">
|
||||
<svg id="icon-up-arrow" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8 8" xml:space="preserve">
|
||||
<rect x="0.016" y="1.68" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 6.2428 2.2389)" width="5.283" height="1.466"/>
|
||||
<rect x="3.161" y="1.604" width="1.683" height="6.375"/>
|
||||
<rect x="2.709" y="1.674" transform="matrix(0.7073 0.7069 -0.7069 0.7073 3.2674 -3.0786)" width="5.284" height="1.465"/>
|
||||
</svg>
|
||||
Collapse
|
||||
</button>
|
||||
|
||||
<div class="content-box chart-box">
|
||||
<div id="lineGraphBox"></div>
|
||||
|
|
Loading…
Reference in New Issue