wiki:BluePrint/CSS

Version 32 (modified by Fran Boon, 15 years ago) ( diff )

Update to current

BluePrint for CSS

Original Sahana CSS documented here: DeveloperGuidelinesCSS

We have moved to a full page design to allow maximal screen real estate to be available for list views & data entry. Ours is based on:

The CSS could still do with some cleaning up to remove unused styles.

CSS can be tested in different Internet Explorer version using:

We should include alternate layouts which different views can inherit from (common areas included into these to be DRY):

Maximal usability ideas:

Replace the current menus with Breadcrumb-style Chevrons, e.g.:

Enhance these with dropdown menus, like in T3:

Relevant Bugs:

Right-to-Left theme

Ideally this should be as simple as:

body {
    direction: rtl;
}

Print View

Provide a view which allows for better Printing

  • CSS sufficient? (media=print)

Mobile View

Provide a cut-down version for use on low-screensize, low-bandwidth devices, such as Mobiles

Use the RESTlike CRUD controller's ?format=plain

Icons in Menus?


BluePrints

Note: See TracWiki for help on using the wiki.