diff --git a/editor/svg-editor.css b/editor/svg-editor.css index d171a165..b09ee804 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -1265,6 +1265,12 @@ span.zoom_tool { margin: 0px; } +.contextMenu .shortcut { +width: 80px; +text-align:right; +float:right; +} + .contextMenu A { -moz-user-select: none; -webkit-user-select: none; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 895e68ef..0d3082d3 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -686,10 +686,10 @@ script type="text/javascript" src="locale/locale.min.js">