mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Look and feel v13
This commit is contained in:
parent
ed6a16a3c7
commit
bd54033975
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user