From 643f41a82165ef5cab6e19efbf9e748c0a4509c2 Mon Sep 17 00:00:00 2001 From: Chakib Benziane Date: Wed, 28 Mar 2012 21:21:06 +0200 Subject: [PATCH] trash commit --- css/bootstrap-magic-button.css | 21 + example.html | 12 +- .../bootstrap/css/bootstrap-responsive.css | 686 +++ .../css/bootstrap-responsive.min.css | 12 + example/bootstrap/css/bootstrap.css | 3990 +++++++++++++++++ example/bootstrap/css/bootstrap.min.css | 689 +++ .../img/glyphicons-halflings-white.png | Bin 0 -> 4352 bytes .../bootstrap/img/glyphicons-halflings.png | Bin 0 -> 4352 bytes example/bootstrap/js/bootstrap.js | 1726 +++++++ example/bootstrap/js/bootstrap.min.js | 6 + example/index.html | 97 + img/magicBtn-msg.png | Bin 0 -> 655 bytes img/magicBtn-pin-off.png | Bin 0 -> 818 bytes img/magicBtn-pin-on.png | Bin 0 -> 714 bytes js/bootstrap-magic-button.js | 208 + js/jquery.hoverIntent.js | 106 + 16 files changed, 7547 insertions(+), 6 deletions(-) create mode 100644 css/bootstrap-magic-button.css create mode 100644 example/bootstrap/css/bootstrap-responsive.css create mode 100644 example/bootstrap/css/bootstrap-responsive.min.css create mode 100644 example/bootstrap/css/bootstrap.css create mode 100644 example/bootstrap/css/bootstrap.min.css create mode 100644 example/bootstrap/img/glyphicons-halflings-white.png create mode 100644 example/bootstrap/img/glyphicons-halflings.png create mode 100644 example/bootstrap/js/bootstrap.js create mode 100644 example/bootstrap/js/bootstrap.min.js create mode 100644 example/index.html create mode 100644 img/magicBtn-msg.png create mode 100644 img/magicBtn-pin-off.png create mode 100644 img/magicBtn-pin-on.png create mode 100644 js/bootstrap-magic-button.js create mode 100644 js/jquery.hoverIntent.js diff --git a/css/bootstrap-magic-button.css b/css/bootstrap-magic-button.css new file mode 100644 index 0000000..5bf51b0 --- /dev/null +++ b/css/bootstrap-magic-button.css @@ -0,0 +1,21 @@ +button[class^=magicBtn] { + display: none; + position: fixed; + border-style: none; + background: none; + background-repeat: no-repeat; + width: 47px; + height: 32px; + opacity: 0.7; +} + +button[class*="magicBtn-active"] { + position: fixed; + border-style: none; + background: none; + background-repeat: no-repeat; + width: 47px; + height: 32px; + opacity: 1; +} + diff --git a/example.html b/example.html index 30db750..f8445a3 100644 --- a/example.html +++ b/example.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + @@ -15,9 +15,9 @@

test adsgdsgds


-