This commit is contained in:
Laurent Destailleur 2020-02-15 18:07:49 +01:00
parent f47966a25a
commit 9b6179850a
4 changed files with 15 additions and 8 deletions

View File

@ -1729,7 +1729,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead
$langs->load('admin');
$appli .= '<br>'.$langs->trans("Database").': '.$db->database_name;
}
$text = '<a href="#"><span class="hideonsmartphone small">'.DOL_VERSION.'</span></a>';
$text = '<a href="#" class="aversion"><span class="hideonsmartphone small">'.DOL_VERSION.'</span></a>';
$toprightmenu .= @Form::textwithtooltip('', $appli, 2, 1, $text, 'login_block_elem', 2);
}

View File

@ -234,9 +234,9 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a
print $form->formconfirm($_SERVER["PHP_SELF"]."?track_id=".$track_id, $langs->trans("CloseATicket"), $langs->trans("ConfirmCloseAticket"), "confirm_public_close", '', '', 1);
}
print '<div id="form_view_ticket">';
print '<div id="form_view_ticket" class="margintoponly">';
print '<table class="border" style="width:100%">';
print '<table class="border centpercent">';
// Ref
print '<tr><td class="titlefield">'.$langs->trans("Ref").'</td><td>';
@ -378,7 +378,7 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a
print '<div class="error">Not Allowed<br><a href="'.$_SERVER['PHP_SELF'].'?track_id='.$object->dao->track_id.'">'.$langs->trans('Back').'</a></div>';
}
} else {
print '<p class="center">'.$langs->trans("TicketPublicMsgViewLogIn").'</p>';
print '<div class="center opacitymedium margintoponly marginbottomonly">'.$langs->trans("TicketPublicMsgViewLogIn").'</div>';
print '<div id="form_view_ticket">';
print '<form method="post" name="form_view_ticket" enctype="multipart/form-data" action="'.$_SERVER['PHP_SELF'].'">';

View File

@ -23,7 +23,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
}
.badge-status {
font-size: 1em;
font-size: 0.95em;
padding: .19em .35em; /* more than 0.19 generate a change into heigth of lines */
}

View File

@ -2247,7 +2247,6 @@ div.login_block {
<?php } else { ?>
position: fixed;
<?php } ?>
font-weight: bold;
z-index: 10;
text-align: center;
vertical-align: middle;
@ -2278,12 +2277,20 @@ div.login_block_other { padding-top: 3px; }
.login_block_elem {
float: right;
vertical-align: top;
padding: 0px 0px 0px 4px !important;
padding: 0px 0px 0px 2px !important;
height: 16px;
}
.login_block_elem_name {
margin-top: 1px;
}
a.aversion {
white-space: nowrap;
width: 48px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.atoplogin, .atoplogin:hover {
color: #<?php echo $colortextbackvmenu; ?> !important;
}
@ -2381,7 +2388,7 @@ font.vsmenudisabled { font-size:<?php print $fontsize ?>px; font-family: <?php p
a.vsmenu:link, a.vsmenu:visited { color: #<?php echo $colortextbackvmenu; ?>; white-space: nowrap; }
font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
a.help:link, a.help:visited, a.help:hover, a.help:active, span.help { font-size:<?php print $fontsizesmaller ?>px; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none; }
a.help:link, a.help:visited, a.help:hover, a.help:active, span.help { text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none; }
div.blockvmenulogo
{