Improve public view

This commit is contained in:
Paulo Gustavo Veiga
2021-12-26 09:23:51 -08:00
parent fbc9a978f2
commit 955a363ce5
57 changed files with 75 additions and 91 deletions

View File

@@ -90,17 +90,6 @@ div#headerNotifier {
@import "toolbar.less";
div#embFooter {
position: absolute;
height: 35px;
width: 100%;
bottom: 0;
left: 0;
border-top: 1px solid black;
background: #E5E5E5;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* FIXME: duplicate in mindmapList
---------------------------- Scrollbar --------------------------------- */
::-webkit-scrollbar {

View File

@@ -27,14 +27,21 @@ div#footer {
}
div#footerLogo {
width: 114px;
height: 56px;
position: absolute;
display: list-item;
list-style-image: url(../../images/logo-xsmall.png);
list-style-image: url(../../images/pwrdby-white.svg);
list-style-position: inside;
right: 10px;
top: -30px;
right: 5px;
top: 5px;
}
div#embFooter {
position: absolute;
height: 55px;
width: 100%;
bottom: 0;
left: 0;
background: rgb(249, 168, 38)
}
div#zoomIn {
@@ -69,9 +76,9 @@ div#zoomIn {
div#mapDetails {
float: right;
padding-top: 10px;
padding-top: 20px;
margin-right: 130px;
font-size: 15px;
}
div#mapDetails .title {
@@ -98,7 +105,6 @@ div#infoPanel .textNode {
background-color: #E0E5EF;
height: 20px;
width: 80px;
border: 3px #023BB9 solid;
padding: 4px;
cursor: move
}