diff options
author | Go MAEDA <maeda@farend.jp> | 2022-02-08 02:40:24 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-02-08 02:40:24 +0000 |
commit | 6f6d380e7425a13a236b5887a431847c48803c6b (patch) | |
tree | 6b009872b9286789adc75e0c86e3cf89c3178112 /public | |
parent | d7dd703763283e11df762ff82a52d51c04a7efa4 (diff) | |
download | redmine-6f6d380e7425a13a236b5887a431847c48803c6b.tar.gz redmine-6f6d380e7425a13a236b5887a431847c48803c6b.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |