Fix CSS
This commit is contained in:
parent
aa54aaeb01
commit
ec649bc0a3
@ -23,6 +23,22 @@ background: #f9f9f9;
|
||||
margin: 5px 5px;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.centpercent {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.valignmiddle {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
div.titre {
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0 0 0 0;
|
||||
@ -147,10 +163,10 @@ padding: 4px 4px 4px 4px;
|
||||
|
||||
tr.title
|
||||
{
|
||||
background: #DDDFDD;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
|
||||
table.login { border: 1px solid #C0C0C0; background: #FFF; }
|
||||
table.login { border: 1px solid #E0E0E0; background: #FFF; }
|
||||
|
||||
.tablesupport {
|
||||
padding: 6px;
|
||||
|
||||
@ -223,15 +223,12 @@ function pHeader($soutitre, $next, $action = 'none')
|
||||
print '<title>'.$langs->trans("DolibarrHelpCenter").'</title>'."\n";
|
||||
print '</head>'."\n";
|
||||
|
||||
print '<body>'."\n";
|
||||
print '<body class="center">'."\n";
|
||||
|
||||
print '<table class="noborder" summary="helpcentertitle"><tr valign="middle">';
|
||||
print '<td width="20">';
|
||||
print '<img src="helpcenter.png" alt="logohelpcenter">';
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
print '<span class="titre">'.$soutitre.'</span>'."\n";
|
||||
print '</td></tr></table>';
|
||||
print '<div class="noborder centpercent center valignmiddle inline-block">';
|
||||
print '<img src="helpcenter.png" alt="logohelpcenter" class="inline-block"><br><br>';
|
||||
print '<span class="titre inline-block">'.$soutitre.'</span>'."\n";
|
||||
print '</div><br>';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user