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:
Nicolas Micoud 2021-07-10 15:46:49 +02:00 committed by GitHub
parent 53ef632ecc
commit c9d7cb3afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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="202101121400" />
<javascript-module name="idempiere.theme.default" version="202107101500" />
</language>

View File

@ -65,7 +65,7 @@
}
.status-db {
padding-top: 0;
pdding-bottom: 0;
padding-bottom: 0;
padding-left: 5px;
padding-right: 5px;
cursor: pointer;