From 02b31e463bf166646c142922ed2f815812f8e057 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Fri, 30 Nov 2012 22:08:51 -0300 Subject: [PATCH] Add help icon to the toolbar. --- wise-editor/src/main/webapp/css/editor.less | 9 +++++++++ 1 file changed, 9 insertions(+) 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; +}