mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 12:33:52 -06:00
Fix alert animation on IE11
This commit is contained in:
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
Block a user