GDPR line height popravki
This commit is contained in:
parent
a24bc6d0f0
commit
38e20f0514
@ -401,6 +401,10 @@ footer .footer_content .col .logo_holder img.arnes-logo {
|
|||||||
|
|
||||||
/* GDPR ZAHTEVEK -------------------------------------- */
|
/* GDPR ZAHTEVEK -------------------------------------- */
|
||||||
|
|
||||||
|
body.gdpr {
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.gdpr #main .main_content {
|
.gdpr #main .main_content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
@ -434,7 +438,14 @@ body.gdpr div.label {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
||||||
|
line-height: unset;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
body #main .main_content .register_holder .label {
|
||||||
|
line-height: 20px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
body.gdpr .input_field div.label label {
|
body.gdpr .input_field div.label label {
|
||||||
line-height: unset;
|
line-height: unset;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
@ -442,6 +453,7 @@ body.gdpr .input_field div.label label {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.regfield {
|
.regfield {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
max-width: 245px;
|
max-width: 245px;
|
||||||
@ -511,6 +523,7 @@ form .opis {
|
|||||||
|
|
||||||
.register_holder p:last-of-type {
|
.register_holder p:last-of-type {
|
||||||
margin: 18px 0px 20px 0px;
|
margin: 18px 0px 20px 0px;
|
||||||
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit],
|
input[type=submit],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user