diff --git a/wise-editor/src/main/webapp/css/editor.less b/wise-editor/src/main/webapp/css/editor.less index d6b83c06..4572652f 100644 --- a/wise-editor/src/main/webapp/css/editor.less +++ b/wise-editor/src/main/webapp/css/editor.less @@ -204,5 +204,14 @@ div.shareModalDialog { width: 550px; } +#tutorialVideo{ + background: url(../images/help.png) no-repeat left center; + padding-left: 19px; +} + +#keyboardShortcuts{ + background: url(../images/help.png) no-repeat left center; + padding-left: 19px; +}