Fix alert animation on IE11
parent
d151bdb4cd
commit
08e874a026
|
@ -91,6 +91,7 @@ category: alerts
|
||||||
|
|
||||||
.alert-row {
|
.alert-row {
|
||||||
display: block;
|
display: block;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-box {
|
.alert-box {
|
||||||
|
|
|
@ -124,20 +124,24 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Restyling alertify query results messages */
|
/* Restyling alertify query results messages */
|
||||||
|
.alertify-notifier.ajs-right {
|
||||||
|
min-width: 250px;
|
||||||
|
width: auto;
|
||||||
|
width: initial;
|
||||||
|
max-width: 800px;
|
||||||
|
}
|
||||||
|
|
||||||
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
|
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
|
||||||
right: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
right: 0;
|
||||||
|
width: auto;
|
||||||
|
width: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alertify-notifier .ajs-message {
|
.alertify-notifier .ajs-message {
|
||||||
width: initial;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alertify-notifier {
|
|
||||||
width: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.pg-alertify-button {
|
button.pg-alertify-button {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in New Issue