Changes between Version 42 and Version 43 of BluePrint/CSS


Ignore:
Timestamp:
12/07/09 21:09:38 (15 years ago)
Author:
Fran Boon
Comment:

Update to current

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CSS

    v42 v43  
    77The logo font is Brush Script.
    88
    9 There is a bug with this, though, in that long tables just get truncated, it's not possible to scroll! [[BR]]
    10 We should maybe migrate to [http://bluetrip.org BlueTrip]?
     9Q: Should we migrate to [http://bluetrip.org BlueTrip]? [[BR]]
     10A: Probably not as their value isn't proven.
    1111
     12The CSS could still do with some cleaning up to remove unused styles.
     13
     14CSS can be previewed in different browsers, however no interaction is possible:
     15 * http://browsershots.org/
     16 * IE only: http://ipinfo.info/netrenderer/
     17
     18Original Sahana CSS documented here: [wiki:DeveloperGuidelinesCSS]
     19
     20Relevant Bugs:
     21 * #17
     22 * #19
     23
     24Maximal usability ideas:
     25 * http://www.alistapart.com/articles/progressiveenhancementwithcss
     26
     27== Menus ==
    1228Main outstanding task on this is to have the Modules menu show which module we're currently in.
    1329 * The Auth menu already does this.
     
    1531The Modules menu could be moved to a single dropdown - located below the Login box.
    1632
    17 The Auth menu should be migrated to using the same style as the Modules/Options menus?
     33The Auth menu should be migrated to using the same style as the Modules/Options menus.
    1834
    19 The CSS could still do with some cleaning up to remove unused styles.
     35Replace the current menus with Breadcrumb-style Chevrons, e.g.:
     36 * http://www.guardian.co.uk/world/usa
     37Enhance these with dropdown menus, like in T3:
     38 * http://web2py.appspot.com/t3/default/wiki/main
     39
     40 * Icons in Menus? http://groups.google.com/group/web2py/browse_thread/thread/aeb21cca011e4632
     41
     42== Alternative layouts ==
    2043
    2144We should include alternate layouts which different views can inherit from (common areas included into these to be DRY):
     
    2447  * Stackable: http://matthewjamestaylor.com/blog/perfect-stacked-columns.htm
    2548Q: How to {{{{{include}}}}} content into multiple areas? (How is it done with the JPolite app?)
    26 
    27 Maximal usability ideas:
    28  * http://www.alistapart.com/articles/progressiveenhancementwithcss
    29 
    30 Replace the current menus with Breadcrumb-style Chevrons, e.g.:
    31  * http://www.guardian.co.uk/world/usa
    32 Enhance these with dropdown menus, like in T3:
    33  * http://web2py.appspot.com/t3/default/wiki/main
    34 
    35 Relevant Bugs:
    36  * #3
    37  * #9
    38  * #14 (e.g. see: http://vita.sahanapy.org/init/pr/person )
    39  * #17
    40  * #18
    41  * #19
    42 
    43 CSS can be previewed in different browsers, however no interaction is possible:
    44  * http://browsershots.org/
    45  * IE only: http://ipinfo.info/netrenderer/
    46 
    47 Original Sahana CSS documented here: [wiki:DeveloperGuidelinesCSS]
    4849
    4950=== Right-to-Left theme ===
     
    6263Provide a view which allows for better Printing
    6364 * CSS sufficient? ({{{media=print}}})
     65Browsers don't print pages in identical ways...if this is key, need to use PDF.
     66
     67Like for format=ocr.
    6468
    6569=== Mobile View ===
     
    6973Use the RESTlike CRUD controller's ?format=plain
    7074
    71 === Icons in Menus? ===
    72  * http://groups.google.com/group/web2py/browse_thread/thread/aeb21cca011e4632
    73 
    7475----
    7576BluePrints