Change custom logo position
This commit is contained in:
parent
1541c0ee67
commit
49cba4ced8
2 changed files with 12 additions and 5 deletions
|
|
@ -1762,3 +1762,11 @@ select {
|
|||
border-right: 1px solid #9ECAD8;
|
||||
border-left: 1px solid #d9f3ff;
|
||||
}
|
||||
|
||||
.logo-area img {
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.logo-area {
|
||||
width: 1px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,9 +52,11 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?>
|
|||
|
||||
<n:table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<n:tr>
|
||||
<n:td width="180" valign="center">
|
||||
<n:td valign="center" class="logo-area">
|
||||
<n:a href="${contextPath}/">
|
||||
<n:img src="${contextPath}/common/img/${i18n:_('en')}/logo.png" /></n:a></n:td>
|
||||
<n:img height="40" src="${templateCtrl.companyLogoURL}" if="${templateCtrl.companyLogoURL!=''}" />
|
||||
<n:img src="${contextPath}/common/img/${i18n:_('en')}/logo.png" if="${templateCtrl.companyLogoURL==''}" />
|
||||
</n:a></n:td>
|
||||
<n:td valign="top">
|
||||
<n:table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<n:tr>
|
||||
|
|
@ -122,9 +124,6 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?>
|
|||
<south border="none">
|
||||
<n:table width="100%">
|
||||
<n:tr class="footer">
|
||||
<n:td height="40" align="left" valign="bottom">
|
||||
<n:img height="40" src="${templateCtrl.companyLogoURL}" if="${templateCtrl.companyLogoURL!=''}" />
|
||||
</n:td>
|
||||
<n:td valign="center">
|
||||
<n:div if="${project:passwd_control()}" id="warningDefaultPasswdadmin"
|
||||
class="footer-messages-area"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue