Changes between Version 10 and Version 11 of BluePrint/CSS


Ignore:
Timestamp:
01/05/09 03:28:47 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CSS

    v10 v11  
    55The CSS could do with cleaning up to remove unused styles & some updating to give us maximal usability.
    66
     7=== Filesystem Layout ===
     8The overall Layout is determined by: {{{views/layout.html}}}.
     9
    710The main CSS file is: {{{static/styles/S3/sahana.css}}} with some supplementary styles in {{{static/styles}}}.
    811
    912
    10 The styles are separated into different folders depending on which layer they come from, to ease debugging & maintenance as framework components get updated.[[BR]]
    11 For production installs ({{{t2.debug==False}}}), they get consolidated into two file for faster downloads: {{{static/styles/S3/sahana.min.css}}} & {{{static/styles/gis/gis.min.css}}}[[BR]]
     13The styles are separated into different folders depending on which layer they come from, to ease debugging & maintenance as framework components get updated.
     14
     15
     16For production installs ({{{t2.debug==False}}}), they get consolidated into two file for faster downloads:
     17 * {{{static/styles/S3/sahana.min.css}}}
     18 * {{{static/styles/gis/gis.min.css}}}
    1219This consolidation is done as part of the [wiki:DeveloperGuidelinesReleaseProcess Release Process].
    1320
     
    2128 * rewrite {{{views/layout.html}}} & {{{static/styles/S3/sahana.css}}} to move the appadmin way of doing things
    2229
    23 == Sub-menus ==
     30=== Sub-menus ===
    2431Currently the left-hand navbar has only 2 levels of hierarchy: Modules & Module Options[[BR]]
    2532Some modules (e.g. DVI) need more.[[BR]]