Skip to content
Snippets Groups Projects
Commit 2faa83c5 authored by Florian Will's avatar Florian Will
Browse files

[TASK] pagination custom field smaller

parent 599eebbd
No related branches found
No related tags found
1 merge request!52Feature 5168 unify root page selector
......@@ -55,8 +55,8 @@
min: '1',
data-uri: '{f:uri.action(action: action, arguments: {currentPage: 987654321, itemsPerPage: itemsPerPage}) -> f:format.raw()}'
}"
class="form-control input-sm paginator-input"
style="padding: 4px 8px"
class=" input-sm paginator-input"
style="padding: 4px 8px; width: 80px; height: 28px;"
value="{pagination.currentPage}"
type="number"/>
<f:translate key="backend.job.of" extensionName="sg_jobs"/>
......@@ -116,8 +116,8 @@
<input type="number"
name="itemsPerPage"
id="itemsPerPageInput"
class="form-control input-sm "
style="padding: 4px 8px; width: 60px; height: 28px; min-width: 50px; margin: -7px 0px"
class=" input-sm "
style="padding: 4px 8px; width: 80px; height: 28px; margin: -7px 0px"
value="{pagination.itemsPerPage}"
min="1"
required/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment