IDEMPIERE-5393 - Dashboard panel header disappearing (#1742)
* IDEMPIERE-5393 - Dashboard panel header disappearing * IDEMPIERE-5393 - fix padding * IDEMPIERE-5393 - remove hardcoded height calculation
This commit is contained in:
parent
bf7c9792af
commit
8b9fd48d49
|
@ -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="202303161400" />
|
||||
<javascript-module name="idempiere.theme.default" version="202303211500" />
|
||||
|
||||
</language>
|
||||
|
|
|
@ -10,13 +10,6 @@
|
|||
background-image: none; background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.statusline-wrapper > .z-panel-head {
|
||||
position: absolute;
|
||||
top: 1;
|
||||
z-index: 1;
|
||||
width: calc(100% - 10px);
|
||||
}
|
||||
|
||||
.dashboard-widget.z-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -30,12 +23,6 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.statusline-wrapper > .z-panel-body {
|
||||
position: relative;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.z-panel {
|
||||
border-radius: 3px;
|
||||
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
|
||||
|
@ -273,8 +260,8 @@
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 40px 0px 10px;
|
||||
height: 100%;
|
||||
padding: 10px 0px;
|
||||
}
|
||||
|
||||
.help-content
|
||||
|
|
Loading…
Reference in New Issue