Defect #43513 » fix-rtl-layout.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 612 | 612 |
.contextual input, .contextual select {font-size:0.9em;}
|
| 613 | 613 | |
| 614 | 614 |
.splitcontent {overflow: auto; display: flex; flex-wrap: wrap;}
|
| 615 |
.splitcontentleft {flex: 1; margin-right: 5px;}
|
|
| 616 |
.splitcontentright {flex: 1; margin-left: 5px;}
|
|
| 615 |
.splitcontentleft {flex: 1; margin-inline-end: 5px;}
|
|
| 616 |
.splitcontentright {flex: 1; margin-inline-start: 5px;}
|
|
| 617 | 617 |
.splitcontenttop {flex: 2; flex-basis: 100%;}
|
| 618 | 618 | |
| 619 | 619 |
form {display: inline;}
|
| ... | ... | |
| 946 | 946 |
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
|
| 947 | 947 | |
| 948 | 948 |
ul.subprojects {list-style: none; display: inline-block; padding: 0; margin: 0;}
|
| 949 |
ul.subprojects li {float: left;}
|
|
| 949 |
ul.subprojects li {float: inline-start;}
|
|
| 950 | 950 |
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre;}
|
| 951 | 951 | |
| 952 | 952 |
#related-issues li img {vertical-align:middle;}
|
| app/assets/stylesheets/rtl.css | ||
|---|---|---|
| 123 | 123 | |
| 124 | 124 |
h3.version {padding-left:0px; padding-right:20px;}
|
| 125 | 125 | |
| 126 |
div.issues h3 {padding-left:0px; padding-right:20px;}
|
|
| 127 |
div.members h3 {padding-left:0px; padding-right:20px;}
|
|
| 128 |
div.news h3 {padding-left:0px; padding-right:20px;}
|
|
| 129 |
div.projects h3 {padding-left:0px; padding-right:20px;}
|
|
| 130 | ||
| 131 | 126 |
#watchers li {margin: 0px 0px 0px 2px; padding: 0px 0px 0px 0px;}
|
| 132 | 127 |
#watchers img.gravatar {margin: 0 0 2px 4px;}
|
| 133 | 128 | |
| 134 | 129 |
div.square {float:right;}
|
| 135 | 130 |
.contextual {float:left; padding-left:0px; padding-right:10px;}
|
| 136 | 131 | |
| 137 |
.splitcontentleft{float:right;}
|
|
| 138 |
.splitcontentright{float:left;}
|
|
| 139 | ||
| 140 | 132 |
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;}
|
| 141 | 133 |
blockquote blockquote { margin-right:0;}
|
| 142 | 134 | |
- « Previous
- 1
- 2
- Next »