2016-09-12 11:14:21 +02:00
|
|
|
.entryEditor {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2016-09-11 23:08:18 +02:00
|
|
|
.container {
|
2016-09-12 11:14:21 +02:00
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
background: #fff;
|
|
|
|
height: 45px;
|
|
|
|
border-top: 1px solid #e8eae8;
|
|
|
|
padding: 10px 20px;
|
2016-09-13 15:10:56 -03:00
|
|
|
z-index: 10;
|
2016-09-11 23:08:18 +02:00
|
|
|
}
|
|
|
|
.controlPane {
|
|
|
|
width: 50%;
|
2016-09-12 11:14:21 +02:00
|
|
|
max-height: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 0 20px;
|
|
|
|
border-right: 1px solid #e8eae8;
|
2016-09-11 23:08:18 +02:00
|
|
|
}
|
|
|
|
.previewPane {
|
|
|
|
width: 50%;
|
|
|
|
}
|