mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-25 23:54:55 +01:00
* Change icons size to 20px in the icon panel
Approved-by: Paulo Veiga
This commit is contained in:
parent
36aa4fc7ab
commit
5c5aefea64
@ -25,7 +25,8 @@ class IconPanel extends ToolbarPaneItem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildPanel() {
|
buildPanel() {
|
||||||
const content = $('<div class="toolbarPanel" id="IconsPanel"></div>').css({ width: 245, height: 245 });
|
const content = $('<div class="toolbarPanel" id="IconsPanel"></div>')
|
||||||
|
.css({ width: 295, height: 305 });
|
||||||
content.on('click', (event) => {
|
content.on('click', (event) => {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
});
|
});
|
||||||
|
@ -136,8 +136,8 @@ div.shareModalDialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panelIcon {
|
.panelIcon {
|
||||||
width: 16px;
|
width: 20px;
|
||||||
height: 16px;
|
height: 20px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
@ -159,6 +159,7 @@ div.shareModalDialog {
|
|||||||
background: #e4e2d2;
|
background: #e4e2d2;
|
||||||
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
|
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
|
||||||
border: 3px double #bebebe;
|
border: 3px double #bebebe;
|
||||||
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popoverGray.bottom .arrow:after {
|
.popoverGray.bottom .arrow:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user