diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 4 | ||||
-rw-r--r-- | skins/default/templates/login.html | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 3925c4e4a..c3ee3637c 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -107,7 +107,7 @@ overflow: auto; /* css hack for IE */ width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); - height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); + height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); } @@ -185,7 +185,7 @@ background-color: #F9F9F9; overflow: auto; /* css hack for IE */ - height: expression((parseInt(document.documentElement.clientHeight)-180)+'px'); + height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); } #mailboxlist 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" /> |