Project

General

Profile

Patch #41827 » 0004_fix_totals_appearance.patch

Leonid Murin, 2024-11-22 14:48

View differences:

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
- 
(4-4/5)