Skip to content

Commit

Permalink
Update GDPRCheckboxField.ss
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-sauer-13 authored Feb 6, 2025
1 parent ece3bc9 commit 5a16fce
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions templates/GDPRCheckboxField.ss
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,3 @@
<input $AttributesHTML id="contactGDPRInput" />
<label for="contactGDPRInput">{$SiteConfig.FormularDatenschutztext}</label>
</div>
<style>
.contactGDPR
{
margin-top:20px;
}
.contactGDPR label
{
display:inline-block !important;
position: relative;
top:-3px;
width: calc(100% - 40px);
text-transform: none;
}
.contactGDPR label p:last-child
{
margin-bottom:0;
}
.contactGDPR input.checkbox
{
height:auto !important;
width:30px !important;
display:inline-block !important;
float:left;
position: relative;
top:-3px;
}
</style>

0 comments on commit 5a16fce

Please sign in to comment.