updating neoclasic stylesheet, adding left padding to pm main logo
This commit is contained in:
@@ -3458,3 +3458,7 @@ button.x-btn-text:focus,
|
|||||||
/* Safari, Chrome */
|
/* Safari, Chrome */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo_company {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<table width="100%" height="32" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
|
<table width="100%" height="32" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
|
||||||
<tr>
|
<tr>
|
||||||
{if $user_logged neq '' or $tracker neq ''}
|
{if $user_logged neq '' or $tracker neq ''}
|
||||||
<td width="50%" rowspan="2" valign="center"><img src="{$logo_company}"/></td>
|
<td width="50%" rowspan="2" valign="center"><img src="{$logo_company}" class="logo_company"/></td>
|
||||||
<td width="50%" height="16" align="right" valign="top">
|
<td width="50%" height="16" align="right" valign="top">
|
||||||
<div align="right" class="logout">
|
<div align="right" class="logout">
|
||||||
<small>
|
<small>
|
||||||
|
|||||||
Reference in New Issue
Block a user