From c5c5456d7268f4a92906d315115f98b8ef6024d7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 3 Apr 2016 12:08:23 +0000 Subject: 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 --- public/stylesheets/responsive.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'public/stylesheets/responsive.css') 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 \*----------------------------------------*/ -- cgit v1.2.3