From 5daca9055ff4b826585414a2781b9c58daef7f42 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 3 Dec 2016 08:41:15 +0000 Subject: [PATCH] Merged r16045(#24274). git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16046 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- public/stylesheets/responsive.css | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0245a5878..99aa29b2c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -313,7 +313,7 @@ table.query-columns td.buttons { } table.query-columns td.buttons input[type=button] {width:35px;} .query-totals {text-align:right; margin-top:-2.3em;} -.query-totals>span {margin-left:0.6em;} +.query-totals>span:not(:first-child) {margin-left:0.6em;} .query-totals .value {font-weight:bold;} td.center {text-align:center;} diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 0cde3eea0..4c202532b 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -534,7 +534,7 @@ html.flyout-is-active { overflow: hidden; } - + .flyout-is-active #wrapper, .flyout-is-active #header { right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */ } @@ -719,6 +719,12 @@ width: 100%; } + /* issues page */ + body.controller-issues p.query-totals { + margin-top: 0px; + text-align: left; + } + /* subtasks and related issues list on issue show */ #issue_tree .issues, #relations .issues { border-collapse: separate; -- 2.39.5