Provide better sandbox error messages, and disallow running from file:// URLs

This commit is contained in:
Elliott Sprehn
2010-11-01 18:03:52 -07:00
committed by Igor Minar
parent 56a3d52f45
commit dcf76e6816
4 changed files with 48 additions and 26 deletions

View File

@@ -8,6 +8,11 @@ body {
font-size: 14px;
}
#system-error {
font-size: 1.5em;
text-align: center;
}
#json, #xml {
display: none;
}