mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
33 lines
435 B
CSS
33 lines
435 B
CSS
/* Overwrite some styles */
|
|
div#footer {
|
|
width: 100%;
|
|
padding: 20px 30px;
|
|
height: 80px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
background-color: #ffa800;
|
|
}
|
|
|
|
div#footer-desc {
|
|
float: left;
|
|
height: 100px;
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
div#footer-logo {
|
|
float: left;
|
|
height: 100px;
|
|
}
|
|
|
|
#floating-panel {
|
|
bottom: 80px;
|
|
align-items: stretch;
|
|
}
|
|
|
|
div#mindplot {
|
|
top:0;
|
|
}
|
|
|
|
#toolbar {
|
|
display: none;
|
|
} |