Fix alert animation on IE11

This commit is contained in:
Murtuza Zabuawala 2017-07-07 16:50:47 +01:00 committed by Dave Page
parent d151bdb4cd
commit 08e874a026
2 changed files with 11 additions and 6 deletions

View File

@ -91,6 +91,7 @@ category: alerts
.alert-row {
display: block;
width: auto;
}
.alert-box {

View File

@ -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;