1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fixes for projects index (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23091 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-09-29 19:18:16 +00:00
parent 5b546ef960
commit 083b80e8ea

View File

@ -810,19 +810,19 @@ ul.projects div.description ul li {list-style-type:initial;}
background-image: none;
padding-left: 0;
}
#projects-index ul.projects div.root svg {
stroke-width: 2;
}
#projects-index ul.projects div.description {
padding-top: 0.5em;
}
#projects-index a.icon-user.icon-bookmarked-project {
#projects-index a.icon-user, #projects-index a.icon-bookmarked-project {
background-image: none;
padding-left: 0;
}
#projects-index a.project ~ svg, table.projects tr.project td.name svg {
margin-left: 4px;
}
#projects-index a.project ~ svg {
fill: #169;
}
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}