From 6f6d380e7425a13a236b5887a431847c48803c6b Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 8 Feb 2022 02:40:24 +0000 Subject: Structured Document list for more flexible UI design with CSS (#17924). Patch by Yonghwan SO and Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21403 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0ca4f48db..f837a710e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1129,6 +1129,12 @@ img.ui-datepicker-trigger { margin-left: 4px; } +/***** Documents *****/ + +#document-list .document-group { + margin-bottom: 15px; +} + /***** Progress bar *****/ table.progress { border-collapse: collapse; -- cgit v1.2.3