reduce popover padding and size

This commit is contained in:
Ezequiel Bergamaschi
2014-07-27 20:28:15 -03:00
parent f51480731a
commit 92e47fb98b
3 changed files with 3 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ mindplot.widget.KeyboardShortcutTooltip = new Class({
var textContainer = $('<div></div>').text(this._text);
textContainer.css({
width: '100%',
'font-size': "90%",
textAlign: 'center',
'font-weight':'bold'
});