Defect #24274 » fix_overlap_query-totals.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 320 | 320 | } | 
| 321 | 321 | table.query-columns td.buttons input[type=button] {width:35px;} | 
| 322 | 322 | .query-totals {text-align:right;} | 
| 323 | .query-totals>span {margin-left:0.6em;} | |
| 323 | .query-totals>span:not(:first-child) {margin-left:0.6em;} | |
| 324 | 324 | .query-totals .value {font-weight:bold;} | 
| 325 | 325 | body.controller-issues .query-totals {margin-top:-2.3em;} | 
| 326 | 326 | |
| public/stylesheets/responsive.css | ||
|---|---|---|
| 534 | 534 |   html.flyout-is-active { | 
| 535 | 535 | overflow: hidden; | 
| 536 | 536 | } | 
| 537 |  | |
| 537 | ||
| 538 | 538 |   .flyout-is-active #wrapper, .flyout-is-active #header { | 
| 539 | 539 | right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */ | 
| 540 | 540 | } | 
| ... | ... | |
| 719 | 719 | width: 100%; | 
| 720 | 720 | } | 
| 721 | 721 | |
| 722 | /* issues page */ | |
| 723 |   body.controller-issues p.query-totals { | |
| 724 | margin-top: 0px; | |
| 725 | text-align: left; | |
| 726 | } | |
| 727 | ||
| 722 | 728 | /* subtasks and related issues list on issue show */ | 
| 723 | 729 |   #issue_tree .issues, #relations .issues { | 
| 724 | 730 | border-collapse: separate; | 
- « Previous
- 1
- 2
- 3
- Next »