mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Make IE11 warning in backend bigger (#2680)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -486,11 +486,16 @@ td > .dl-horizontal {
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.old-browser-warning {
|
||||||
|
padding: 32px;/* 30px + 2px optical compensation */
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
@media(min-width:768px) {
|
@media(min-width:768px) {
|
||||||
.impersonate-warning, .old-browser-warning {
|
.impersonate-warning, .old-browser-warning {
|
||||||
position: inherit;
|
position: inherit;
|
||||||
margin: 0 0 0 250px;
|
margin: 0 0 0 250px;
|
||||||
padding: 15px 30px;
|
padding: 15px 47px;/* 45px + 2px optical compensation */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user