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

Added informative message when Stackdump is disabled during a site import.

This commit is contained in:
Samuel Lai
2012-08-18 20:17:15 +10:00
parent 2954dd47ba
commit 9b9b71077c
3 changed files with 49 additions and 10 deletions

View File

@@ -11,6 +11,11 @@ pre code {
background-color: transparent;
}
h3, h4, h5, h6 {
line-height: normal;
margin-bottom: 0.5em;
}
/* don't want it to have a fixed position; so we'll override it */
.topbar {
position: absolute;
@@ -358,12 +363,12 @@ h1.answers {
float: right;
}
.nodata.row {
.nodata.row, .importinprogress.row {
margin-top: 50px;
margin-bottom: 20px;
}
.nodata h2 {
.nodata h2, .importinprogress h2 {
margin-top: 25px;
margin-bottom: 7px;
}
@@ -383,4 +388,8 @@ h1.answers {
.nodata pre {
margin-top: 7px;
}
.importinprogress .subinfo {
color: #999999;
}