reduce popover padding and size

This commit is contained in:
Ezequiel Bergamaschi 2014-07-27 20:28:15 -03:00
parent f40aaab2ea
commit 2084bb429e
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'
});

View File

@ -5340,7 +5340,7 @@ button.close {
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
padding: 4px 6px;
}
.popover .arrow,
.popover .arrow:after {

File diff suppressed because one or more lines are too long