Add help icon to the toolbar.
parent
6fe53446ce
commit
02b31e463b
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue