Fix css
This commit is contained in:
parent
c119d7dbb9
commit
427f1490f8
@ -599,6 +599,33 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
||||
print '</td>';
|
||||
}
|
||||
|
||||
// TextTitleColor
|
||||
if ($foruserprofile)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<tr class="oddeven">';
|
||||
print '<td>'.$langs->trans("TextTitleColor").'</td>';
|
||||
print '<td colspan="'.($colspan-1).'">';
|
||||
if ($edit)
|
||||
{
|
||||
print $formother->selectColor(colorArrayToHex(colorStringToArray($conf->global->THEME_ELDY_TEXTTITLENOTAB,array()),''),'THEME_ELDY_TEXTTITLENOTAB','formcolor',1).' ';
|
||||
}
|
||||
else
|
||||
{
|
||||
print $formother->showColor($conf->global->THEME_ELDY_TEXTTITLENOTAB, $langs->trans("Default"));
|
||||
}
|
||||
print ' ('.$langs->trans("Default").': <strong><span style="color: #643c14">643c14</span></strong>) ';
|
||||
print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
||||
|
||||
print '</td>';
|
||||
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
// BackgroundTableTitleColor
|
||||
if ($foruserprofile)
|
||||
{
|
||||
@ -681,33 +708,6 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
||||
print '</td>';
|
||||
}
|
||||
|
||||
// TextTitleColor
|
||||
if ($foruserprofile)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<tr class="oddeven">';
|
||||
print '<td>'.$langs->trans("TextTitleColor").'</td>';
|
||||
print '<td colspan="'.($colspan-1).'">';
|
||||
if ($edit)
|
||||
{
|
||||
print $formother->selectColor(colorArrayToHex(colorStringToArray($conf->global->THEME_ELDY_TEXTTITLENOTAB,array()),''),'THEME_ELDY_TEXTTITLENOTAB','formcolor',1).' ';
|
||||
}
|
||||
else
|
||||
{
|
||||
print $formother->showColor($conf->global->THEME_ELDY_TEXTTITLENOTAB, $langs->trans("Default"));
|
||||
}
|
||||
print ' ('.$langs->trans("Default").': <strong><span style="color: #643c14">643c14</span></strong>) ';
|
||||
print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
||||
|
||||
print '</td>';
|
||||
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
// Text LinkColor
|
||||
if ($foruserprofile)
|
||||
{
|
||||
|
||||
@ -2484,10 +2484,10 @@ table.liste tr, table.noborder tr, div.noborder form {
|
||||
min-height: 20px;
|
||||
}
|
||||
table.liste th, table.noborder th, table.noborder tr.liste_titre td, table.noborder tr.box_titre td {
|
||||
padding: 7px 2px 7px 3px; /* t r b l */
|
||||
padding: 7px 8px 7px 8px; /* t r b l */
|
||||
}
|
||||
table.liste td, table.noborder td, div.noborder form div {
|
||||
padding: 7px 2px 7px 3px; /* t r b l */
|
||||
padding: 7px 8px 7px 8px; /* t r b l */
|
||||
line-height: 1.2em;
|
||||
}
|
||||
div.liste_titre_bydiv .divsearchfield {
|
||||
@ -2943,7 +2943,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
||||
}
|
||||
.boxstats {
|
||||
padding: 3px;
|
||||
width: 103px;
|
||||
width: 104px;
|
||||
}
|
||||
.boxstats130 {
|
||||
width: 158px;
|
||||
|
||||
@ -2538,14 +2538,14 @@ tr.liste_titre_filter td.liste_titre {
|
||||
}
|
||||
|
||||
table.liste th, table.noborder th, table.noborder tr.liste_titre td {
|
||||
padding: 8px 2px 8px 3px; /* t r b l */
|
||||
padding: 8px 6px 8px 6px; /* t r b l */
|
||||
}
|
||||
table.noborder td, div.noborder form, div.noborder form div {
|
||||
padding: 4px 2px 4px 3px; /* t r b l */
|
||||
padding: 4px 6px 4px 6px; /* t r b l */
|
||||
}
|
||||
|
||||
table.liste td, table.noborder td, div.noborder form div {
|
||||
padding: 8px 2px 8px 3px; /* t r b l */
|
||||
padding: 8px 6px 8px 6px; /* t r b l */
|
||||
}
|
||||
div.liste_titre_bydiv .divsearchfield {
|
||||
padding: 2px 1px 2px 0px; /* t r b l */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user