Changes between Version 42 and Version 43 of BluePrint/CSS
- Timestamp:
- 12/07/09 21:09:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CSS
v42 v43 7 7 The logo font is Brush Script. 8 8 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]? 9 Q: Should we migrate to [http://bluetrip.org BlueTrip]? [[BR]] 10 A: Probably not as their value isn't proven. 11 11 12 The CSS could still do with some cleaning up to remove unused styles. 13 14 CSS can be previewed in different browsers, however no interaction is possible: 15 * http://browsershots.org/ 16 * IE only: http://ipinfo.info/netrenderer/ 17 18 Original Sahana CSS documented here: [wiki:DeveloperGuidelinesCSS] 19 20 Relevant Bugs: 21 * #17 22 * #19 23 24 Maximal usability ideas: 25 * http://www.alistapart.com/articles/progressiveenhancementwithcss 26 27 == Menus == 12 28 Main outstanding task on this is to have the Modules menu show which module we're currently in. 13 29 * The Auth menu already does this. … … 15 31 The Modules menu could be moved to a single dropdown - located below the Login box. 16 32 17 The Auth menu should be migrated to using the same style as the Modules/Options menus ?33 The Auth menu should be migrated to using the same style as the Modules/Options menus. 18 34 19 The CSS could still do with some cleaning up to remove unused styles. 35 Replace the current menus with Breadcrumb-style Chevrons, e.g.: 36 * http://www.guardian.co.uk/world/usa 37 Enhance 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 == 20 43 21 44 We should include alternate layouts which different views can inherit from (common areas included into these to be DRY): … … 24 47 * Stackable: http://matthewjamestaylor.com/blog/perfect-stacked-columns.htm 25 48 Q: 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/progressiveenhancementwithcss29 30 Replace the current menus with Breadcrumb-style Chevrons, e.g.:31 * http://www.guardian.co.uk/world/usa32 Enhance these with dropdown menus, like in T3:33 * http://web2py.appspot.com/t3/default/wiki/main34 35 Relevant Bugs:36 * #337 * #938 * #14 (e.g. see: http://vita.sahanapy.org/init/pr/person )39 * #1740 * #1841 * #1942 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]48 49 49 50 === Right-to-Left theme === … … 62 63 Provide a view which allows for better Printing 63 64 * CSS sufficient? ({{{media=print}}}) 65 Browsers don't print pages in identical ways...if this is key, need to use PDF. 66 67 Like for format=ocr. 64 68 65 69 === Mobile View === … … 69 73 Use the RESTlike CRUD controller's ?format=plain 70 74 71 === Icons in Menus? ===72 * http://groups.google.com/group/web2py/browse_thread/thread/aeb21cca011e463273 74 75 ---- 75 76 BluePrints