diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-01-09 18:17:26 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-01-09 18:17:26 +0000 |
commit | 3be056404049d8a567c174a72d2864deeb81b39c (patch) | |
tree | acc1ef2d98160ec83b389f296e27db1122366473 /apps/files_texteditor/css | |
parent | 19186bf37b131c76146b27f15c337c49e54d42cd (diff) | |
download | nextcloud-server-3be056404049d8a567c174a72d2864deeb81b39c.tar.gz nextcloud-server-3be056404049d8a567c174a72d2864deeb81b39c.zip |
improved ui and save button action
Diffstat (limited to 'apps/files_texteditor/css')
-rw-r--r-- | apps/files_texteditor/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index 9ad6eeaa814..6d730af7262 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -14,7 +14,7 @@ } #editor_close{ margin-left: auto; - margin-right: 167px; + margin-right: 170px; display: block; } #editor_save{ |