0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 17:12:40 +00:00

"Removed options from pageSize select, added new options, and updated CSS selector for searchButton"

This commit is contained in:
Víctor Losada Hernández
2024-05-22 07:58:09 +02:00
parent 8fd165a79b
commit 319746f6cd
2 changed files with 3 additions and 6 deletions

View File

@@ -205,12 +205,10 @@ const ArchivePage = createClass({
<label> <label>
Results per page Results per page
<select name="pageSize" id="size"> <select name="pageSize" id="size">
<option value="6">6</option>
<option value="10" default>10</option> <option value="10" default>10</option>
<option value="16">16</option>
<option value="20">20</option> <option value="20">20</option>
<option value="24">24</option> <option value="40">40</option>
<option value="30">30</option> <option value="60">60</option>
</select> </select>
</label> </label>
@@ -247,7 +245,6 @@ const ArchivePage = createClass({
this.loadTotal(); this.loadTotal();
this.loadPage(1, true); this.loadPage(1, true);
}} }}
disabled
> >
Search Search
<i <i

View File

@@ -83,7 +83,7 @@ body {
input { input {
margin: 0 10px; margin: 0 10px;
} }
.searchButton { #searchButton {
position:absolute; position:absolute;
right:10px; right:10px;
bottom:20px; bottom:20px;