Feature #43680 » fix-subprojects-styling.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 234 | 234 |
a img{ border: 0; }
|
| 235 | 235 | |
| 236 | 236 |
a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: var(--oc-gray-6); text-decoration: line-through; }
|
| 237 |
a.project.closed, a.project.closed:link, a.project.closed:visited { color: var(--oc-gray-6); }
|
|
| 237 |
a.project.closed, a.project.closed:link, a.project.closed:visited { color: var(--oc-gray-6); text-decoration: line-through; }
|
|
| 238 | 238 |
a.user.locked, a.user.locked:link, a.user.locked:visited {color: var(--oc-gray-6);}
|
| 239 | 239 |
a.user.user-mention {
|
| 240 | 240 |
background-color: var(--oc-blue-0); |
| ... | ... | |
| 943 | 943 | |
| 944 | 944 |
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
|
| 945 | 945 | |
| 946 |
ul.subprojects {list-style: none; display: inline-block; padding: 0; margin: 0;}
|
|
| 947 |
ul.subprojects li {float: inline-start;}
|
|
| 948 |
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre;}
|
|
| 946 |
ul.subprojects {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 25px; row-gap: 5px; padding: 0 0 0 1.2em; margin: 0;}
|
|
| 949 | 947 | |
| 950 | 948 |
#related-issues li img {vertical-align:middle;}
|
| 951 | 949 | |