1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

Misaligned RTL layout on the project Overview page (#43513).

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24162 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-11-23 07:58:08 +00:00
parent a73e13bbc2
commit c8c8600baf
2 changed files with 3 additions and 11 deletions

View File

@ -612,8 +612,8 @@ div.square {
.contextual input, .contextual select {font-size:0.9em;}
.splitcontent {overflow: auto; display: flex; flex-wrap: wrap;}
.splitcontentleft {flex: 1; margin-right: 5px;}
.splitcontentright {flex: 1; margin-left: 5px;}
.splitcontentleft {flex: 1; margin-inline-end: 5px;}
.splitcontentright {flex: 1; margin-inline-start: 5px;}
.splitcontenttop {flex: 2; flex-basis: 100%;}
form {display: inline;}
@ -946,7 +946,7 @@ table.projects td.name .my-project svg {
#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 {float: inline-start;}
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre;}
#related-issues li img {vertical-align:middle;}

View File

@ -123,20 +123,12 @@ table.messages td.last_message {text-align:right;}
h3.version {padding-left:0px; padding-right:20px;}
div.issues h3 {padding-left:0px; padding-right:20px;}
div.members h3 {padding-left:0px; padding-right:20px;}
div.news h3 {padding-left:0px; padding-right:20px;}
div.projects h3 {padding-left:0px; padding-right:20px;}
#watchers li {margin: 0px 0px 0px 2px; padding: 0px 0px 0px 0px;}
#watchers img.gravatar {margin: 0 0 2px 4px;}
div.square {float:right;}
.contextual {float:left; padding-left:0px; padding-right:10px;}
.splitcontentleft{float:right;}
.splitcontentright{float:left;}
blockquote {border-left:0px solid var(--oc-gray-3); padding-left:0em; margin-left:2em; border-right:3px solid var(--oc-gray-3); padding-right:0.6em; margin-right:0;}
blockquote blockquote { margin-right:0;}