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