Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0d47743

Browse files
authored
Merge pull request #5 from topcoder-platform/reskin-payment
Reskin payment
2 parents d864736 + 3d5a3d3 commit 0d47743

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

css/reskin-2/paymentHistory.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body {
99
}
1010

1111
.page {
12-
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 64px);
12+
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 41px);
1313
max-width: var(--screen-max);
1414
margin: 0 auto;
1515
padding: 32px;
@@ -333,7 +333,7 @@ body {
333333
padding-bottom: 16px;
334334
}
335335
}
336-
336+
337337
#payments > br { display: none; }
338338

339339
.form-container {
@@ -959,6 +959,7 @@ body {
959959
right: -1px;
960960
text-align: left;
961961
cursor: default;
962+
z-index: 9999;
962963
background-color: var(--tc-white);
963964
border: 1px solid var(--black-40);
964965

css/reskin-2/paymentStatusSummary.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
#payments > br { display: none; }
88

99
.page {
10-
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 64px);
10+
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 41px);
1111
max-width: var(--screen-max);
1212
margin: 0 auto;
1313
padding: 32px;

0 commit comments

Comments
 (0)