Improve the top bar and use the font awesome icons in /code

This commit is contained in:
yflory
2016-09-28 15:28:25 +02:00
parent 3d54413343
commit f03018f3bc
18 changed files with 72 additions and 129 deletions

View File

@@ -689,8 +689,6 @@ define([
var $toolbar = $('#toolbar');
$toolbar.find('sub a').text(Messages.backToCryptpad);
var Button = function (opt) {
return $('<button>', opt);
};