Merge pull request #1106 from ZmagoD/zd_SCI_2239_v2

Zd sci 2239 v2
This commit is contained in:
Zmago Devetak 2018-04-19 18:00:19 +02:00 committed by GitHub
commit 487fb1fb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -37,3 +37,8 @@
float: left;
margin-right: 5px;
}
.custom-alert-info {
background-color: $brand-info;
padding: 10px;
}

View file

@ -13,7 +13,7 @@
</div>
<div class="modal-body">
<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>
<div class="modal-footer">