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:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user