@@ -486,14 +486,7 @@ span.XtreeMinus:hover {
|
||||
/* Theme leimnud.module.grid END */
|
||||
/* Menues */
|
||||
TD.mainMenuBG {
|
||||
background-image: url(/skins/neoclassic/images/ext/gray/toolbar/bg.gif);
|
||||
background-repeat: repeat-x;
|
||||
/*height: 25px;*/
|
||||
|
||||
left: 46px;
|
||||
top: 72px;
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
TD.mainMenu {
|
||||
background-image: url(/skins/neoclassic/images/classic/bm.jpg);
|
||||
@@ -3262,7 +3255,6 @@ table.DynarchCalendar-titleCont {
|
||||
}
|
||||
/*Menu Principal*/
|
||||
#pm_main_table .mainMenuBG {
|
||||
background: #676767;
|
||||
}
|
||||
ul#pm_menu {
|
||||
list-style: none;
|
||||
@@ -3272,21 +3264,27 @@ ul#pm_menu {
|
||||
ul#pm_menu li {
|
||||
float: left;
|
||||
padding: 0;
|
||||
height: 25px;
|
||||
margin-top: 6.5px;
|
||||
}
|
||||
ul#pm_menu a {
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
color: #7b7c80;
|
||||
font-size: 15px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 0px 25px;
|
||||
text-transform: uppercase;
|
||||
line-height: 25px;
|
||||
text-transform: capitalize;
|
||||
font-weight: bold;
|
||||
padding: 16px 3px 3px 3px;
|
||||
margin: 0 12px 0 12px;
|
||||
}
|
||||
ul#pm_menu a:hover {
|
||||
color:#3397e1;
|
||||
}
|
||||
ul#pm_menu li.SelectedMenu a{
|
||||
color:#3397e1;
|
||||
border-bottom: 2px solid #3397e1;
|
||||
}
|
||||
ul#pm_menu li.SelectedMenu,
|
||||
ul#pm_menu li:hover {
|
||||
background: #00a1e4;
|
||||
}
|
||||
ul#pm_submenu {
|
||||
list-style: none;
|
||||
@@ -3485,5 +3483,5 @@ button.x-btn-text:focus,
|
||||
}
|
||||
|
||||
.logo_company {
|
||||
padding-left: 10px;
|
||||
padding: 7px 10px;
|
||||
}
|
||||
@@ -8,12 +8,18 @@
|
||||
<body>
|
||||
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" id="pm_main_table">
|
||||
<tr>
|
||||
<td id="pm_header" valign="top">
|
||||
<td id="pm_header" valign="top" {if $user_logged neq '' or $tracker neq ''}style="border-bottom:1px solid #e7e7e7;"{/if}>
|
||||
<table width="100%" height="32" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
{if $user_logged neq '' or $tracker neq ''}
|
||||
<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 rowspan="2" style="vertical-align:top;width: 245px;"><img src="{$logo_company}" class="logo_company"/></td>
|
||||
<td class="mainMenuBG" rowspan="2" valign="center" >
|
||||
{include file="$tpl_menu"}
|
||||
{if (count($subMenus)>0) }
|
||||
{include file= "$tpl_submenu"}
|
||||
{/if}
|
||||
</td>
|
||||
<td height="16" align="right" valign="top">
|
||||
<div align="right" class="logout">
|
||||
<small>
|
||||
{if $user_logged neq ''}
|
||||
@@ -37,7 +43,7 @@
|
||||
{/if}
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%" height="16" valign="bottom" class="title">
|
||||
<td height="16" valign="bottom" class="title">
|
||||
<div align="right"></div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -47,25 +53,6 @@
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
|
||||
<tr>
|
||||
{if $user_logged neq '' or $tracker neq ''}
|
||||
<td width="100%" class="mainMenuBG" style="height:25px">
|
||||
{include file="$tpl_menu"}
|
||||
</td>
|
||||
{else}
|
||||
<td width="100%" style="height:25px">
|
||||
</td>
|
||||
{/if}
|
||||
</tr>
|
||||
{if (count($subMenus)>0) }
|
||||
<tr>
|
||||
<td >
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr><td width="100%" class="mainMenuBG">{include file= "$tpl_submenu"}</td></tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td width="100%" align="center">
|
||||
{php}
|
||||
|
||||
Reference in New Issue
Block a user