diff --git a/editor/svg-editor.css b/editor/svg-editor.css index c40ffaa3..d171a165 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -456,6 +456,28 @@ vertical-align: 12px; } +#cur_context_panel { + position: absolute; + top: 70px; + left: -10px; + right: -2px; + overflow: auto; + border: 1px solid #777; + border-bottom: none; + border-right: none; + padding-left: 5px; + font-size: 12px; +} + +#svg_editor #cur_context_panel a { + float: none; + text-decoration: none; +} + +#svg_editor #cur_context_panel a:hover { + text-decoration: underline; +} + #svg_editor #tools_top > div, #tools_top { line-height: 26px; } diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 12346aed..42ff86ea 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -392,7 +392,9 @@ script type="text/javascript" src="locale/locale.min.js">
- +