1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 18:00:26 +00:00

Password prompt improvements

This commit is contained in:
Jeremy Ruston 2012-11-16 22:59:44 +00:00
parent 6c1eb7500d
commit af21a8ff95
2 changed files with 2 additions and 2 deletions

View File

@ -5924,7 +5924,7 @@ Password prompts
.tw-password-wrapper { .tw-password-wrapper {
position: fixed; position: fixed;
top: 1em; top: 4em;
left: 50%; left: 50%;
z-index: 20000; z-index: 20000;
width: 480px; width: 480px;

View File

@ -50,7 +50,7 @@ Password prompts
position: fixed; position: fixed;
text-align: center; text-align: center;
width: 480px; width: 480px;
top: 1em; top: 4em;
left: 50%; left: 50%;
margin-left: -264px; /* - width/2 - paddingHorz/2 - border */ margin-left: -264px; /* - width/2 - paddingHorz/2 - border */
padding: 16px 16px 16px 16px; padding: 16px 16px 16px 16px;