Skip to content

Commit

Permalink
Merge pull request catchpoint#3025 from catchpoint/revert-3001-overla…
Browse files Browse the repository at this point in the history
…pping_text

Revert "Overlapping text"
  • Loading branch information
claud-io authored Dec 12, 2023
2 parents 44ca170 + c6200f6 commit 0fc3777
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
14 changes: 0 additions & 14 deletions www/assets/css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,20 +189,6 @@ body.theme-b {
border: 0;
}

.contact-info-modal {
height: 38rem !important;
}
.contact-info-modal-form {
height: 26rem !important;
}

.password-modal {
height: 34rem !important;
}
.password-modal-form {
height: 22rem !important;
}

.modal,
.modal_screen {
position: fixed;
Expand Down
4 changes: 2 additions & 2 deletions www/assets/css/wpt-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ wpt-header {
width: 100%;
grid-column: 1 / 13;
position: relative;
z-index: 1000;
z-index: 9999999;
background: none;
border: none;
}
Expand Down Expand Up @@ -416,7 +416,7 @@ wpt-header .wptheader_nav_menu details[open] summary span:after {

@media (min-width: 86em) {
wpt-header {
z-index: 1000;
z-index: 999999;
}
cp-header a {
padding-left: 1.5rem;
Expand Down
6 changes: 2 additions & 4 deletions www/templates/account/includes/modals/contact-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@
<input type="hidden" name="id" value="<?= $id; ?>" />
<input type="hidden" name="type" value="contact-info" />
<input type="hidden" name="csrf_token" value="<?= $csrf_token ?>" />
<div class="section">
<div class="save-button">
<button type="submit" class="pill-button blue">Save</button>
</div>
<div class="save-button">
<button type="submit" class="pill-button blue">Save</button>
</div>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion www/templates/account/includes/modals/password.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<fg-modal id="password-modal" class="password-modal fg-modal">
<form method="POST" class="password-modal-form" action="/account">
<form method="POST" action="/account">
<h3 class="modal_title">Change your password</h3>
<p class="details">The requirements are at least 8 characters, including a number, lowercase letter, uppercase letter and symbol. No &lt;, &gt;.</p>
<div class="input-set">
Expand Down

0 comments on commit 0fc3777

Please sign in to comment.