First try to include svg into css.
This commit is contained in:
parent
9d886eca53
commit
63cd0e8984
@ -81,19 +81,12 @@ print $langs->trans("SetupDescription5")."<br>";
|
|||||||
//print '<hr style="color: #DDDDDD;">';
|
//print '<hr style="color: #DDDDDD;">';
|
||||||
print "<br>";
|
print "<br>";
|
||||||
|
|
||||||
/*
|
// Show logo
|
||||||
print '<table width="100%">';
|
print '<center><div class="logo_setup"></div></center>';
|
||||||
print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription3")."</td></tr>";
|
|
||||||
print '<tr '.$bc[true].'><td '.$bc[true].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription4")."</td></tr>";
|
|
||||||
print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription5")."</td></tr>";
|
|
||||||
print '</table>';
|
|
||||||
*/
|
|
||||||
|
|
||||||
//print '<br>';
|
|
||||||
//print info_admin($langs->trans("OnceSetupFinishedCreateUsers")).'<br>';
|
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|
||||||
|
$db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -487,6 +487,7 @@ a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
|
|||||||
color: #<?php echo $colortexttopmenu; ?>;
|
color: #<?php echo $colortexttopmenu; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul.tmenu { /* t r b l */
|
ul.tmenu { /* t r b l */
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
@ -1843,6 +1844,11 @@ border: 0px;
|
|||||||
/* opacity:.55; */
|
/* opacity:.55; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo_setup
|
||||||
|
{
|
||||||
|
content:url(<?php echo dol_buildpath($path.'/theme/eldy/img/logo_setup.svg',1) ?>);
|
||||||
|
}
|
||||||
|
|
||||||
div.titre {
|
div.titre {
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user