Changes between Version 10 and Version 11 of BluePrint/CSS
- Timestamp:
- 01/05/09 03:28:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CSS
v10 v11 5 5 The CSS could do with cleaning up to remove unused styles & some updating to give us maximal usability. 6 6 7 === Filesystem Layout === 8 The overall Layout is determined by: {{{views/layout.html}}}. 9 7 10 The main CSS file is: {{{static/styles/S3/sahana.css}}} with some supplementary styles in {{{static/styles}}}. 8 11 9 12 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]] 13 The styles are separated into different folders depending on which layer they come from, to ease debugging & maintenance as framework components get updated. 14 15 16 For 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}}} 12 19 This consolidation is done as part of the [wiki:DeveloperGuidelinesReleaseProcess Release Process]. 13 20 … … 21 28 * rewrite {{{views/layout.html}}} & {{{static/styles/S3/sahana.css}}} to move the appadmin way of doing things 22 29 23 == Sub-menus==30 === Sub-menus === 24 31 Currently the left-hand navbar has only 2 levels of hierarchy: Modules & Module Options[[BR]] 25 32 Some modules (e.g. DVI) need more.[[BR]]