mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
fixes alert label [fixes SCI-2239]
This commit is contained in:
parent
bb3e1b4dcf
commit
a948710576
2 changed files with 6 additions and 1 deletions
|
@ -37,3 +37,8 @@
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-alert-info {
|
||||||
|
background-color: $brand-info;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div><%=t('zip_export.repository_header_html', repository: repository.name) %></div>
|
<div><%=t('zip_export.repository_header_html', repository: repository.name) %></div>
|
||||||
<div class="alert alert-info" role="alert"><%=t 'zip_export.files_alert' %></div>
|
<div class="custom-alert-info"><%=t 'zip_export.files_alert' %></div>
|
||||||
<div><%=t 'zip_export.repository_footer_html' %></div>
|
<div><%=t 'zip_export.repository_footer_html' %></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
Loading…
Reference in a new issue