diff options
author | thomascube <thomas@roundcube.net> | 2005-10-21 12:35:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-21 12:35:00 +0000 |
commit | fad5c3ea225959a17ad758c6c0808d40e944e95b (patch) | |
tree | d128c7ab1cac5ad1233fdbb2767d42dd24091dab /skins/default/templates | |
parent | 69833e6d39e6cf7309e903838e91c81ce1984057 (diff) |
CSS fixes for IE
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/login.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index bf928c2eb..0fc6dad6d 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -7,7 +7,9 @@ #login-form { - margin: 150px auto; + margin-left: auto; + margin-right: auto; + margin-top: 50px; width: 350px; } @@ -15,7 +17,7 @@ </head> <body> -<div id="header"><img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" /></div> +<img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" /> <roundcube:object name="message" id="message" /> |