]> source.dussan.org Git - redmine.git/commitdiff
Merged r16045(#24274).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:41:15 +0000 (08:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:41:15 +0000 (08:41 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16046 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css
public/stylesheets/responsive.css

index 0245a587898c6f04ec1bb4ffbb167d82fcd5bf36..99aa29b2c30705c04fbc783e343f61a473a7e9af 100644 (file)
@@ -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;}
index 0cde3eea08654865014ce3e08b207ee03602f546..4c202532b5e3f3ad5c801d3ed8483cdfd3ad0134 100644 (file)
   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) */
   }
     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;