Many CSS templates out there are fixed-width, typically around 900 pixels wide...
Right now, I'm in the process of creating an intranet Rails application and I'm seeking a good resource for CSS templates designed specifically for business applications. Here are the requirements:
- Optimized for both small (1024 x 768) and large (1920 x 1400) screens
- Lots of tables in the apps, focusing on maximizing screen space without any wasted blank areas to the left or right
- Two columns layout, with a narrow (~160 pixel wide) fixed width left column for navigation, login, etc.
- Vertically divided into header, breadcrumb, content (2-column), and footer sections
Essentially, we want to make sure that we utilize the entire screen real estate when displaying data. Any recommendations or suggestions would be greatly appreciated. Thank you!