Menu & Screen Resolution (post your feedback)

14 posts by 7 authors in: Forums > CMS Builder
Last Post: August 29, 2008   (RSS)

By motox - August 26, 2008

I removed the fixed table width ( 690px if I remeber ) and added two <div> called admin_content_wrapper and admin_popup_wrapper and set the widths using CSS. For the upload tables that have fixed width headers, I used percentages. Having everything in CSS makes customizing the admin pages much easier.

If your working on a website, chance are you have the editor open full screen because the small view port (640px) is useless. I don't have a real preference on the top or left-side menus.

Re: [motox] Menu & Screen Resolution (post your feedback)

By InHouse - August 29, 2008

I'm with motox on this one. I regularly remove or reset the 690px table widths to about 900px. More elbow room once you start listing creation and modified dates and user info on the list.
So far it's working well for my clients. I just need to remember to make these changes after each update.
J.

Re: [InHouse] Menu & Screen Resolution (post your feedback)

By motox - August 29, 2008

Yea, I used perl to search and replace all the inline attributes with css styles. It took about 5 minutes but I wouldn't want to do it on every upgrade.