IDEMPIERE-6001 Minor alignment fix for tree and view dashboard gadget (#2197)
This commit is contained in:
parent
bf89e009ab
commit
33edb65bc6
|
@ -57,6 +57,6 @@ Copyright (C) 2007 Ashley G Ramdass (ADempiere WebUI).
|
||||||
|
|
||||||
<!-- this js module doesn't actually exists and it is here for default theme version -->
|
<!-- this js module doesn't actually exists and it is here for default theme version -->
|
||||||
<!-- since loading of js module is on demand, it doesn't cause any error as long as you don't try to load it -->
|
<!-- since loading of js module is on demand, it doesn't cause any error as long as you don't try to load it -->
|
||||||
<javascript-module name="idempiere.theme.default" version="202308281200" />
|
<javascript-module name="idempiere.theme.default" version="202401171500" />
|
||||||
|
|
||||||
</language>
|
</language>
|
||||||
|
|
|
@ -174,7 +174,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.views-box .z-toolbarbutton [class^="z-icon"]:before {
|
.views-box .z-toolbarbutton [class^="z-icon"]:before {
|
||||||
width: 14px;
|
width: 16px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.activities-box {
|
.activities-box {
|
||||||
|
|
|
@ -15,14 +15,14 @@
|
||||||
.tree-moveitem-btn.pressed {
|
.tree-moveitem-btn.pressed {
|
||||||
box-shadow: inset 0 0 0 1px #efefef,inset 0 3px 15px #9f9f9f;
|
box-shadow: inset 0 0 0 1px #efefef,inset 0 3px 15px #9f9f9f;
|
||||||
}
|
}
|
||||||
.z-treerow > .z-treecell > .z-treecell-content > .z-tree-line.z-tree-spacer + .z-tree-icon {
|
|
||||||
width: 30px;
|
|
||||||
}
|
|
||||||
.z-treerow > .z-treecell > .z-treecell-content > .z-tree-line.z-tree-spacer + .z-tree-icon::before {
|
.z-treerow > .z-treecell > .z-treecell-content > .z-tree-line.z-tree-spacer + .z-tree-icon::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 16px;
|
width: 4px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.z-treecell-content > .menu-href.z-a {
|
||||||
|
margin-left: 1px;
|
||||||
|
}
|
Loading…
Reference in New Issue