forked from extern/egroupware
better layout
This commit is contained in:
parent
ac721fda8d
commit
1c43c0f126
@ -11,6 +11,7 @@
|
|||||||
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||||
<title>{website_title} - Login</title>
|
<title>{website_title} - Login</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
/*
|
||||||
#containerDiv
|
#containerDiv
|
||||||
{
|
{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -19,30 +20,35 @@
|
|||||||
top:40%;
|
top:40%;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#centerBox
|
#centerBox
|
||||||
{
|
{
|
||||||
position:relative;
|
/* position:relative;*/
|
||||||
width:100%;
|
/* width:100%;
|
||||||
top:-80px;
|
top:-80px;
|
||||||
height:134px;
|
height:134px;
|
||||||
z-index:9;
|
z-index:9;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#divMain
|
#divMain
|
||||||
{
|
{
|
||||||
background-color:white;
|
/* background-color:white;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
border-color:#7e7e7e;
|
border-color:#7e7e7e;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-style:none;
|
border-style:solid;
|
||||||
|
*/
|
||||||
|
height:85%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
|
||||||
body { background: #ffffff; }
|
body { background: #ffffff; }
|
||||||
|
*/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and higher -->
|
<!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and higher -->
|
||||||
@ -75,8 +81,8 @@ body { background: #ffffff; }
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br/>
|
||||||
</div>
|
<!--</div>-->
|
||||||
<div id="containerDiv">
|
<div id="containerDiv">
|
||||||
<div id="centerBox">
|
<div id="centerBox">
|
||||||
<center>{lang_message}</center>
|
<center>{lang_message}</center>
|
||||||
@ -142,7 +148,7 @@ document.login_form.login.focus();
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
|
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
|
||||||
<img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
|
<img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
|
||||||
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
||||||
|
Loading…
Reference in New Issue
Block a user