Skip to content

Commit

Permalink
fix: minimal datadir & admin header position
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 30, 2023
1 parent ca36ff9 commit 1a05d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ul.gn-resultview li.list-group-item {

[ng-app="gn_admin"] {
body {
padding-top: calc(~"@{gn-menubar-height} + 1px");
background-color: #f7f7f7;
}
.container-fluid {
Expand All @@ -33,10 +32,9 @@ ul.gn-resultview li.list-group-item {
max-height: 20px;
}
.gn-top-bar {
position: fixed;
width: 100%;
height: calc(~"@{gn-menubar-height} + 1px");
border-width: 0 0 1px 0;
height: calc(~"@{gn-menubar-height} + 2px");
border-width: 1px 0 1px 0;
background-color: #fff;
top: 0;
z-index: 1001;
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
<dockerDatadirScmUrl>scm:git:https://github.com/georchestra/datadir.git</dockerDatadirScmUrl>
<dockerDatadirScmVersion>docker-master</dockerDatadirScmVersion>
<dockerGnDatadirScmUrl>scm:git:https://github.com/georchestra/geonetwork_minimal_datadir.git</dockerGnDatadirScmUrl>
<dockerGnDatadirScmVersion>gn4.2.2</dockerGnDatadirScmVersion>
<dockerGnDatadirScmVersion>gn4.2.7-alpha</dockerGnDatadirScmVersion>

</properties>
<build>
Expand Down

0 comments on commit 1a05d55

Please sign in to comment.