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