mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
reduce popover padding and size
This commit is contained in:
parent
f40aaab2ea
commit
2084bb429e
@ -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'
|
||||||
});
|
});
|
||||||
|
@ -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
Loading…
Reference in New Issue
Block a user