Skip to content
Snippets Groups Projects
Commit 63cd0e89 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

First try to include svg into css.

parent 9d886eca
Branches
Tags
No related merge requests found
......@@ -81,19 +81,12 @@ print $langs->trans("SetupDescription5")."<br>";
//print '<hr style="color: #DDDDDD;">';
print "<br>";
/*
print '<table width="100%">';
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>';
// Show logo
print '<center><div class="logo_setup"></div></center>';
$db->close();
llxFooter();
$db->close();
?>
......@@ -487,6 +487,7 @@ a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
color: #<?php echo $colortexttopmenu; ?>;
}
ul.tmenu { /* t r b l */
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
......@@ -1843,6 +1844,11 @@ border: 0px;
/* opacity:.55; */
}
.logo_setup
{
content:url(<?php echo dol_buildpath($path.'/theme/eldy/img/logo_setup.svg',1) ?>);
}
div.titre {
font-family: <?php print $fontlist ?>;
font-weight: bold;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment