diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-06-23 14:42:37 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-06-23 14:43:52 +0000 |
commit | 1c0e72cd5ac80c4ef80bd22cf3f0a3892807db4c (patch) | |
tree | 7ec80d1985d1b66799e063ea7cb3cd1b82503c2e /apps/files_texteditor | |
parent | a8868fa007bbf6ed52cf7044bdd1b891084fbab9 (diff) | |
download | nextcloud-server-1c0e72cd5ac80c4ef80bd22cf3f0a3892807db4c.tar.gz nextcloud-server-1c0e72cd5ac80c4ef80bd22cf3f0a3892807db4c.zip |
Text editor: Waste less space for line numbers
Diffstat (limited to 'apps/files_texteditor')
-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 82c57b88bbd..14a1c4a9bb9 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -2,13 +2,10 @@ position: fixed; display: block; top: 6.8em; - left: 13.5em; + left: 12.5em; + z-index: 20; } #editor_save{ margin-left: 7px; float: left; } -#saving_icon{ - margin-top: 3px; - float: left; -} |