mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Use th
This commit is contained in:
parent
dc8ecf2e6a
commit
8b025b6a1d
2 changed files with 7 additions and 10 deletions
|
@ -104,22 +104,19 @@ ul.ppcp-onboarding-options-sublist {
|
|||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table td {
|
||||
.ppcp-onboarding-cards-options table th, .ppcp-onboarding-cards-options table td {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table td:first-child {
|
||||
.ppcp-onboarding-cards-options table th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr:not(:last-child) td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr td:first-child {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-options table tr:not(:last-child) th, .ppcp-onboarding-cards-options table tr:not(:last-child) td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.ppcp-onboarding-cards-screen {
|
||||
flex: 1;
|
||||
align-self: center;
|
||||
|
|
|
@ -181,7 +181,7 @@ class OnboardingOptionsRenderer {
|
|||
|
||||
return "
|
||||
<tr>
|
||||
<td>$tooltip_html $header</td>
|
||||
<th>$tooltip_html $header</th>
|
||||
<td>$value_html</td>
|
||||
</tr>";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue