1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2024-10-31 22:18:55 +00:00
McAccount/View/public/css/code-editor.css
2015-10-13 14:26:47 +08:00

12 lines
209 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;
}