Changes between Version 4 and Version 5 of BluePrint/CSS


Ignore:
Timestamp:
01/03/09 06:14:35 (16 years ago)
Author:
Fran Boon
Comment:

Appadmin added. Done some :)

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CSS

    v4 v5  
    22
    33The main sahana.css needs cleaning up & updating.
     4[[BR]][[BR]]
     5The appadmin page doesn't look too nice:
     6 * http://127.0.0.1:8000/sahana/appadmin/
    47
    58For development purposes, we keep all CSS files separated for ease of maintenance.[[BR]]
     
    811Part of the [wiki:DeveloperGuidelinesReleaseProcess Release Process] will be to do this consolidation.
    912
    10 There are several components which aren't currently relevant & so should be removed:
     13There were several components which aren't currently relevant & so have been removed:
    1114 * {{{/static/styles/sahana_old.css}}}
    12 
    13 There was a recent change to S2 CSS which hasn't yet been ported here:[[BR]]
    14 {{{
    15 I've been working on rebranding Sahana for a deployment and in doing so have been working on the default template. A question popped up that I wanted to ask the dev team:
    16 
    17 Why has the layout been chosen such that the Footer is contained in the Wrapper as below?
    18 
    19   |---- Neutralizing Styles
    20   |---- Basic Page Formatting Styles
    21   +---- Container
    22      |---- Header
    23      +---- Wrapper
    24         |---- Menu Wrapper ( Module Menu, Main Menu, Login Form, OpenId Login, Breadcrumbs )
    25         |---- Content ( Home, Result, Module specific styles )
    26         |---- Footer 
    27   |---- Form Layout Styles
    28   |---- Popup Menu Styles
    29   |---- Message Display Styles
    30 
    31 
    32 It would make more sense to me that it should be laid out like this:
    33 
    34   |---- Neutralizing Styles
    35   |---- Basic Page Formatting Styles
    36   +---- Container
    37      |---- Header
    38      +---- Wrapper
    39         |---- Menu Wrapper ( Module Menu, Main Menu, Login Form, OpenId Login, Breadcrumbs )
    40         |---- Content ( Home, Result, Module specific styles )
    41      |---- Footer 
    42   |---- Form Layout Styles
    43   |---- Popup Menu Styles
    44   |---- Message Display Styles
    45 
    46 This revised layout would open up the footer to a lot more layout possibilities as well as follow a better design approach whereas a footer is not really part of a content box.
    47 
    48 Greg
    49 }}}
    50 
    51 
    52 
    5315
    5416----