Improve whiteboard UI

This commit is contained in:
yflory
2017-03-27 18:12:11 +02:00
parent 89877baa69
commit 4ddf9b4e04
3 changed files with 56 additions and 24 deletions

View File

@@ -569,7 +569,9 @@ define([
}, {ok: Messages.printButton});
//$('body').append(createPrintDialog());
});
$rightside.append($printButton);
$rightside.append($printButton);
var $slideOptions = $('<button>', {
title: Messages.slideOptionsTitle,
'class': 'rightside-button fa fa-cog',
style: 'font-size: 17px'