mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user