More consistent error handling.

This commit is contained in:
James Cole
2016-02-06 05:01:34 +01:00
parent 69d0c31ae5
commit 241190c4da
7 changed files with 25 additions and 24 deletions

View File

@@ -12,7 +12,13 @@
padding: 0;
}
.error-page {
background: #d2d6de;
}
.error-box {
width: 460px;
margin: 7% auto;
}
/* cursors */
.rule-triggers {cursor:move;}