[GNC] Change layout and font sizes in Transaction Report - how?

Chris Green cl at isbd.net
Fri May 6 05:52:45 EDT 2022


On Thu, May 05, 2022 at 07:22:47PM +0100, Chris Green wrote:
> On Thu, May 05, 2022 at 01:13:06PM -0500, Adrien Monteleone wrote:
> > I just played around with it on the Transaction Report and came up with
> > this:
> > 
> > td:first-child {
> >   font-weight: bold;
> >   font-size: large;
> > }
> > 
> > The Account Name doesn't have a class or id to target, but it just so
> > happens to be always the first td child of a new tr element in the entire
> > report. (best I can tell, I didn't play with all options)
> > 
> > Give that a go.
> > 
> > I do see prominent Account Totals but I agree, the initial Account Name
> > starting each section should be more noticeable.
> > 
> That's clever!  I'd looked at the output HTML but I didn't know about
> the "first child" modifier.  I'll certainly try it, thank you.
> 
Yes, that's a big improvement, it might be worth setting a background
colour too, lots of possibilities.  Thanks again! :-)

-- 
Chris Green


More information about the gnucash-user mailing list