Skip to content

Commit 1109b06

Browse files
jahowcmangeat
authored andcommitted
[geocat] change logo to newer version, hide link to new version in login screen
1 parent c494188 commit 1109b06

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

web-ui/src/main/resources/catalog/style/gn_search.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
margin-right: -60px;
2020
}
2121
.gcat-logo {
22+
height: 100px;
2223
display: flex;
2324
flex-direction: row;
24-
justify-content: space-between;
25+
justify-content: center;
2526
padding: 0px 16px;
2627
& > div {
2728
flex-shrink: 1;
@@ -31,6 +32,10 @@
3132
max-width: 100%;
3233
}
3334
}
35+
36+
@media (min-width: @screen-sm-max) {
37+
height: 168px;
38+
}
3439
}
3540
}
3641
//GEOCAT

web-ui/src/main/resources/catalog/templates/top-toolbar-accessible.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<span class="hidden-sm" translate>documentation</span>
204204
</a>
205205
</li>
206-
<li class="gn-menuitem-xs" data-ng-show="!authenticated || !user.isEditorOrMore()">
206+
<li class="gn-menuitem-xs" data-ng-show="(!authenticated || !user.isEditorOrMore()) && service !== 'catalog.signin' && service !== 'new.account'">
207207
<a
208208
href="https://www.geocat.ch/datahub/search/"
209209
target="_blank"
-17.1 KB
Binary file not shown.
-10.4 KB
Loading

web-ui/src/main/resources/catalog/views/default/templates/home.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
<div class="container" style="margin-bottom: 20px">
33
<div class="row gcat-header">
44
<div class="gcat-logo">
5-
<div>
6-
<img src="../../images/harvesting/geocat_banner.png" />
7-
</div>
8-
<div class="hidden-xs">
9-
<img src="../../catalog/views/default/images/cat-logo.png" />
10-
</div>
5+
<img src="../../images/harvesting/geocat_banner.png" />
116
</div>
127
</div>
138
</div>

0 commit comments

Comments
 (0)