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

Misalignment of icons and titles in Activity view (#42003).

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@23413 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-12-20 00:36:05 +00:00
parent 76016d0e49
commit 145db00742

View File

@ -763,7 +763,8 @@ div.journal span.update-info {color: #666; font-size: 0.9em;}
#history p.nodata {display: none;}
div#activity dl, #search-results { margin-left: 2em; }
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 22px; font-size: 0.9em; }
div#activity dt svg.icon-svg {margin-right: 4px;}
div#activity dt.me .time { border-bottom: 1px solid #999; }
div#activity dt .time { color: #777; font-size: 93%; margin-right: 4px; }
div#activity dd .description, #search-results dd .description { font-style: italic; }
@ -780,6 +781,8 @@ div#activity dt {
border-top: 1px solid #eeeeee;
width: 100%; /* Prevents border from disappearing due to inline-flex shrinking */
box-sizing: border-box;
display: flex;
align-items: flex-end;
}
div#activity dl dt:first-child {
border: 0px;
@ -1962,7 +1965,7 @@ div.gravatar-with-child > img.gravatar:nth-child(2) {
h2 img.gravatar, h3 img.gravatar {margin-right: 4px;}
h4 img.gravatar {margin: -2px 4px -4px 0;}
td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
#activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
#activity dt img.gravatar {margin: 0 1em 0 0;}
/* Used on 12px Gravatar img tags without the icon background */
.icon-gravatar {float: left; margin-right: 4px;}