From a147ea528fa0956cab559cd3fab01260d7479095 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 15 Mar 2010 17:56:13 +0000 Subject: [PATCH] Small CSS fix for the change password popup. Monotone-Parent: d22bf4c980f45be9bbef3845ceeb3a8bf583f6c9 Monotone-Revision: f14ae03d576d6870939b367861ecc7f56c411580 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-03-15T17:56:13 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SOGoRootPage.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/WebServerResources/SOGoRootPage.css b/UI/WebServerResources/SOGoRootPage.css index 62392c003..2ec3f557f 100644 --- a/UI/WebServerResources/SOGoRootPage.css +++ b/UI/WebServerResources/SOGoRootPage.css @@ -130,3 +130,6 @@ P.browser IMG { padding: 0 2px; margin: 0; vertical-align: middle; } + +#passwordChangeDialog INPUT +{ width: 150px; }