Version 29 (modified by 15 years ago) ( diff ) | ,
---|
BluePrint for CSS
Existing CSS documented here: DeveloperGuidelinesCSS
The CSS could do with cleaning up to remove unused styles & some updating to give us maximal usability:
We should look at removing the side menu as it takes up a lot of screen real estate:
- http://demo.respere.com/dnn/
- http://groups.google.com/group/web2py/browse_thread/thread/ecffcd0427af0fec
Move to 2 alternate layouts which different views can inherit from (common areas included into these to be DRY):
- Site home & Module homes act as portals, which require 3 columns:
- Data-entry/List view screens need no overheads, so single column:
Replace the current menus with Breadcrumb-style Chevrons, e.g.:
Enhance these with dropdown menus, like in T3:
Relevant Bugs:
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
- CSS sufficient?
- http://mobiforge.com/Designing
Use the RESTlike CRUD controller's ?format=plain