1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-06 07:53:28 +00:00

Added an error page for when Stackdump fails to connect to Solr.

Also unified the error pages and added a generic 500 error page.
This commit is contained in:
Samuel Lai
2012-08-19 00:09:35 +10:00
parent e0c96a5c5f
commit 1b27784a8c
5 changed files with 64 additions and 5 deletions

View File

@@ -365,12 +365,12 @@ h1.answers {
float: right;
}
.nodata.row, .importinprogress.row {
.nodata.row, .importinprogress.row, .errormessage.row {
margin-top: 50px;
margin-bottom: 20px;
}
.nodata h2, .importinprogress h2 {
.nodata h2, .importinprogress h2, .errormessage h2 {
margin-top: 25px;
margin-bottom: 7px;
}
@@ -392,6 +392,6 @@ h1.answers {
margin-top: 7px;
}
.importinprogress .subinfo {
.importinprogress .subinfo, .errormessage .subinfo {
color: #999999;
}