diff options
Diffstat (limited to 'apps/files_texteditor/css/style.css')
-rw-r--r-- | apps/files_texteditor/css/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index 6a4392a08e9..d91a91d18d0 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -14,12 +14,9 @@ } #editor_save{ margin-left: 7px; - float: left; + float: left; } #saving_icon{ margin-top: 3px; - float: left; -} -#gotolineval{ - width: 30px; + float: left; } |