Improve public view
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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
|
||||
}
|
Reference in New Issue
Block a user