From 84e149e36c3d5bec17a1befed3c232e7f0e106d8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 13 Jan 2014 16:17:08 +0000 Subject: [PATCH] Reset the JavaScript error dialogue width It inadvertantly got affected by the change to the password dialogue. --- boot/boot.css.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/boot.css.tid b/boot/boot.css.tid index a014b7004..2d8718a96 100644 --- a/boot/boot.css.tid +++ b/boot/boot.css.tid @@ -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 {