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); var textContainer = $('<div></div>').text(this._text);
textContainer.css({ textContainer.css({
width: '100%', width: '100%',
'font-size': "90%",
textAlign: 'center', textAlign: 'center',
'font-weight':'bold' 'font-weight':'bold'
}); });

View File

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

File diff suppressed because one or more lines are too long