mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2024-10-31 22:18:55 +00:00
12 lines
209 B
CSS
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;
|
||
|
}
|