Added toolbar shadow when floating

This commit is contained in:
Trevor Parscal 2011-11-22 19:09:18 +00:00
parent 694b998f24
commit 225a9d2925
3 changed files with 14 additions and 0 deletions

View file

@ -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%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 B

View file

@ -37,6 +37,7 @@
<div class="es-toolbarTool" id="es-toolbar-render" rel="render"><img src="images/render.png"></div>
</div>
<div style="clear:both"></div>
<div id="es-toolbar-shadow"></div>
</div>
<div id="es-panes">
<div id="es-visual">