From 79ea1954d9e36c7da23c35bca9afebed749c7216 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 7 Sep 2007 22:27:08 +0000 Subject: [PATCH] Monotone-Parent: f84df9ed4da2374965e2391d213a2f636ee5a61f Monotone-Revision: cccba1c4b5f94ebb152cce011183986e4c361fa6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-07T22:27:08 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SOGoRootPage.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/UI/WebServerResources/SOGoRootPage.css b/UI/WebServerResources/SOGoRootPage.css index 0e6344d4e..fa534ef43 100644 --- a/UI/WebServerResources/SOGoRootPage.css +++ b/UI/WebServerResources/SOGoRootPage.css @@ -14,8 +14,8 @@ DIV#loginScreen margin-top: 5em; padding: 10px; border: 2px solid transparent; - width: 158px; - height: 253px; + width: 197px; + height: 300px; -moz-border-top-colors: #efebe7 #fff; -moz-border-left-colors: #efebe7 #fff; -moz-border-right-colors: #000 #9c9a94 transparent; @@ -23,12 +23,14 @@ DIV#loginScreen } DIV#loginScreen IMG -{ border: 1px solid #999; - height: 141px; - width: 155px; } +{ border: 0px; + margin: 0px; + padding: 0px; + height: 192px; + width: 192px; } DIV#loginScreen INPUT.textField -{ width: 148px; } +{ width: 187px; } DIV#loginButton { text-align: right; }