##// END OF EJS Templates
Place changesets above history on small screens (#22196)....
Jean-Philippe Lang -
r14914:c5c5456d7268
parent child
Show More
@@ -663,6 +663,19
663 div#version-summary {float:none; width:100%; margin-left:0;}
663 div#version-summary {float:none; width:100%; margin-left:0;}
664 body.controller-versions.action-show div#roadmap .related-issues {width:100%;}
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 G) FORMS
680 G) FORMS
668 \*----------------------------------------*/
681 \*----------------------------------------*/
General Comments 0
You need to be logged in to leave comments. Login now