From 19e1ff1b0f8db0915921d0a2ecb3f68fa06cf9cb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Wed, 19 Oct 2016 14:43:04 +0200 Subject: [PATCH] add proper left margin for filepicker title Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> --- core/css/jquery.ocdialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css index 98d765e24ae..0e46ff20152 100644 --- a/core/css/jquery.ocdialog.css +++ b/core/css/jquery.ocdialog.css @@ -12,6 +12,7 @@ } .oc-dialog-title { background: #fff; + margin-left: 12px; } .oc-dialog-content { z-index: 1000; -- GitLab