Skip to content

Commit

Permalink
Update CSS for iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
frankchn committed Sep 21, 2020
1 parent 00b7aac commit 912c8b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/public/modules/forms/admin/css/export-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
display: flex;
justify-content: center;
align-items: center;
min-width: 164px;
margin-left: auto;
}

Expand Down
2 changes: 2 additions & 0 deletions src/public/modules/forms/admin/css/view-responses.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@

#responses-tab .response-stats {
white-space: nowrap;
min-width: 240px;
}

#responses-tab .datepicker-export-container {
Expand Down Expand Up @@ -732,4 +733,5 @@

#filter-by-submission-filter-textbox-container {
display: flex;
min-width: 240px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
class="input-custom input-medium"
ng-model="vm.filterBySubmissionRefIdTextbox"
ng-change="vm.filterBySubmissionChanged()"
ng-model-options="{ debounce: 500 }"
ng-model-options="{ debounce: 150 }"
placeholder="Search by reference no."
/>
<span
id="filter-by-submission-reset-link"
ng-show="vm.filterBySubmissionRefId !== ''"
>
<a ng-click="vm.filterBySubmissionReset()">Reset</a>
<a ng-click="vm.filterBySubmissionReset()">View&nbsp;All</a>
</span>
</div>
<div class="datepicker-export-container col-md-3">
Expand Down

0 comments on commit 912c8b8

Please sign in to comment.