From c5c5456d7268f4a92906d315115f98b8ef6024d7 2016-04-03 12:08:23 From: Jean-Philippe Lang Date: 2016-04-03 12:08:23 Subject: [PATCH] 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 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 69bb212..6997d62 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -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 \*----------------------------------------*/