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 0000000000..c4baeece31 Binary files /dev/null and b/demo/images/toolbar-shadow.png differ 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 @@
+