ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => Customization, Integration => Topic started by: shop on July 15, 2005, 05:27:46 pm

Title: Change font and font size in admin panel
Post by: shop on July 15, 2005, 05:27:46 pm
I did this months ago and just upgraded and now I can't find where to change the font and the font size for everything in the admin panel.

Any idea?
Title: Change font and font size in admin panel
Post by: DW on July 15, 2005, 07:48:42 pm
The CSS style sheet can be found in admin.php.  Try a search for "css".

Regards
Title: Change font and font size in admin panel
Post by: masat on August 04, 2005, 10:09:36 pm
Greetings,

Along the same lines as this post I wondered if the entire LMP pages could be opened to 100%.

I spend a considerable amount of time in the send mail section and I would really like to see more of the text in the text box and the html box.

As I write here I realize the text boxes themselves would have to be widened. As far as I know this is set and will not auto size.

Can these things be easily done?
Title: Change font and font size in admin panel
Post by: DW on August 05, 2005, 07:56:39 am
Doing this "easily" wouldn't look as good as a complete redesign of the interface/program.  I will consider a new design for the future.

For your immediate needs you might do a custom modification to extend the length of the boxes for all editing pages.  Search for "textarea" tags in editmsg.php and increase the value of the "rows" paramater.

Regards