Wrap subprojects in the overview section with an unordered list (#29289).

Patch by Bernhard Rohloff.


git-svn-id: http://svn.redmine.org/redmine/trunk@18077 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-04-23 15:37:06 +00:00
parent a886d774c9
commit e184fc971d
2 changed files with 9 additions and 1 deletions

View File

@@ -639,6 +639,10 @@ ul.projects div.description li {list-style-type:initial;}
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
ul.subprojects {list-style: none; display: inline-block; padding: 0; margin: 0;}
ul.subprojects li {float: left;}
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre; white-space: pre;}
#related-issues li img {vertical-align:middle;}
ul.properties {padding:0; font-size: 0.9em; color: #777;}