Skip to content

Commit

Permalink
put member search result on top of transaction finished message in th…
Browse files Browse the repository at this point in the history
…e circulation module

The message "Transaction finished" hid part of the search result
when searching for a member by name immediately after finishing a transaction
  • Loading branch information
matlam committed Jan 7, 2017
1 parent 3cf1f27 commit 5d2f9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/admin_template/default-dz/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ tr.dataListHeader > td > a {
#memberIDList {
margin-top: -5px;
width: 181px !important;
z-index: 1;
}
.ajaxDDlist {
border-color: #ddd !important;
Expand Down
1 change: 1 addition & 0 deletions admin/admin_template/default/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ tr.dataListHeader > td > a {
#memberIDList {
margin-top: -5px;
width: 181px !important;
z-index: 1;
}
.ajaxDDlist {
border-color: #ddd !important;
Expand Down

0 comments on commit 5d2f9a5

Please sign in to comment.