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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-08-17 15:56:37 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-08-17 15:56:37 +0300
commit1725bfbd4d434647699f5e0410507b1b2ddc008e (patch)
tree4fc62dcd58f4b7635cc4bc5cccbcda3b911000bb /css
parent24eb77b2fd46fa6d9ebc4ace4cac617318182916 (diff)
Center the name input of a public edit
Fixes #237 Else it looks rather out of place Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 3368cc7a..c080d0f1 100644
--- a/css/style.css
+++ b/css/style.css
@@ -520,3 +520,7 @@ document p{
.oc-dialog .oc-dialog-buttonrow .cancel {
float:left;
}
+
+#documents-content {
+ margin: 0px auto;
+}