Defect #35545 » fix_issue_custom_field_css.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 466 | 466 |
.contextual input, .contextual select {font-size:0.9em;}
|
| 467 | 467 |
.message .contextual { margin-top: 0; }
|
| 468 | 468 | |
| 469 |
.splitcontent {overflow: auto; display: flex; flex-wrap: wrap;}
|
|
| 470 |
.splitcontentleft {flex: 1; margin-right: 5px;}
|
|
| 471 |
.splitcontentright {flex: 1; margin-left: 5px;}
|
|
| 469 |
.splitcontent {overflow: auto; display: flex; flex-wrap: wrap; justify-content: space-between}
|
|
| 470 |
.splitcontentleft, .splitcontentright {width: 49.5%}
|
|
| 472 | 471 |
.splitcontenttop {flex: 2; flex-basis: 100%;}
|
| 473 | 472 | |
| 474 | 473 |
form {display: inline;}
|
- « Previous
- 1
- 2
- 3
- 4
- Next »