mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
Added toolbar shadow when floating
This commit is contained in:
parent
694b998f24
commit
225a9d2925
13
demo/es.css
13
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%;
|
||||
|
|
BIN
demo/images/toolbar-shadow.png
Normal file
BIN
demo/images/toolbar-shadow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 944 B |
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue