]> source.dussan.org Git - nextcloud-server.git/commitdiff
Text editor: Waste less space for line numbers
authorTom Needham <needham.thomas@gmail.com>
Sat, 23 Jun 2012 14:42:37 +0000 (14:42 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sat, 23 Jun 2012 14:42:37 +0000 (14:42 +0000)
apps/files_texteditor/css/style.css

index 82c57b88bbd2f1ec7cb6710fa944ce886a20b930..14a1c4a9bb9cfd56ebab17d6afad280c8179a366 100644 (file)
@@ -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;
-}