2022-01-10 21:13:06 -08:00
|
|
|
@import "editor.css";
|
2012-02-03 21:21:29 -03:00
|
|
|
|
|
|
|
/* Overwrite some styles */
|
2012-11-20 00:02:42 -03:00
|
|
|
body{
|
|
|
|
position: inherit;
|
|
|
|
}
|
2012-02-03 21:21:29 -03:00
|
|
|
|
|
|
|
div#footerLogo {
|
2022-01-08 10:32:49 -08:00
|
|
|
position: fixed;
|
2012-04-05 14:18:13 -03:00
|
|
|
display: list-item;
|
2022-01-08 10:32:49 -08:00
|
|
|
list-style-image: url(../../images/editor/logo-text-black.svg);
|
2012-04-05 14:18:13 -03:00
|
|
|
list-style-position: inside;
|
2022-01-08 10:32:49 -08:00
|
|
|
left: 10px;
|
|
|
|
bottom: 10px;
|
2012-04-05 14:18:13 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
div#mapDetails {
|
2022-01-08 10:32:49 -08:00
|
|
|
position: fixed;
|
|
|
|
bottom:20px;
|
|
|
|
left: 100px;
|
2021-12-26 09:23:51 -08:00
|
|
|
padding-top: 20px;
|
2021-12-27 23:28:21 -08:00
|
|
|
font-size: 14px;
|
2012-04-05 14:18:13 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
div#mapDetails .title {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
2022-01-10 16:22:24 -08:00
|
|
|
div#mindplot {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|