1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 09:50:27 +00:00

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

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 {