mirror of
https://github.com/redmine/redmine.git
synced 2026-03-09 22:20:55 +01:00
Merged r24160 from trunk to 6.1-stable (#43509).
git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24166 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2198,8 +2198,11 @@ svg.svg-loader {
|
||||
.contextual>*:not(:first-child), .buttons>.icon:not(:first-child), .contextual .journal-actions>*:not(:first-child) { margin-left: 5px; }
|
||||
|
||||
div.issue .avatar {
|
||||
float: left;
|
||||
margin: 0 12px 6px 0;
|
||||
float: inline-start;
|
||||
margin-top: 0;
|
||||
margin-bottom: 6px;
|
||||
margin-inline-start: 0;
|
||||
margin-inline-end: 12px;
|
||||
}
|
||||
|
||||
div.avatar-with-child {
|
||||
@@ -2209,7 +2212,7 @@ div.avatar-with-child {
|
||||
div.avatar-with-child > .avatar:nth-child(2) {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 30px;
|
||||
inset-inline-start: 30px;
|
||||
border-radius: 20%;
|
||||
border: 2px solid rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
@@ -376,11 +376,6 @@ svg.icon-svg.icon-rtl {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
div.issue img.gravatar {
|
||||
float: right;
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
|
||||
div.issue table img.gravatar {
|
||||
float: right;
|
||||
margin: 0 0em 0 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user