summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-06-23 14:42:37 +0000
committerTom Needham <needham.thomas@gmail.com>2012-06-23 14:42:37 +0000
commit5323983fc715d815a3e1820a32d0e826c0f41f09 (patch)
treeffd1348e527d55face6968bf1698ae8941758b39
parent618a3c1d94980ab6de8eadc0a491cd324cea2285 (diff)
downloadnextcloud-server-5323983fc715d815a3e1820a32d0e826c0f41f09.tar.gz
nextcloud-server-5323983fc715d815a3e1820a32d0e826c0f41f09.zip
Text editor: Waste less space for line numbers
-rw-r--r--apps/files_texteditor/css/style.css7
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;
-}