IDEMPIERE-5499 - Report CSS - set width to 100% (#1590)
This commit is contained in:
parent
a43a520d92
commit
7cac30ad13
|
@ -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 -->
|
<!-- 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 -->
|
<!-- 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="202211251721" />
|
<javascript-module name="idempiere.theme.default" version="202211281630" />
|
||||||
|
|
||||||
</language>
|
</language>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
background-color: #EBF1EF;
|
background-color: #EBF1EF;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue