Skip to content

Commit 0fc3777

Browse files
authored
Merge pull request #3025 from catchpoint/revert-3001-overlapping_text
Revert "Overlapping text"
2 parents 44ca170 + c6200f6 commit 0fc3777

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

www/assets/css/account.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -189,20 +189,6 @@ body.theme-b {
189189
border: 0;
190190
}
191191

192-
.contact-info-modal {
193-
height: 38rem !important;
194-
}
195-
.contact-info-modal-form {
196-
height: 26rem !important;
197-
}
198-
199-
.password-modal {
200-
height: 34rem !important;
201-
}
202-
.password-modal-form {
203-
height: 22rem !important;
204-
}
205-
206192
.modal,
207193
.modal_screen {
208194
position: fixed;

www/assets/css/wpt-header.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ wpt-header {
3535
width: 100%;
3636
grid-column: 1 / 13;
3737
position: relative;
38-
z-index: 1000;
38+
z-index: 9999999;
3939
background: none;
4040
border: none;
4141
}
@@ -416,7 +416,7 @@ wpt-header .wptheader_nav_menu details[open] summary span:after {
416416

417417
@media (min-width: 86em) {
418418
wpt-header {
419-
z-index: 1000;
419+
z-index: 999999;
420420
}
421421
cp-header a {
422422
padding-left: 1.5rem;

www/templates/account/includes/modals/contact-info.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131
<input type="hidden" name="id" value="<?= $id; ?>" />
3232
<input type="hidden" name="type" value="contact-info" />
3333
<input type="hidden" name="csrf_token" value="<?= $csrf_token ?>" />
34-
<div class="section">
35-
<div class="save-button">
36-
<button type="submit" class="pill-button blue">Save</button>
37-
</div>
34+
<div class="save-button">
35+
<button type="submit" class="pill-button blue">Save</button>
3836
</div>
3937
</div>
4038
</form>

www/templates/account/includes/modals/password.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<fg-modal id="password-modal" class="password-modal fg-modal">
2-
<form method="POST" class="password-modal-form" action="/account">
2+
<form method="POST" action="/account">
33
<h3 class="modal_title">Change your password</h3>
44
<p class="details">The requirements are at least 8 characters, including a number, lowercase letter, uppercase letter and symbol. No &lt;, &gt;.</p>
55
<div class="input-set">

0 commit comments

Comments
 (0)