File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
web-ui/src/main/resources/catalog Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
margin-right : -60px ;
20
20
}
21
21
.gcat-logo {
22
+ height : 100px ;
22
23
display : flex ;
23
24
flex-direction : row ;
24
- justify-content : space-between ;
25
+ justify-content : center ;
25
26
padding : 0px 16px ;
26
27
& > div {
27
28
flex-shrink : 1 ;
31
32
max-width : 100% ;
32
33
}
33
34
}
35
+
36
+ @media (min-width : @screen-sm-max ) {
37
+ height : 168px ;
38
+ }
34
39
}
35
40
}
36
41
// GEOCAT
Original file line number Diff line number Diff line change 203
203
< span class ="hidden-sm " translate > documentation</ span >
204
204
</ a >
205
205
</ 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' ">
207
207
< a
208
208
href ="https://www.geocat.ch/datahub/search/ "
209
209
target ="_blank "
Original file line number Diff line number Diff line change 2
2
< div class ="container " style ="margin-bottom: 20px ">
3
3
< div class ="row gcat-header ">
4
4
< 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 " />
11
6
</ div >
12
7
</ div >
13
8
</ div >
You can’t perform that action at this time.
0 commit comments