mirror of
https://github.com/bittenbythedark/SingularityWeb.git
synced 2026-08-14 00:57:53 +00:00
Adjusting Pagination some (not the nicest way so far but meh i will fix
that later
This commit is contained in:
+17
-5
@@ -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">«</a>
|
||||
</li>
|
||||
<span class="page-number">page 1 of 9 </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
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="#">»</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user