From c13af2fed72391f75460d88ea091e3c602422290 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 18 Apr 2013 17:15:27 -0400 Subject: [PATCH] ui: wrote a first pass at a menu, created an all new layout for docs with top fixed nav. wired in some spying menus that follow you around Former-commit-id: 7a38665a9844b2c13986e91712404c3cadf0a435 Former-commit-id: 277f138fc35b85557edebcbcfbb4225d24fe581c --- docs/button.html | 343 ++++++++-------- docs/javascript/example.js | 64 ++- docs/library/waypoints.js | 555 ++++++++++++++++++++++++++ docs/module.html | 76 +++- docs/shape.html | 2 +- docs/stylesheets/example.css | 58 ++- src/spec/multiple.js | 2 +- src/ui/flat/button.css | 555 +++++++++++++------------- src/ui/flat/icons.css | 10 +- src/ui/flat/menu.css | 246 ++++++++++++ src/ui/flat/panel.css | 50 +-- src/ui/fonts/icons.eot.REMOVED.git-id | 1 + src/ui/fonts/icons.svg.REMOVED.git-id | 1 + src/ui/fonts/icons.ttf.REMOVED.git-id | 1 + src/ui/fonts/icons.woff | Bin 0 -> 24676 bytes src/ui/shaded/panel.css | 1 + 16 files changed, 1437 insertions(+), 528 deletions(-) create mode 100755 docs/library/waypoints.js create mode 100644 src/ui/fonts/icons.eot.REMOVED.git-id create mode 100644 src/ui/fonts/icons.svg.REMOVED.git-id create mode 100644 src/ui/fonts/icons.ttf.REMOVED.git-id create mode 100755 src/ui/fonts/icons.woff diff --git a/docs/button.html b/docs/button.html index c57f205c5..303f51556 100755 --- a/docs/button.html +++ b/docs/button.html @@ -4,12 +4,14 @@ UI Button - Semantic - - - - - - + + + + + + + + @@ -21,6 +23,7 @@ + @@ -72,178 +75,204 @@ -