Changes between Version 14 and Version 15 of BluePrint/CSS


Ignore:
Timestamp:
01/11/09 12:47:35 (16 years ago)
Author:
Fran Boon
Comment:

No longer using LP for this, appadmin done

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CSS

    v14 v15  
    1 == !BluePrint CSS ==
    2 
    3 This page hosts the detailed specification for the [https://blueprints.launchpad.net/sahanapy/+spec/css Blueprint for the CSS Cleanup].
     1= !BluePrint for CSS =
    42
    53The CSS could do with cleaning up to remove unused styles & some updating to give us maximal usability.
     
    108The main CSS file is: {{{static/styles/S3/sahana.css}}} with some supplementary styles in {{{static/styles}}}.
    119
    12 
    1310The styles are separated into different folders depending on which layer they come from, to ease debugging & maintenance as framework components get updated.
    14 
    1511
    1612For production installs ({{{t2.debug==False}}}), they get consolidated into two file for faster downloads:
     
    1814 * {{{static/styles/gis/gis.min.css}}}
    1915This consolidation is done as part of the [wiki:DeveloperGuidelinesReleaseProcess Release Process].
    20 
    21 === appadmin ===
    22  * http://127.0.0.1:8000/sahana/appadmin/
    23 Web2Py's appadmin (Database administration) inherits the Layout of the application.[[BR]]
    24 Our layout isn't designed to accomodate the 3 menu options in the top-right: design, state, db[[BR]]
    25 2 possible solutions here:
    26  * rewrite {{{controllers/appadmin.py}}} so that these 3 are the module options & return these & the list of enabled modules.
    27   * means more maintenance work whenever this is updated upstream
    28  * rewrite {{{views/layout.html}}} & {{{static/styles/S3/sahana.css}}} to move the appadmin way of doing things
    2916
    3017=== Sub-menus ===