mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-05 11:56:29 +08:00
35 lines
528 B
CSS
35 lines
528 B
CSS
@import "editor.css";
|
|
|
|
/* Overwrite some styles */
|
|
body{
|
|
position: inherit;
|
|
}
|
|
|
|
div#footerLogo {
|
|
position: fixed;
|
|
display: list-item;
|
|
list-style-image: url(../../images/editor/logo-text-black.svg);
|
|
list-style-position: inside;
|
|
left: 10px;
|
|
bottom: 10px;
|
|
}
|
|
|
|
div#mapDetails {
|
|
position: fixed;
|
|
bottom:20px;
|
|
left: 100px;
|
|
padding-top: 20px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
div#mapDetails .title {
|
|
font-weight: bold;
|
|
margin-left: 10px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
div#mindplot {
|
|
top: 0;
|
|
}
|
|
|