Move style to css
This commit is contained in:
parent
5a1bf5b628
commit
58cec26107
2 changed files with 19 additions and 7 deletions
|
|
@ -26,4 +26,16 @@
|
||||||
border:0;
|
border:0;
|
||||||
color:#3BC492;
|
color:#3BC492;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pin-filter-action-panel {
|
||||||
|
clear: both;
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pin-filter-action-panel a { color:white; }
|
||||||
|
#pin-filter-action-panel p { margin-bottom: 0; }
|
||||||
|
#time-range-slider { margin-bottom: 2em; }
|
||||||
|
|
@ -35,16 +35,16 @@
|
||||||
<label for="travelers-select">Mitreisende:</label>
|
<label for="travelers-select">Mitreisende:</label>
|
||||||
<ul id="travelers-select"></ul>
|
<ul id="travelers-select"></ul>
|
||||||
|
|
||||||
<div style="clear: both; float: left; display: block; position: relative;margin-top: 20px;">
|
<div id="pin-filter-action-panel">
|
||||||
<p style="margin-bottom: 0px">
|
<p>
|
||||||
<label for="time-range">Zeitraum:</label>
|
<label for="time-range">Zeitraum:</label>
|
||||||
<input type="text" id="time-range" readonly>
|
<input type="text" id="time-range" readonly>
|
||||||
</p>
|
</p>
|
||||||
<div id="time-range-slider" style="margin-bottom: 2em"></div>
|
<div id="time-range-slider"></div>
|
||||||
|
|
||||||
<a class="button" style="color:white" id="travelers-filter-button">Filter</a>
|
<a class="button" id="travelers-filter-button">Filter</a>
|
||||||
<a class="button" style="color:white" id="travelers-reset-button">Reset</a>
|
<a class="button" id="travelers-reset-button">Reset</a>
|
||||||
<a class="button" style="color:white" id="travelers-extend-button">Erweitert</a>
|
<a class="button" id="travelers-extend-button">Erweitert</a>
|
||||||
<input type="checkbox" id="toggle-and-or" />
|
<input type="checkbox" id="toggle-and-or" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue