CSS
This commit is contained in:
parent
f47966a25a
commit
9b6179850a
@ -1729,7 +1729,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead
|
|||||||
$langs->load('admin');
|
$langs->load('admin');
|
||||||
$appli .= '<br>'.$langs->trans("Database").': '.$db->database_name;
|
$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);
|
$toprightmenu .= @Form::textwithtooltip('', $appli, 2, 1, $text, 'login_block_elem', 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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 $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
|
// Ref
|
||||||
print '<tr><td class="titlefield">'.$langs->trans("Ref").'</td><td>';
|
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>';
|
print '<div class="error">Not Allowed<br><a href="'.$_SERVER['PHP_SELF'].'?track_id='.$object->dao->track_id.'">'.$langs->trans('Back').'</a></div>';
|
||||||
}
|
}
|
||||||
} else {
|
} 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 '<div id="form_view_ticket">';
|
||||||
print '<form method="post" name="form_view_ticket" enctype="multipart/form-data" action="'.$_SERVER['PHP_SELF'].'">';
|
print '<form method="post" name="form_view_ticket" enctype="multipart/form-data" action="'.$_SERVER['PHP_SELF'].'">';
|
||||||
|
|||||||
@ -23,7 +23,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
|
|||||||
}
|
}
|
||||||
|
|
||||||
.badge-status {
|
.badge-status {
|
||||||
font-size: 1em;
|
font-size: 0.95em;
|
||||||
padding: .19em .35em; /* more than 0.19 generate a change into heigth of lines */
|
padding: .19em .35em; /* more than 0.19 generate a change into heigth of lines */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2247,7 +2247,6 @@ div.login_block {
|
|||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
position: fixed;
|
position: fixed;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
font-weight: bold;
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -2278,12 +2277,20 @@ div.login_block_other { padding-top: 3px; }
|
|||||||
.login_block_elem {
|
.login_block_elem {
|
||||||
float: right;
|
float: right;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 0px 0px 0px 4px !important;
|
padding: 0px 0px 0px 2px !important;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
.login_block_elem_name {
|
.login_block_elem_name {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
a.aversion {
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 48px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.atoplogin, .atoplogin:hover {
|
.atoplogin, .atoplogin:hover {
|
||||||
color: #<?php echo $colortextbackvmenu; ?> !important;
|
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; }
|
a.vsmenu:link, a.vsmenu:visited { color: #<?php echo $colortextbackvmenu; ?>; white-space: nowrap; }
|
||||||
font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
|
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
|
div.blockvmenulogo
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user