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:
Diffstat (limited to 'css')
-rw-r--r--css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index ad0059d..0391d36 100644
--- a/css/style.css
+++ b/css/style.css
@@ -21,5 +21,11 @@
#editor_save {
margin-left: 7px;
+ margin-right: 20px;
float: left;
}
+
+#editor_close {
+ float: right;
+ margin-right: 9px;
+}