Adjusting Pagination some (not the nicest way so far but meh i will fix

that later
This commit is contained in:
bittenbythedark
2019-03-03 11:09:07 +01:00
parent 56a306d68b
commit 0845e68c54
+17 -5
View File
@@ -40,10 +40,10 @@
<form class="form-inline">
<div class="form-group mb-4">
<label for="channelselector">Channel:</label>
<select id="channelselector" class="custom-select">
<option value="SingularityAlpha">SingularityAlpha</option>
<option value="Second channel">Second channel</option>
<option value="Third Channel">Third Channel</option>
<select id="channelselector" class="custom-select" style="border:none;">
<option value="SingularityAlpha">Release</option>
<option value="Second channel">Alpha</option>
<option value="Third Channel">Test</option>
</select>
</div>
</form>
@@ -56,7 +56,19 @@
<li class="page-item">
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">&#171;</a>
</li>
<span class="page-number">page 1 of 9&nbsp;</span>
<label for="channelselector">page </label>
<select id="channelselector" class="custom-select" style="width:60px; height:40px; border:none; margin-top:-7.5px;">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
</select>
of 9&nbsp;
<li class="page-item">
<a class="page-link" href="#">&#187;</a>
</li>