mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Text Editor: fix editor positioning
This commit is contained in:
parent
aade44471d
commit
0aafc717ec
1 changed files with 2 additions and 10 deletions
|
|
@ -1,16 +1,8 @@
|
|||
#editor{
|
||||
position: fixed;
|
||||
display: block;
|
||||
top: 6.5em;
|
||||
left: 12.5em;
|
||||
}
|
||||
#editorwrapper{
|
||||
position: absolute;
|
||||
height: 0;
|
||||
width: 0;
|
||||
top: 41px;
|
||||
left: 160px;
|
||||
display: none;
|
||||
top: 6.8em;
|
||||
left: 13.5em;
|
||||
}
|
||||
#editor_save{
|
||||
margin-left: 7px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue