Skip to content

Commit

Permalink
[geocat] change logo to newer version, hide link to new version in lo…
Browse files Browse the repository at this point in the history
…gin screen
  • Loading branch information
jahow committed Jun 21, 2024
1 parent 17f94b4 commit 8c1ef64
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
7 changes: 6 additions & 1 deletion web-ui/src/main/resources/catalog/style/gn_search.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
margin-right: -60px;
}
.gcat-logo {
height: 100px;
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: center;
padding: 0px 16px;
& > div {
flex-shrink: 1;
Expand All @@ -31,6 +32,10 @@
max-width: 100%;
}
}

@media (min-width: @screen-sm-max) {
height: 168px;
}
}
}
//GEOCAT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<span class="hidden-sm" translate>documentation</span>
</a>
</li>
<li class="gn-menuitem-xs" data-ng-show="!authenticated || !user.isEditorOrMore()">
<li class="gn-menuitem-xs" data-ng-show="(!authenticated || !user.isEditorOrMore()) && service !== 'catalog.signin' && service !== 'new.account'">
<a
href="https://www.geocat.ch/datahub/search/"
target="_blank"
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
<div class="container" style="margin-bottom: 20px">
<div class="row gcat-header">
<div class="gcat-logo">
<div>
<img src="../../images/harvesting/geocat_banner.png" />
</div>
<div class="hidden-xs">
<img src="../../catalog/views/default/images/cat-logo.png" />
</div>
<img src="../../images/harvesting/geocat_banner.png" />
</div>
</div>
</div>
Expand Down

0 comments on commit 8c1ef64

Please sign in to comment.