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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user