0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 04:32:38 +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>
Results per page
<select name="pageSize" id="size">
<option value="6">6</option>
<option value="10" default>10</option>
<option value="16">16</option>
<option value="20">20</option>
<option value="24">24</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="60">60</option>
</select>
</label>
@@ -247,7 +245,6 @@ const ArchivePage = createClass({
this.loadTotal();
this.loadPage(1, true);
}}
disabled
>
Search
<i

View File

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