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:
@@ -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
|
||||
|
||||
@@ -83,7 +83,7 @@ body {
|
||||
input {
|
||||
margin: 0 10px;
|
||||
}
|
||||
.searchButton {
|
||||
#searchButton {
|
||||
position:absolute;
|
||||
right:10px;
|
||||
bottom:20px;
|
||||
|
||||
Reference in New Issue
Block a user