diff options
Diffstat (limited to 'apps/files_texteditor/css/style.css')
-rw-r--r-- | apps/files_texteditor/css/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index 3555119dffc..2a9066839c3 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -14,9 +14,12 @@ left: 160px; display: none; } -#editorbar{ +#editor_close{ margin-left: auto; - margin-right: 10px; + margin-right: 167px; display: block; - width: 300px; +} +#editor_save{ + margin-left: 7px; + float: left; }
\ No newline at end of file |