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-01-10 01:16:41 +0400
committerTom Needham <needham.thomas@gmail.com>2012-01-10 01:16:41 +0400
commitb680675a99ea766d9506d4206efa41b0912a5070 (patch)
tree07289aede918036963f9caeb71a04c5c716d568b /css
parent0686888044d559456d6ab9d9ba57c124ff41115d (diff)
Added 'Go to line' functionality
Diffstat (limited to 'css')
-rw-r--r--css/style.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css
index 6d730af..cf24950 100644
--- a/css/style.css
+++ b/css/style.css
@@ -12,11 +12,6 @@
left: 160px;
display: none;
}
-#editor_close{
- margin-left: auto;
- margin-right: 170px;
- display: block;
-}
#editor_save{
margin-left: 7px;
float: left;
@@ -24,4 +19,7 @@
#saving_icon{
margin-top: 3px;
float: left;
-} \ No newline at end of file
+}
+#gotolineval{
+ width: 30px;
+}