From b3f2771d3c5feff7c400b0026560c90a58054b2d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 20 Oct 2016 13:10:26 +0200 Subject: Improve the styling * remove the scrollbar (content did an overflow due to a min-width) * have proper padding on the right too - padding is 15px on all sides for .oc-dialog Signed-off-by: Morris Jobke --- core/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/css/styles.css') diff --git a/core/css/styles.css b/core/css/styles.css index aeb2a5a7363..94e60562ad8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -786,6 +786,10 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin background-color:white; width:100%; } +#oc-dialog-filepicker-content #filestable.filelist { + /* prevent the filepicker to overflow */ + min-width: initial; +} #oc-dialog-filepicker-content .filelist td { padding: 14px; -- cgit v1.2.3