mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-06 12:34:29 +08:00
32 lines
485 B
Plaintext
32 lines
485 B
Plaintext
|
@import "editor.less";
|
||
|
|
||
|
/* Overwrite some styles */
|
||
|
|
||
|
div#headerInfo{
|
||
|
height:0;
|
||
|
}
|
||
|
div#header {
|
||
|
height:35px;
|
||
|
}
|
||
|
|
||
|
div#headerMapTitle,#headerActions,#headerLogo {
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
/* Footer Styles */
|
||
|
div#footer {
|
||
|
position: absolute;
|
||
|
height: 0px;
|
||
|
width: 100%;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
div#footerLogo {
|
||
|
height: 65px;
|
||
|
width: 80px;
|
||
|
position: absolute;
|
||
|
background: url(../images/logo-small.png) no-repeat right top;
|
||
|
right: 10px;
|
||
|
top: -50px;
|
||
|
}
|