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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-09-12 14:35:11 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-09-12 14:35:11 +0400
commit65b786c4b15245231ec2c52009142a08f93f7b4f (patch)
tree0f86f16d49844df430665136b92c5ca36464fc0f /css
parentf79d2ef76b0ba677ee949a36e10c9662fee0f017 (diff)
text editor: move close button to right, remove separators
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;
+}