mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-08 10:12:37 -08:00
Reset the JavaScript error dialogue width
It inadvertantly got affected by the change to the password dialogue.
This commit is contained in:
parent
25423d2d07
commit
84e149e36c
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue