From 225a9d292558fd6ef4f6f1a233b5255c958ad30c Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 22 Nov 2011 19:09:18 +0000 Subject: [PATCH] Added toolbar shadow when floating --- demo/es.css | 13 +++++++++++++ demo/images/toolbar-shadow.png | Bin 0 -> 944 bytes demo/index.html | 1 + 3 files changed, 14 insertions(+) create mode 100644 demo/images/toolbar-shadow.png diff --git a/demo/es.css b/demo/es.css index a8711cb551..d54e116203 100644 --- a/demo/es.css +++ b/demo/es.css @@ -52,6 +52,19 @@ body { -o-border-top-left-radius: 0; border-top-left-radius: 0; } +#es-toolbar-shadow { + background-image: url(images/toolbar-shadow.png); + background-position: top left; + background-repeat: repeat-x; + position: absolute; + bottom: -8px; + height: 8px; + width: 100%; + display: none; +} +#es-toolbar.float #es-toolbar-shadow { + display: block; +} .es-showData #es-visual, .es-showData #es-previews { width: 50%; diff --git a/demo/images/toolbar-shadow.png b/demo/images/toolbar-shadow.png new file mode 100644 index 0000000000000000000000000000000000000000..c4baeece31ac8cc96dcc64ed240c2525d86f3a36 GIT binary patch literal 944 zcmaJ=J#W)M7M~BCUilQ7f8>A!mlw1b~ z`|^K!{H7weN21mjT|N?X8ZxEg@F4?DkB(V~QD<@Wjg=K;@3GtKi@x>Tu(_wv#7B$0 zK%y0;d=>}Po-zT3Z0!1``t!?I6}XP6z9?A83aV`4HkKjlE?Yf&Ikk01J$nkuu^|aO zCMbx#OFuGVQ(f^I@|>8V3RW&+YN~fh^{qCj@{oaohB7uPVo=O$IFIza{sd$ZMi6Hq zDrGP-3MB(!u>MpTEp$dkht$`xp41`5?=mx^&K1dkpkk5pv%1rM{@PaL^AFbOY8wO(ZCx{omE|w%(EG zus`|!lQ`-v0tP!Q;I(FRMnJ@c3^Hdtqi zEuo#*L=0XaBNG<7FPT#hxd&E78}9C0$WFdB*4dd$v9=QnWil`s?O&tbn52G^<5sxx zvXwsbrQSm+?DxMu-pWUzHc6!y{}>JigErlNcmi(T-EZ8cKEFM`mwt7vTq}FZ$@kRx SgDdAl@`jqV7Ws5BxcLo!y&iY~ literal 0 HcmV?d00001 diff --git a/demo/index.html b/demo/index.html index ce9ca70dbc..777552fd62 100644 --- a/demo/index.html +++ b/demo/index.html @@ -37,6 +37,7 @@
+