Look and feel v13

This commit is contained in:
Laurent Destailleur 2020-09-10 17:35:18 +02:00
parent ed6a16a3c7
commit bd54033975
2 changed files with 6 additions and 4 deletions

View File

@ -1800,7 +1800,8 @@ function top_menu_user($hideloginname = 0, $urllogout = '')
if ($user->datepreviouslogin) {
$btnUser .= '<small class="classfortooltip" title="'.$langs->trans("PreviousConnexion").'" ><i class="fa fa-user-clock"></i> '.dol_print_date($user->datepreviouslogin, "dayhour", 'tzuser').'</small><br>';
}
$btnUser .= '<small class="classfortooltip"><i class="fa fa-cog"></i> '.$langs->trans("Version").' '.$appli.'</small>
//$btnUser .= '<small class="classfortooltip"><i class="fa fa-cog"></i> '.$langs->trans("Version").' '.$appli.'</small>';
$btnUser .= '
</p>
</div>

View File

@ -217,6 +217,7 @@ a.top-menu-dropdown-link {
}
.dropdown-menu > .user-footer {
border-top: 1px solid #f0f0f0;
background-color: #f9f9f9;
padding: 10px;
}
@ -225,8 +226,9 @@ a.top-menu-dropdown-link {
clear: both;
}
.dropdown-menu > .bookmark-footer{
border-top: 1px solid #f0f0f0;
background-color: #f9f9f9;
padding: 10px;
}
@ -239,7 +241,6 @@ a.top-menu-dropdown-link {
}
.dropdown-menu > .bookmark-body, .dropdown-body{
padding: 10px 0;
overflow-y: auto;
max-height: 60vh ; /* fallback for browsers without support for calc() */
max-height: calc(90vh - 110px) ;
@ -333,7 +334,7 @@ a.top-menu-dropdown-link {
display: block !important;
box-sizing: border-box;
width: 100%;
padding: .25rem 1.5rem .25rem 1rem;
padding: .3em 1.5em .4em 1em;
clear: both;
font-weight: 400;
color: #212529 !important;