IDEMPIERE-4140 Improvement to the layout of the info Windows (#820)
Implement suggestion from Flemming Birch to fix find dialog status count Co-authored-by: gsjeffen <public@birch-rasmussen.dk>
This commit is contained in:
parent
b3637f0ff7
commit
e41fcdea2f
|
@ -56,5 +56,5 @@ 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="202107301039" />
|
||||
<javascript-module name="idempiere.theme.default" version="202108071211" />
|
||||
</language>
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
height: 29px;
|
||||
}
|
||||
.status-db {
|
||||
white-space: nowrap;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 5px;
|
||||
|
|
Loading…
Reference in New Issue