14 lines
212 B
CSS
14 lines
212 B
CSS
.editor-header {
|
|
margin-top: -10px;
|
|
}
|
|
|
|
#editor {
|
|
height: 525px;
|
|
width: 100%;
|
|
border: 1px solid #DDD;
|
|
border-radius: 4px;
|
|
border-bottom-right-radius: 0px;
|
|
margin-bottom: 100px;
|
|
margin-top: 25px;
|
|
}
|