IDEMPIERE-6001 Minor alignment fix for tree and view dashboard gadget (#2197)

This commit is contained in:
hengsin 2024-01-17 20:31:57 +08:00 committed by Carlos Ruiz
parent bf89e009ab
commit 33edb65bc6
3 changed files with 7 additions and 6 deletions

View File

@ -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 -->
<!-- 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>

View File

@ -174,7 +174,8 @@
text-align: center;
}
.views-box .z-toolbarbutton [class^="z-icon"]:before {
width: 14px;
width: 16px;
display: inline-block;
}
.activities-box {

View File

@ -15,14 +15,14 @@
.tree-moveitem-btn.pressed {
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 {
content: " ";
display: inline-block;
width: 16px;
width: 4px;
height: 16px;
line-height: 16px;
vertical-align: middle;
}
.z-treecell-content > .menu-href.z-a {
margin-left: 1px;
}