1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-08 16:41:31 +00:00

Place changesets above history on small screens (#22196).

Remove horizontal margin and padding, add some vertical spacing.
Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@15296 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-04-03 12:08:23 +00:00
parent 072dd901cc
commit c5c5456d72

View File

@ -663,6 +663,19 @@
div#version-summary {float:none; width:100%; margin-left:0;}
body.controller-versions.action-show div#roadmap .related-issues {width:100%;}
/* History and Changeset */
div#issue-changesets {
float: none;
width: auto;
margin-left: 0;
padding-left: 0;
margin-bottom: 2em;
}
div#issue-changesets div.changeset {
padding-top: 1em;
}
/*----------------------------------------*\
G) FORMS
\*----------------------------------------*/