Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
739ffabbb9
@ -69,7 +69,10 @@ header nav span.menu_item a:hover {
|
||||
}
|
||||
|
||||
header nav span.menu_item.active {
|
||||
border-bottom: 3px #F07D3E solid;
|
||||
border-bottom: unset;
|
||||
}
|
||||
header nav span.menu_item.active a {
|
||||
color: #F07D3E;
|
||||
}
|
||||
|
||||
header .logo a img {
|
||||
@ -398,6 +401,10 @@ footer .footer_content .col .logo_holder img.arnes-logo {
|
||||
|
||||
/* GDPR ZAHTEVEK -------------------------------------- */
|
||||
|
||||
body.gdpr {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.gdpr #main .main_content {
|
||||
padding: 0px;
|
||||
}
|
||||
@ -405,7 +412,7 @@ footer .footer_content .col .logo_holder img.arnes-logo {
|
||||
.register_holder{
|
||||
max-width: 810px;
|
||||
width: 95%;
|
||||
margin: 105px auto 105px auto;
|
||||
margin: 70px auto 70px auto;
|
||||
}
|
||||
|
||||
.register_holder h1 {
|
||||
@ -416,24 +423,37 @@ footer .footer_content .col .logo_holder img.arnes-logo {
|
||||
.register_holder p {
|
||||
font-weight: 400;
|
||||
line-height: 26px;
|
||||
|
||||
margin: 20px 0px;
|
||||
}
|
||||
.register_holder p a {
|
||||
color: #1e88e5;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body.gdpr div.label {
|
||||
display: block;
|
||||
line-height: unset;
|
||||
font-weight: 600;
|
||||
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 {
|
||||
line-height: unset;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.regfield {
|
||||
height: 38px;
|
||||
max-width: 245px;
|
||||
@ -465,6 +485,8 @@ form p:first-of-type {
|
||||
margin: 20px 0px 6px 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body.gdpr div.zahtevek {
|
||||
padding: 6px 0px;
|
||||
}
|
||||
@ -472,9 +494,16 @@ body.gdpr div.zahtevek:last-of-type {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
body.gdpr div.zahtevek label input {
|
||||
margin-top: 4px;
|
||||
margin-left: 0px;
|
||||
margin-right: 2px;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* tekst nad poljem za opis */
|
||||
form p:nth-of-type(2){
|
||||
margin: 20px 0px;
|
||||
@ -494,12 +523,19 @@ form .opis {
|
||||
|
||||
.register_holder p:last-of-type {
|
||||
margin: 18px 0px 20px 0px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
input[type=submit],
|
||||
button:hover,
|
||||
input[type=button],
|
||||
.button {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 26px;
|
||||
height: 50px;
|
||||
max-width: 320px;
|
||||
width: 95%;
|
||||
padding: 0px;
|
||||
|
||||
background: linear-gradient(to left,#F07D3E 50%, white 50%) right;
|
||||
@ -527,8 +563,8 @@ input[type=button]:hover,
|
||||
|
||||
header {
|
||||
margin: none;
|
||||
padding-left: 25px;
|
||||
padding-right: 29px;
|
||||
/* padding-left: 25px;
|
||||
padding-right: 29px; */
|
||||
}
|
||||
|
||||
/* header - arnes logo fix */
|
||||
@ -622,7 +658,7 @@ input[type=button]:hover,
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 70px 25px 0px 25px;
|
||||
padding: 70px 0px 0px 0px;
|
||||
}
|
||||
|
||||
footer .footer_content {
|
||||
@ -720,6 +756,10 @@ input[type=button]:hover,
|
||||
margin-top: 50px;
|
||||
margin-bottom: 46px;
|
||||
}
|
||||
body #main .main_content .register_holder h1 {
|
||||
text-align: unset;
|
||||
}
|
||||
|
||||
|
||||
.pomembne_povezave {
|
||||
padding-top: 46px;
|
||||
@ -798,7 +838,7 @@ input[type=button]:hover,
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
width: 100%;
|
||||
background: #d3531a;
|
||||
background: #F07D3E;
|
||||
border-radius: 9px;
|
||||
opacity: 1;
|
||||
left: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user