From: Jean-Philippe Lang Date: Sun, 3 Apr 2016 12:08:54 +0000 (+0000) Subject: Merged r15296 (#22196). X-Git-Tag: 3.2.2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27606fb002c54b25d1bf1e4a88e96e79cdc86967;p=redmine.git Merged r15296 (#22196). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15297 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 69bb2123c..6997d6257 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 \*----------------------------------------*/