From: Jean-Philippe Lang Date: Sat, 3 Dec 2016 08:40:29 +0000 (+0000) Subject: Query totals and query buttons overlaps on small screens (#24274). X-Git-Tag: 3.4.0~528 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e8c17ac6d71191040d757082cdb1fefe14f0e1c7;p=redmine.git Query totals and query buttons overlaps on small screens (#24274). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16045 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2a8e6a8e0..bb2b0b888 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -382,7 +382,7 @@ table.query-columns td.buttons { } table.query-columns td.buttons input[type=button] {width:35px;} .query-totals {text-align:right;} -.query-totals>span {margin-left:0.6em;} +.query-totals>span:not(:first-child) {margin-left:0.6em;} .query-totals .value {font-weight:bold;} body.controller-issues .query-totals {margin-top:-2.3em;} diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 7ed006064..8e7f7465a 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -544,7 +544,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) */ } @@ -728,6 +728,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;