Reset the JavaScript error dialogue width

It inadvertantly got affected by the change to the password dialogue.
This commit is contained in:
Jermolene 2014-01-13 16:17:08 +00:00
parent 25423d2d07
commit 84e149e36c
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Error message and password prompt
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
background-color: rgb(255, 75, 75);
border: 8px solid rgb(255, 0, 0);
width: 480px;
margin-left: -244px; /* - width/2 - paddingHorz/2 - border */
}
.tw-error-form div {