mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Password prompt improvements
This commit is contained in:
parent
6c1eb7500d
commit
af21a8ff95
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user