From 7d189302313c0d3e790cd46f6ed476545655e87f Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Sun, 24 Aug 2008 23:32:11 +0000 Subject: [PATCH] Functional demos fixes --- demos/functional/css/base.css | 69 ++++++++++++++ demos/functional/images/navigation.png | Bin 0 -> 422 bytes demos/functional/images/navigation_l.png | Bin 0 -> 312 bytes demos/functional/images/navigation_s.png | Bin 0 -> 164 bytes demos/functional/index.html | 72 +++++++++++++-- .../functional/templates/ui.autocomplete.html | 4 +- .../functional/templates/ui.colorpicker.html | 2 +- demos/functional/templates/ui.datepicker.html | 35 ++++++- .../templates/ui.effects.easing.html | 66 +++++++------- .../templates/ui.effects.general.html | 54 +++++------ .../templates/ui.effects.showhide.html | 86 +++++++++--------- .../functional/templates/ui.progressbar.html | 9 +- .../functional/templates/ui.sortable.ex1.html | 8 +- 13 files changed, 282 insertions(+), 123 deletions(-) create mode 100644 demos/functional/images/navigation.png create mode 100644 demos/functional/images/navigation_l.png create mode 100644 demos/functional/images/navigation_s.png diff --git a/demos/functional/css/base.css b/demos/functional/css/base.css index 3a9ca5931..8dafe2dca 100644 --- a/demos/functional/css/base.css +++ b/demos/functional/css/base.css @@ -75,6 +75,75 @@ h1.logo a span { display: none; } +/* Navigation + -------------------------------- */ + +#navigation { + height: 41px; + float: left; + position: absolute; + top: 62px; + right: 0px; +} + +#navigation .left { + float: left; + width: 5px; + height: 41px; + /* background: url('/images/navigation.png') no-repeat left top; */ + background: url('/images/navigation_l.png') no-repeat left top; +} + +#ie6 #navigation .left { + background: transparent none; + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/navigation_l.png', sizingMethod='scale'); + zoom: 1; +} + +#navigation .right { + float: left; + width: 3px; + height: 41px; + background: url('/images/navigation.png') no-repeat right top; +} + +#navigation ul, +#navigation ul li { + float: left; + list-style-type: none; + margin: 0; + padding: 0; + font-size: 13px; + line-height: 38px; +} + +#navigation ul { + height: 41px; + background: url('/images/navigation.png') repeat-x 0 -41px; +} + +#navigation ul li a { + float: left; + display: block; + height: 41px; + padding: 0 18px; + color: #ccc; + text-decoration: none; + background: url('/images/navigation_s.png') no-repeat right top; +} + +#navigation ul li.selected a { + color: #fff; +} + +#navigation ul li.last a{ + background-image: none; +} + +#navigation ul li a:hover { + color: #fff; +} + /* Dock -------------------------------- */ diff --git a/demos/functional/images/navigation.png b/demos/functional/images/navigation.png new file mode 100644 index 0000000000000000000000000000000000000000..699fa6940dca0215ec02f2a4a9ebed24995e6ff4 GIT binary patch literal 422 zcmV;X0a^ZuP)%ImqU10QnmTlc*e;v0jhN^8x~?qCq?Bb@!eQIC zecv^lE`z3Ngb;1pDy5cXk$5W%;PCl;z*Pe%0tpdt*8Cx3@C?Xl4V;8-y@>NXF+cul z&V!-$wXy_4Di^^?z(!}618&JZk{nBN5%|mt^QgQx=T&(*E(Y&Cs1syEHhmfp6;-IA z)$n&5N5E!tkULfHiO3@)xsXs8?Wjl(03_CVp7Ubdl)#+9+~EN7G@%dh_({%UCpsFh5fg4Sefs2Z|-Bn>4!Y~ZBTwshZ&bqEqLweN$B_0^kIfAKuQdNrT ziyVKZ`a-K0soSfchQ9CPhG5SLKmU`-*{Z;} Q9{>OV07*qoM6N<$g1ZX6(*OVf literal 0 HcmV?d00001 diff --git a/demos/functional/images/navigation_l.png b/demos/functional/images/navigation_l.png new file mode 100644 index 0000000000000000000000000000000000000000..806e23d2b893cddb07cff02e26ed972887bb7d41 GIT binary patch literal 312 zcmV-80muG{P)9CC0-KysdgK?Y-A5ayfH+GdxNuZnLr>Yiq^dy})u%+IK5R7}1*X@vr?n|Gp`|duG+Eo7L~*bSIrzQy=A$lJ;(I - - - - + + + + @@ -112,9 +112,67 @@
@@ -165,8 +223,8 @@
  • Colorpicker
  • Datepicker
  • Dialog
  • -
  • Magnifier
  • -
  • Progressbar
  • +
  • Magnifier
  • +
  • Progressbar
  • Slider
  • Spinner
  • Tabs
  • diff --git a/demos/functional/templates/ui.autocomplete.html b/demos/functional/templates/ui.autocomplete.html index fc34fb510..4811693f9 100644 --- a/demos/functional/templates/ui.autocomplete.html +++ b/demos/functional/templates/ui.autocomplete.html @@ -1,6 +1,6 @@ +