@@ -391,8 +391,8 @@ <h1 id="my-heading" style="margin-bottom: -9px" class="notranslate">
391
391
< button id ="delete-watchlist-btn "> Delete Watch Lists</ button >
392
392
</ div >
393
393
394
- < div id ="create-watchlist-modal " class ="modal " style ="z-index: 1000000000 ">
395
- < div class ="modal-content ">
394
+ < div id ="create-watchlist-modal " class ="modal " style ="z-index: 1000000000; margin-top: 0; padding-top: 0 ">
395
+ < div class ="modal-content " style =" margin-top: 10px " >
396
396
< span class ="close-button " title ="Close this modal " onclick ="closeModal('create-watchlist-modal') "> ×</ span >
397
397
< h2 > Create a Watch List</ h2 >
398
398
< form id ="create-watchlist-form ">
@@ -410,8 +410,8 @@ <h2>Create a Watch List</h2>
410
410
< div class ="spinner "> </ div >
411
411
</ div >
412
412
413
- < div id ="edit-watchlist-modal " class ="modal " style ="z-index: 1000000000 ">
414
- < div class ="modal-content ">
413
+ < div id ="edit-watchlist-modal " class ="modal " style ="z-index: 1000000000; margin-top: 0; padding-top: 0 ">
414
+ < div class ="modal-content " style =" margin-top: 10px " >
415
415
< span class ="close-button " title ="Close this modal " onclick ="closeModal('edit-watchlist-modal') "> ×</ span >
416
416
< h2 > Edit a Watch List</ h2 >
417
417
< form id ="edit-watchlist-form ">
@@ -420,8 +420,8 @@ <h2>Edit a Watch List</h2>
420
420
</ div >
421
421
</ div >
422
422
423
- < div id ="delete-watchlist-modal " class ="modal " style ="z-index: 1000000000 ">
424
- < div class ="modal-content ">
423
+ < div id ="delete-watchlist-modal " class ="modal " style ="z-index: 1000000000; margin-top: 0; padding-top: 0 ">
424
+ < div class ="modal-content " style =" margin-top: 40px " >
425
425
< span class ="close-button " title ="Close this modal " onclick ="closeModal('delete-watchlist-modal') "> ×</ span >
426
426
< h2 > Delete Watch Lists</ h2 >
427
427
< label > Select watch lists to delete:</ label >
0 commit comments