diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-07-04 08:38:32 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-07-04 08:38:32 +0000 |
commit | 9e43485b3fedd8259dbecf8e2e6880d8090fd1b2 (patch) | |
tree | 0cfa0d6823386d51100c17c80d8b430ba4cf5bf7 | |
parent | ee8c5904fbddb96eea713ef370a073ae39c95cc6 (diff) | |
download | nav-9e43485b3fedd8259dbecf8e2e6880d8090fd1b2.tar nav-9e43485b3fedd8259dbecf8e2e6880d8090fd1b2.tar.gz nav-9e43485b3fedd8259dbecf8e2e6880d8090fd1b2.tar.bz2 nav-9e43485b3fedd8259dbecf8e2e6880d8090fd1b2.tar.xz nav-9e43485b3fedd8259dbecf8e2e6880d8090fd1b2.zip |
updated
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -85,20 +85,21 @@ The detected and used features are: --- ## TODO -* [?] nav bar not entirely deployed: identity, wiki, all forums, -* [?] nav bar design and branding ugly -* [?] nav bar too big -* nav bar won't fix/resize depending on screen resolution => use CSS media queries -* no cache on the service (speeding up delivery) -* no cache wrapper/library available for client apps - - -jumping page when the bar is loaded: fixed on this forum; the bar still slides, but the page is already at the right place. I will check later (on the road now) how to deploy this in the service itself: +* [FIXED, 2012/06/11] no cache on the service (speeding up delivery) +* [PARTIAL] jumping page when the bar is loaded: + - fixed for: forum, wiki/Vector; + - the bar still slides, but the page is already at the right place, with a fixed position from top; quick example: html, body { margin: 0; padding: 0; } #wrap { margin-top: 80px; } #hmgn { position: absolute; top: 0; left: 0; width: 100%; } +* navbar still to deploy on: planet, mailing-lists +* needs some work: blog, wiki (switch to Vector) +* nav bar won't fix/resize depending on screen resolution => use CSS media queries +* no cache wrapper/library available for client apps +* [?] nav bar design and branding ugly +* [?] nav bar too big * analytics for forum |