fix margin on OO export format alert

pull/1/head
David Benqué 2020-01-21 14:16:19 +01:00
parent 0ece81afff
commit a5265e4c61
2 changed files with 4 additions and 1 deletions

View File

@ -439,6 +439,9 @@
i {
margin-right: 10px;
}
&.cp-alert-top{
margin-top: @alertify_padding-base;
}
&.alert-primary {
background-color: @alertify-base;
color: @alertify-fg;

View File

@ -963,7 +963,7 @@ define([
if (typeof(Atomics) === "undefined") {
ext = ['.bin'];
warning = '<div class="alert alert-info">'+Messages.oo_exportChrome+'</div>';
warning = '<div class="alert alert-info cp-alert-top">'+Messages.oo_exportChrome+'</div>';
}
var types = ext.map(function (val) {