##// END OF EJS Templates
Query totals and query buttons overlaps on small screens (#24274)....
Jean-Philippe Lang -
r15663:e8c17ac6d711
parent child
Show More
@@ -382,7 +382,7 table.query-columns td.buttons {
382 }
382 }
383 table.query-columns td.buttons input[type=button] {width:35px;}
383 table.query-columns td.buttons input[type=button] {width:35px;}
384 .query-totals {text-align:right;}
384 .query-totals {text-align:right;}
385 .query-totals>span {margin-left:0.6em;}
385 .query-totals>span:not(:first-child) {margin-left:0.6em;}
386 .query-totals .value {font-weight:bold;}
386 .query-totals .value {font-weight:bold;}
387 body.controller-issues .query-totals {margin-top:-2.3em;}
387 body.controller-issues .query-totals {margin-top:-2.3em;}
388
388
@@ -544,7 +544,7
544 html.flyout-is-active {
544 html.flyout-is-active {
545 overflow: hidden;
545 overflow: hidden;
546 }
546 }
547
547
548 .flyout-is-active #wrapper, .flyout-is-active #header {
548 .flyout-is-active #wrapper, .flyout-is-active #header {
549 right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */
549 right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */
550 }
550 }
@@ -728,6 +728,12
728 width: 100%;
728 width: 100%;
729 }
729 }
730
730
731 /* issues page */
732 body.controller-issues p.query-totals {
733 margin-top: 0px;
734 text-align: left;
735 }
736
731 /* subtasks and related issues list on issue show */
737 /* subtasks and related issues list on issue show */
732 #issue_tree .issues, #relations .issues {
738 #issue_tree .issues, #relations .issues {
733 border-collapse: separate;
739 border-collapse: separate;
General Comments 0
You need to be logged in to leave comments. Login now