Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-06-23 18:42:37 +0400
committerTom Needham <needham.thomas@gmail.com>2012-06-23 18:42:37 +0400
commit1dd230e0a7c89cc6a1ccfe2f12660825174122e9 (patch)
treea33f69f2391688898714fd6843dc5e29b2588d54 /css
parent65788c62ff9f6b51a30edbcfbcb344dbe9595329 (diff)
Text editor: Waste less space for line numbers
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/css/style.css b/css/style.css
index 82c57b8..14a1c4a 100644
--- a/css/style.css
+++ b/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;
-}