Patch #41827 » 0004_fix_totals_appearance.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 535 | 535 |
max-width:min(36vw, 500px); |
| 536 | 536 |
} |
| 537 | 537 |
|
| 538 |
.query-totals {text-align:right; margin-top:-2.3em; font-size: 93%;}
|
|
| 538 |
.query-totals {text-align:right; font-size: 93%;}
|
|
| 539 | 539 |
.query-totals>span:not(:first-child) {margin-left:0.6em;}
|
| 540 | 540 |
.query-totals .value {font-weight:bold;}
|
| 541 | 541 |
body.controller-timelog .query-totals {margin-top:initial;}
|
| 542 |
- |
|