This commit is contained in:
Alex P 2022-02-23 09:08:26 +02:00
parent dc8ecf2e6a
commit 8b025b6a1d
2 changed files with 7 additions and 10 deletions

View file

@ -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;

View file

@ -181,7 +181,7 @@ class OnboardingOptionsRenderer {
return "
<tr>
<td>$tooltip_html $header</td>
<th>$tooltip_html $header</th>
<td>$value_html</td>
</tr>";
}