This commit is contained in:
pero1203 2022-06-17 11:47:29 +02:00
commit 2be12a98af
2 changed files with 25 additions and 5 deletions

View File

@ -1966,9 +1966,9 @@ class GDPR{
echo ' <div class="form_row zahtevek '.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_4">'; echo ' <div class="form_row zahtevek '.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_4">';
echo ' <input type="radio" id="gdpr-action_4" name="gdpr-action" value="4" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '4' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer4']; echo ' <input type="radio" id="gdpr-action_4" name="gdpr-action" value="4" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '4' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer4'];
echo ' </label></div>'; echo ' </label></div>';
echo ' <div class="form_row zahtevek'.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_5">'; // echo ' <div class="form_row zahtevek'.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_5">';
echo ' <input type="radio" id="gdpr-action_5" name="gdpr-action" value="5" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '5' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer5']; // echo ' <input type="radio" id="gdpr-action_5" name="gdpr-action" value="5" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '5' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer5'];
echo ' </label></div>'; // echo ' </label></div>';
echo ' <div class="form_row zahtevek'.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_6">'; echo ' <div class="form_row zahtevek'.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_6">';
echo ' <input type="radio" id="gdpr-action_6" name="gdpr-action" value="6" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '6' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer6']; echo ' <input type="radio" id="gdpr-action_6" name="gdpr-action" value="6" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '6' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer6'];
echo ' </label></div>'; echo ' </label></div>';

View File

@ -398,6 +398,10 @@ footer .footer_content .col .logo_holder img.arnes-logo {
/* GDPR ZAHTEVEK -------------------------------------- */ /* GDPR ZAHTEVEK -------------------------------------- */
.gdpr #main .main_content {
padding: 0px;
}
.register_holder{ .register_holder{
max-width: 810px; max-width: 810px;
width: 95%; width: 95%;
@ -432,7 +436,8 @@ body.gdpr .input_field div.label label {
.regfield { .regfield {
height: 38px; height: 38px;
width: 245px; max-width: 245px;
width: 95%;
border: 1px solid #C4C4C4; border: 1px solid #C4C4C4;
padding: 0px; padding: 0px;
@ -544,6 +549,11 @@ input[type=button]:hover,
height: auto; height: auto;
} }
.register_holder {
margin-top: 70px;
margin-bottom: 70px;
}
.hero-container img { .hero-container img {
max-width: 65%; max-width: 65%;
} }
@ -706,9 +716,14 @@ input[type=button]:hover,
background-color: white; background-color: white;
} }
.register_holder {
margin-top: 50px;
margin-bottom: 46px;
}
.pomembne_povezave { .pomembne_povezave {
padding-top: 46px; padding-top: 46px;
padding-bottom: 96px; padding-bottom: 46px;
} }
.title { .title {
@ -739,6 +754,10 @@ input[type=button]:hover,
margin-bottom: 30px; margin-bottom: 30px;
} }
.povezave .col:nth-of-type(4) {
margin-bottom: 0px;
}
@ -875,6 +894,7 @@ input[type=button]:hover,
footer { footer {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
padding-top: 50px;
} }