node-webodf
Version: 
WebODF - JavaScript Document Engine http://webodf.org/
42 lines (36 loc) • 595 B
CSS
html, body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}
#wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 30px 0 5px;
}
.webodfeditor-editorContainer {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.webodfeditor-editorPane {
    height: 100%;
    width: 100%;
}
#controlPanel {
    margin-top: -30px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    background-color: black;
}