mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-01 09:51:29 +08:00
Add close button to label printer modal [SCI-6000] (#3492)
This commit is contained in:
parent
5fa3fa4601
commit
a61446acf5
2 changed files with 9 additions and 0 deletions
app
|
@ -1,3 +1,11 @@
|
|||
.modal-sm {
|
||||
width: 370px;
|
||||
}
|
||||
|
||||
.modal {
|
||||
.modal-absolute-close-button {
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: .5em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<% end %>
|
||||
<% else %>
|
||||
<div class="modal-body no-printers-container">
|
||||
<button type="button" class="close modal-absolute-close-button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<%= image_tag 'printers/no_available_printers.png' %>
|
||||
<p class="no-printer-title">
|
||||
<%= t('repository_row.modal_print_label.no_printers.title') %>
|
||||
|
|
Loading…
Add table
Reference in a new issue