Add help icon to the toolbar.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-30 22:08:51 -03:00
parent 6fe53446ce
commit 02b31e463b

View File

@ -204,5 +204,14 @@ div.shareModalDialog {
width: 550px; 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;
}