GDPR input filed padding
This commit is contained in:
parent
d4b9b0ab58
commit
fa51f4ddc1
@ -461,6 +461,7 @@ body.gdpr .input_field div.label label {
|
|||||||
border: 1px solid #C4C4C4;
|
border: 1px solid #C4C4C4;
|
||||||
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
padding-left: 8px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -493,13 +494,13 @@ body.gdpr div.zahtevek {
|
|||||||
body.gdpr div.zahtevek:last-of-type {
|
body.gdpr div.zahtevek:last-of-type {
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
body.gdpr div.zahtevek label {
|
/* body.gdpr div.zahtevek label {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
body.gdpr div.zahtevek label b {
|
body.gdpr div.zahtevek label b {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
body.gdpr div.zahtevek label input {
|
body.gdpr div.zahtevek label input {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
@ -525,9 +526,12 @@ form .opis {
|
|||||||
|
|
||||||
#gdpr-note {
|
#gdpr-note {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
padding-left: 8px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.register_holder p:last-of-type {
|
.register_holder p:last-of-type {
|
||||||
@ -768,6 +772,7 @@ input[type=button]:hover,
|
|||||||
}
|
}
|
||||||
body #main .main_content .register_holder h1 {
|
body #main .main_content .register_holder h1 {
|
||||||
text-align: unset;
|
text-align: unset;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user