Update: Error UI Updated

This commit is contained in:
Gary Sharp
2013-11-14 13:34:53 +11:00
parent b1048588e7
commit fe00963cb0
19 changed files with 514 additions and 160 deletions
+27
View File
@@ -200,6 +200,33 @@ header, #header {
.border-radius4(0, 0, 6px, 6px);
}
#layout_Error {
min-height: 200px;
table {
background-color: #fff;
}
h1, h2, h3, h4, h5 {
color: #fff;
white-space: pre-wrap;
}
h2.error {
margin-bottom: 10px;
}
.stacktrace {
white-space: pre;
overflow: auto;
}
& > div {
margin: 0 auto;
width: 650px;
}
}
#layout_uiExtensions {
display: none;
}