Defect #22196 » 0001-Place-changesets-above-history-on-small-screens.patch
| public/stylesheets/responsive.css | ||
|---|---|---|
| 663 | 663 |
div#version-summary {float:none; width:100%; margin-left:0;}
|
| 664 | 664 |
body.controller-versions.action-show div#roadmap .related-issues {width:100%;}
|
| 665 | 665 | |
| 666 |
/* History and Changeset */ |
|
| 667 |
div#issue-changesets {
|
|
| 668 |
float: none; |
|
| 669 |
width: auto; |
|
| 670 |
margin-left: 0; |
|
| 671 |
padding-left: 0; |
|
| 672 |
margin-bottom: 2em; |
|
| 673 |
} |
|
| 674 | ||
| 675 |
div#issue-changesets div.changeset {
|
|
| 676 |
padding-top: 1em; |
|
| 677 |
} |
|
| 678 | ||
| 666 | 679 |
/*----------------------------------------*\ |
| 667 | 680 |
G) FORMS |
| 668 | 681 |
\*----------------------------------------*/ |