From 1fa2e4e4c08bd00997ad296666792baf6f38f58b Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Tue, 15 Mar 2016 15:35:55 +0100 Subject: [PATCH] Place changesets above history on small screens Remove horizontal margin and padding, add some vertical spacing. --- public/stylesheets/responsive.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 \*----------------------------------------*/ -- 2.7.0