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:
Carlos Ruiz 2021-08-07 12:15:39 +02:00 committed by GitHub
parent b3637f0ff7
commit e41fcdea2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -64,6 +64,7 @@
height: 29px;
}
.status-db {
white-space: nowrap;
padding-top: 0;
padding-bottom: 0;
padding-left: 5px;