This commit is contained in:
Laurent Destailleur 2019-11-16 13:50:12 +01:00
parent f40fdad06c
commit 6dcd1f6275
4 changed files with 11 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -809,7 +809,7 @@ table[summary="list_of_modules"] .fa-cog {
.img-skinthumb {
width: 160px;
height: 120px;
height: 100px;
}

View File

@ -968,6 +968,15 @@ table[summary="list_of_modules"] .fa-cog {
font-size: 1.5em;
}
.linkedcol-element {
min-width: 100px;
}
.img-skinthumb {
width: 160px;
height: 100px;
}
/* ============================================================================== */
/* Styles to hide objects */
@ -2738,7 +2747,7 @@ div.colorback
border-left: 1px solid #ccc;
}
table.liste, table.noborder, table.formdoc, div.noborder {
width: calc(100% - 1px); /* -1 to fix a bug. Without, a scroll appears dur to overflow-x: auto; of div-tableèresponsive
width: calc(100% - 1px); /* -1 to fix a bug. Without, a scroll appears due to overflow-x: auto; of div-table-responsive */
border-collapse: separate !important;
border-spacing: 0px;