Defect #43510 » reaction-button-rtl.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 2089 | 2089 |
color: var(--oc-gray-6); |
| 2090 | 2090 |
} |
| 2091 | 2091 |
div.issue.details .reaction {
|
| 2092 |
float: right;
|
|
| 2092 |
float: inline-end;
|
|
| 2093 | 2093 |
font-size: 0.9em; |
| 2094 | 2094 |
margin-top: 0.5em; |
| 2095 | 2095 |
margin-left: 10px; |
| 2096 |
clear: right;
|
|
| 2096 |
clear: inline-end;
|
|
| 2097 | 2097 |
} |
| 2098 | 2098 |
div.message .reaction {
|
| 2099 |
float: right;
|
|
| 2099 |
float: inline-end;
|
|
| 2100 | 2100 |
font-size: 0.9em; |
| 2101 | 2101 |
margin-left: 10px; |
| 2102 | 2102 |
} |
| 2103 | 2103 |
div.news .reaction {
|
| 2104 |
float: right;
|
|
| 2104 |
float: inline-end;
|
|
| 2105 | 2105 |
font-size: 0.9em; |
| 2106 | 2106 |
margin-left: 10px; |
| 2107 | 2107 |
} |
- « Previous
- 1
- 2
- 3
- Next »