select number records returned

This commit is contained in:
2022-02-01 11:36:14 +00:00
parent a17385d037
commit c932f57bf3
16 changed files with 212 additions and 53 deletions
+12
View File
@@ -1865,3 +1865,15 @@ fade {
top: 10px;
left: 10px;
}
// record selection
#recordCountSelect {
text-align: right;
select {
margin-right: 10px;
margin-left: 10px;
width: 70px;
background-position: 90% 15px;
}
}