mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:52 +01:00
update css
This commit is contained in:
parent
b39153b709
commit
efe545d1ac
@ -55,7 +55,7 @@ a.th,a.th_text
|
|||||||
.left
|
.left
|
||||||
{
|
{
|
||||||
width: 154;
|
width: 154;
|
||||||
height: 100%;
|
height: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.left
|
td.left
|
||||||
@ -67,7 +67,7 @@ td.left
|
|||||||
{
|
{
|
||||||
background: url(../images/em_bottom.png);
|
background: url(../images/em_bottom.png);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.portal
|
table.portal
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<body onLoad="{$phpgw_onload}">
|
<body onLoad="{$phpgw_onload}">
|
||||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="2">
|
||||||
<!-- BEGIN top_part -->
|
<!-- BEGIN top_part -->
|
||||||
<table width="100%" height="73" cellspacing="0" cellpadding="0">
|
<table width="100%" height="73" cellspacing="0" cellpadding="0">
|
||||||
<tr class="top_top">
|
<tr class="top_top">
|
||||||
@ -59,25 +59,25 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="10%" height="85%" valign="top">
|
<td>
|
||||||
<xsl:call-template name="phpgw_left"/>
|
<!-- BEGIN left_part -->
|
||||||
|
<table cellspacing="0" cellpadding="0" valign="top" class="left">
|
||||||
|
<xsl:apply-templates select="applications"/>
|
||||||
|
<tr>
|
||||||
|
<td><img src="{nav_bar_left_top_bg_img}"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<!-- END left_part -->
|
||||||
</td>
|
</td>
|
||||||
<td width="80%" height="85%" valign="top">
|
<td width="85%" height="85%" valign="top">
|
||||||
<xsl:call-template name="msgbox"/>
|
<xsl:call-template name="msgbox"/>
|
||||||
<xsl:call-template name="phpgw_body"/>
|
<xsl:call-template name="phpgw_body"/>
|
||||||
</td>
|
</td>
|
||||||
<td width="10%" height="85%" align="right" valign="top">
|
|
||||||
<xsl:apply-templates select="phpgw_right"/>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="100%" height="5%" colspan="3">
|
<td colspan="2" align="center" valign="middle" class="info">
|
||||||
<!-- BEGIN bottom_part -->
|
<!-- BEGIN bottom_part -->
|
||||||
<table cellspacing="0" cellpadding="0" class="bottom">
|
{powered}
|
||||||
<tr>
|
|
||||||
<td align="center" valign="middle" class="info">{powered}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<!-- END bottom_part -->
|
<!-- END bottom_part -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -86,6 +86,14 @@
|
|||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="applications">
|
||||||
|
<tr>
|
||||||
|
<td class="info">
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="head_js">
|
<xsl:template match="head_js">
|
||||||
<script language="JavaScript" type="text/javascript">
|
<script language="JavaScript" type="text/javascript">
|
||||||
<xsl:text>
|
<xsl:text>
|
||||||
|
Loading…
Reference in New Issue
Block a user