Not sure why my styles weren’t working. You CAN style the font size on the label:
statusbar label { font-size: 10px; } Regards, Adrien > On Aug 7, 2018, at 3:57 AM, Adrien Monteleone > <adrien.montele...@lusfiber.net> wrote: > > I don’t see anything that will allow a text/font rule as I suspected. (not > yet anyway) > > But I managed to shrink the bar somewhat with negative margins like so: > > frame { > margin-top: -10px; > margin-bottom: -10px; > } > > Give that a shot and play around with it to your liking. > > Regards, > Adrien > >> On Aug 7, 2018, at 3:21 AM, Peter Jackson <jack...@fastmail.net> wrote: >> >> Thanks, but remember that I know nothing. >> How do you suggest I write this for intance to change height to add to the >> css? >> Regards >> pj >> >> >> >> On 7 August 2018 at 09:03, Adrien Monteleone >> <adrien.montele...@lusfiber.net> wrote: >> Certainly, >> >> I see there is a GtkStatusBar (name=“GtkStatusBar”). You can try that. It >> seems to be for the entire bar. (likely you can style colors, padding and >> margins here) >> >> It contains GtkFrame (name=“frame”) and GtkProgressBar as children. >> >> The frame contains a GtkBox (name=“message_area”) which also contains a >> GtkLabel (name=“label”) The text/font rules will likely have to apply to >> either the label directly or the GtkBox#message_area. >> >> Regards, >> Adrien >> >> >>> On Aug 7, 2018, at 2:51 AM, Peter Jackson <jack...@fastmail.net> wrote: >>> >>> One question before I retire. >>> Can you tell me how I address the Status Bar at the foot of the Gnucash >>> window? Specifically the bar that shows Date last opened. >>> I would like to reduce the height of said bar. >>> Regards >>> pj >>> >>> On 7 August 2018 at 08:31, Adrien Monteleone >>> <adrien.montele...@lusfiber.net> wrote: >>> The linked message was my first attachment attempt. (I think it’s my ISP >>> stripping them off) The first image on the imgur link is it. >>> >>> I’m not sure what you mean by child element in front. >>> >>> Do you mean the small space to the left of the bar? (and also slightly >>> surrounding it) I referenced that way back when we were looking at the >>> #account_tree header. >>> >>> It’s .GncAccountPage that handles it. I tested that one. It didn’t affect >>> the summary bar for me at all. I had to use a rule with .summary-bar to do >>> so. >>> >>> Regards, >>> Adrien >>> >>> >>> >>>> On Aug 6, 2018, at 11:28 PM, GT-I9070 H <gti90...@gmail.com> wrote: >>>> >>>> .GncAccountPage { >>>> } >>>> >>>> and >>>> >>>> .summary-bar { >>>> } >>>> >>>> affects the summary bar, but has a child element in front. >>>> What is this element? >>>> >>>> The attached image you said here >>>> (https://lists.gnucash.org/pipermail/gnucash-user/2018-August/078745.html) >>>> did not come, could you put the link to it too? Or do not need this? >>>> >>>> >>>> Regards >>>> GTI >>> >>> >>> _______________________________________________ >>> gnucash-user mailing list >>> gnucash-user@gnucash.org >>> To update your subscription preferences or to unsubscribe: >>> https://lists.gnucash.org/mailman/listinfo/gnucash-user >>> If you are using Nabble or Gmane, please see >>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information. >>> ----- >>> Please remember to CC this list on all your replies. >>> You can do this by using Reply-To-List or Reply-All. >>> >> >> >> _______________________________________________ >> gnucash-user mailing list >> gnucash-user@gnucash.org >> To update your subscription preferences or to unsubscribe: >> https://lists.gnucash.org/mailman/listinfo/gnucash-user >> If you are using Nabble or Gmane, please see >> https://wiki.gnucash.org/wiki/Mailing_Lists for more information. >> ----- >> Please remember to CC this list on all your replies. >> You can do this by using Reply-To-List or Reply-All. >> > _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.