Each time I upload a new update I have to go into the css and change the text size. I have a 24" 1920x1200 monitor and I cannot read the text in the dropdowns.

It would be a nice feature if we could make font size choice from admin.

This is one of my favorite mods, thanks very much for your work

Comments

sgdev’s picture

Why do you have to change it each time in your CSS? Are you changing the Admin Menu CSS, or are you properly referencing it in style.css? If you have it set in style.css, you should never have to change it again.

domineaux’s picture

Are you saying updates do not overwrite?

I can give you benefit of the doubt of course, because I am constantly working with new sites.

Your admin tool is among all sites I put up for work, so yes I could be lossing track.

Currently, 11 sites in progress. Maybe, I should have said,"Give us font size change tool to keep from having to change CSS". LOL

It isn't hard, just open in php editor change font size and save. Just seems after awhile it is another thing to do.

Then of course, this is easy fix as compared to configuring views and other things that require alot more work.

Thanks for responding

sun’s picture

Category: feature » support
Status: Active » Fixed

Unfortunately, changing the font size is not as simple as it sounds. If you increase the font size, then you also have to fix the padding and width/height/margin in the rest of the stylesheet.

However, you are able to override all styles in your theme.

domineaux’s picture

I change one thing... the font size and everything works fine.

It may not be the correct way to get it to render in it's best form, but since only admin sees it I care less.

Being able to see and access the text is my principal concern.

I don't change the font size alot, just enough to read it.

sgdev’s picture

Are you saying updates do not overwrite?

Correct, updates to the Admin Menu module will not change your site theme. Update your CSS file in your theme as sun suggests and your font will be whatever size you want it to be. And will not change in the future.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.