From 7a38665a9844b2c13986e91712404c3cadf0a435 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 --- 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 | Bin 0 -> 40166 bytes src/ui/fonts/icons.svg | 450 ++++++++++++++++++++++++++++ src/ui/fonts/icons.ttf | Bin 0 -> 39924 bytes src/ui/fonts/icons.woff | Bin 0 -> 24676 bytes src/ui/shaded/panel.css | 1 + 16 files changed, 1884 insertions(+), 528 deletions(-) create mode 100755 docs/library/waypoints.js create mode 100755 src/ui/fonts/icons.eot create mode 100755 src/ui/fonts/icons.svg create mode 100755 src/ui/fonts/icons.ttf 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 @@ -