fix margin on OO export format alert
This commit is contained in:
parent
0ece81afff
commit
a5265e4c61
@ -439,6 +439,9 @@
|
|||||||
i {
|
i {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
&.cp-alert-top{
|
||||||
|
margin-top: @alertify_padding-base;
|
||||||
|
}
|
||||||
&.alert-primary {
|
&.alert-primary {
|
||||||
background-color: @alertify-base;
|
background-color: @alertify-base;
|
||||||
color: @alertify-fg;
|
color: @alertify-fg;
|
||||||
|
|||||||
@ -963,7 +963,7 @@ define([
|
|||||||
|
|
||||||
if (typeof(Atomics) === "undefined") {
|
if (typeof(Atomics) === "undefined") {
|
||||||
ext = ['.bin'];
|
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) {
|
var types = ext.map(function (val) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user