14 lines
171 B
CSS
14 lines
171 B
CSS
#editor{
|
|
position: fixed;
|
|
display: block;
|
|
top: 6.8em;
|
|
left: 13.5em;
|
|
}
|
|
#editor_save{
|
|
margin-left: 7px;
|
|
float: left;
|
|
}
|
|
#saving_icon{
|
|
margin-top: 3px;
|
|
float: left;
|
|
}
|