Added some keyboard shortcuts to context menu

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1756 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Adrian Jones
2010-09-24 23:51:37 +00:00
parent fe926d32c8
commit 92c530d4e5
2 changed files with 10 additions and 4 deletions

View File

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