diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 91e8f8f82..39469d048 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -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 { @@ -465,6 +468,8 @@ form p:first-of-type { margin: 20px 0px 6px 0px; } + + body.gdpr div.zahtevek { padding: 6px 0px; } @@ -473,8 +478,12 @@ body.gdpr div.zahtevek:last-of-type { } body.gdpr div.zahtevek label input { margin-left: 0px; + height: 18px; + width: 18px; } + + /* tekst nad poljem za opis */ form p:nth-of-type(2){ margin: 20px 0px; @@ -720,6 +729,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;