Use png rather than svg for warning image. Concatenate flash messages with commas to reduce page height. Allow warning message to be wider

This commit is contained in:
Miguel Jacq 2019-03-11 17:27:17 +11:00
parent 7e4efc39e5
commit 2666bb2dae
4 changed files with 8 additions and 12 deletions

View file

@ -228,7 +228,6 @@ div#noscript {
color: #d709df;
padding: 1em;
line-height: 150%;
max-width: 700px;
margin: 0 auto;
}
@ -236,10 +235,6 @@ div#noscript a, div#noscript a:visited {
color: #d709df;
}
div#noscript svg {
max-width: 30px;
}
.disable-noscript-xss-wrapper {
max-width: 900px;
margin: 0 auto;

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B