Fix mindplot public view issue

This commit is contained in:
Paulo Gustavo Veiga
2021-12-25 22:55:22 -08:00
parent b3e26caee4
commit 9cb4018ce4
168 changed files with 20 additions and 89 deletions

View File

@@ -1,3 +0,0 @@
@header-height: 75px;
@header-toolbar-height: 35px;
@header-info-height: @header-height - @header-toolbar-height;

View File

@@ -38,13 +38,13 @@ div#footerLogo {
}
div#zoomIn {
background: url(../images/zoom-in.png) no-repeat left top;
background: url(../../images/zoom-in.png) no-repeat left top;
margin-top: 10px;
margin-left: 10px;
}
#zoomOut {
background: url(../images/zoom-out.png) no-repeat left top;
background: url(../../images/zoom-out.png) no-repeat left top;
margin-top: 10px;
margin-left: 5px;
}