mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-10 17:23:23 +01:00
reduce popover padding and size
This commit is contained in:
parent
f51480731a
commit
92e47fb98b
@ -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'
|
||||
});
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user