diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css old mode 100644 new mode 100755 index 0e7a8ac..29ac93a --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -320,7 +320,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 old mode 100644 new mode 100755 index d81820c..5152bc2 --- 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;