]> source.dussan.org Git - redmine.git/commitdiff
Query totals and query buttons overlaps on small screens (#24274).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:40:29 +0000 (08:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:40:29 +0000 (08:40 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@16045 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

index 2a8e6a8e0858c88f1eb70aa37f2efbc0cda5cb01..bb2b0b88816b2828e94d88ca0d130104f79172e9 100644 (file)
@@ -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;}
 
index 7ed006064b9505527fff23062fcb66c0c46c2b7a..8e7f7465ada457cc05ca1f826c6a70caaab8d123 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;