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