diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 08:41:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 08:41:15 +0000 |
commit | 5daca9055ff4b826585414a2781b9c58daef7f42 (patch) | |
tree | 6d910d5f5595806c0a8bde8e49a17701d027a826 /public/stylesheets | |
parent | 4e7de4e447828497078be68f60864fa694ad4810 (diff) | |
download | redmine-5daca9055ff4b826585414a2781b9c58daef7f42.tar.gz redmine-5daca9055ff4b826585414a2781b9c58daef7f42.zip |
Merged r16045(#24274).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16046 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 2 | ||||
-rw-r--r-- | 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; |