IDEMPIERE-4872 : Typo on form.css.dsp (pdding -> padding) (#777)
* IDEMPIERE-4872 : Typo on form.css.dsp (pdding -> padding) Co-Authored-By: pmargery <87129041+pmargery@users.noreply.github.com> * IDEMPIERE-4872: change in lang-addon.xml Co-authored-by: pmargery <87129041+pmargery@users.noreply.github.com>
This commit is contained in:
parent
53ef632ecc
commit
c9d7cb3afd
|
@ -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="202101121400" />
|
||||
<javascript-module name="idempiere.theme.default" version="202107101500" />
|
||||
</language>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
.status-db {
|
||||
padding-top: 0;
|
||||
pdding-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue