Changes between Version 14 and Version 15 of BluePrint/CSS
- Timestamp:
- 01/11/09 12:47:35 (16 years ago)
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 = 4 2 5 3 The CSS could do with cleaning up to remove unused styles & some updating to give us maximal usability. … … 10 8 The main CSS file is: {{{static/styles/S3/sahana.css}}} with some supplementary styles in {{{static/styles}}}. 11 9 12 13 10 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 11 16 12 For production installs ({{{t2.debug==False}}}), they get consolidated into two file for faster downloads: … … 18 14 * {{{static/styles/gis/gis.min.css}}} 19 15 This 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 upstream28 * rewrite {{{views/layout.html}}} & {{{static/styles/S3/sahana.css}}} to move the appadmin way of doing things29 16 30 17 === Sub-menus ===