mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
11 lines
137 B
CSS
11 lines
137 B
CSS
#editor{
|
|
position: fixed;
|
|
display: block;
|
|
top: 6.8em;
|
|
left: 12.5em;
|
|
z-index: 20;
|
|
}
|
|
#editor_save{
|
|
margin-left: 7px;
|
|
float: left;
|
|
}
|