mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Debug v20 - fix cond to show dict, several fix in public ticket gui
This commit is contained in:
@@ -1858,6 +1858,7 @@ select.flat.selectlimit {
|
||||
overflow-y: hidden;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
}*/
|
||||
|
||||
/* Style used for most tables */
|
||||
div.fiche>div.tabBar>form>div.div-table-responsive {
|
||||
min-height: 392px;
|
||||
@@ -1869,13 +1870,20 @@ div.fiche>div.tabBar>form>div.div-table-responsive {
|
||||
.div-table-responsive {
|
||||
line-height: var(--heightrow);
|
||||
}
|
||||
|
||||
/* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */
|
||||
div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {
|
||||
overflow-x: auto;
|
||||
}
|
||||
div.fiche>form>div.div-table-responsive {
|
||||
min-height: 392px;
|
||||
}
|
||||
div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* Style used for table in public ticket */
|
||||
div.ticketpublicarealist>form>div.div-table-responsive {
|
||||
min-height: 392px;
|
||||
}
|
||||
|
||||
|
||||
.display-flex {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user