mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Look and feel v19
This commit is contained in:
parent
bc53a21224
commit
9e5984825f
|
|
@ -553,9 +553,9 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
|
|||
$openedDashBoard .= '<div class="info-box-line spanoverflow nowrap">';
|
||||
|
||||
if (!empty($board->labelShort)) {
|
||||
$infoName = '<span class="marginrightonly" title="'.$board->label.'">'.$board->labelShort.'</span>';
|
||||
$infoName = '<div class="marginrightonly inline-block valignmiddle info-box-line-text" title="'.$board->label.'">'.$board->labelShort.'</div>';
|
||||
} else {
|
||||
$infoName = '<span class="marginrightonly">'.$board->label.'</span>';
|
||||
$infoName = '<div class="marginrightonly inline-block valignmiddle info-box-line-text">'.$board->label.'</div>';
|
||||
}
|
||||
|
||||
$textLateTitle = $langs->trans("NActionsLate", $board->nbtodolate);
|
||||
|
|
|
|||
|
|
@ -145,6 +145,11 @@ a.info-box-text-a i.fa.fa-exclamation-triangle {
|
|||
.info-box-line {
|
||||
line-height: 1.35em;
|
||||
}
|
||||
.info-box-line-text {
|
||||
overflow: hidden;
|
||||
width: calc(100% - 76px);
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.info-box-icon-text {
|
||||
box-sizing: border-box;
|
||||
|
|
@ -507,7 +512,7 @@ if (GETPOSTISSET('THEME_SATURATE_RATIO')) {
|
|||
flex-basis: auto;
|
||||
|
||||
width: 280px;
|
||||
margin: 5px 8px 0px 8px;
|
||||
margin: 5px 10px 0px 10px;
|
||||
}
|
||||
.box-flex-item.filler{
|
||||
margin: 0px 0px 0px 15px !important;
|
||||
|
|
|
|||
|
|
@ -253,6 +253,11 @@ a.info-box-text-a i.fa.fa-exclamation-triangle {
|
|||
.info-box-line {
|
||||
line-height: 1.2em;
|
||||
}
|
||||
.info-box-line-text {
|
||||
overflow: hidden;
|
||||
width: calc(100% - 76px);
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.info-box-icon-text {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user