From 6981ac8ab3e97bec59b315b12887a10a19c2830f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 8 Sep 2010 16:27:52 +0000 Subject: [PATCH] CSS fix for IE in the contact editor window. Monotone-Parent: 9841e0fa0826700ff595b5aa219083559daf8db7 Monotone-Revision: 9ab8bbc4744bc53399410cafa678f8b27923e5fb Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-09-08T16:27:52 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxContactEditor.css | 7 +------ UI/WebServerResources/iefixes.css | 5 +++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/UI/WebServerResources/UIxContactEditor.css b/UI/WebServerResources/UIxContactEditor.css index b75634313..8d3989a86 100644 --- a/UI/WebServerResources/UIxContactEditor.css +++ b/UI/WebServerResources/UIxContactEditor.css @@ -29,12 +29,7 @@ DIV#editorTabs DIV.tab TD.titleCell { text-align: left; font-weight: bold; } -/* DIV#contactInfos INPUT.textField, -DIV#contactInfos TABLE -{ width: 100%; } - */ - -DIV#contactInfos INPUT.textField +INPUT.textField { width: 60%; } TD#htmlMailFormat diff --git a/UI/WebServerResources/iefixes.css b/UI/WebServerResources/iefixes.css index 8514f122a..003fbd8f1 100644 --- a/UI/WebServerResources/iefixes.css +++ b/UI/WebServerResources/iefixes.css @@ -57,6 +57,11 @@ TABLE.messageList TR._selected TD /*DIV#contactFoldersList SPAN.toolbarButton { padding: 2px; } */ +/* UIxContactEditor */ + +DIV#editorTabs TABLE.frame INPUT.textField +{ margin: 0px; } + /* SchedulerUI */ DIV.event > DIV.eventInside