jefflunt / rpglogger

(retired) Build your own strategy guide for any RPG
6 stars 0 forks source link

Move site navigation, section navigation, filter, and meta boxes #37

Closed jefflunt closed 12 years ago

jefflunt commented 12 years ago
  1. Put the site navigation in its own div, up above everything.
  2. Put the filter and meta boxes in their own, individual div elements to the right of the main section
  3. Put the page/section navigation in its own div as well, out to the right. Add a red bookmark image/style to dress up the current link text. The marking of the 'current' page will need to be done via javascript (http://csscreator.com/node/33843 scroll down to the 'Your HTML is so invalid' answer).
  4. Set a maximum width in CSS for the .compact table style for string and text types
    • If a given section doesn't have enough columns to fill the main section, then the div containing it should take care of filling the rest of the horizontal space

Making these changes will make future layout issues between sections much easier, since it separates the various design elements from one another.

jefflunt commented 12 years ago

Some of the specifics here have been canceled, but the overall 4-section layout has been implemented.