From 2dd99c4d21ceedb64eccf9c9edac8eb7b09826c0 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 1 May 2012 13:41:33 +0000 Subject: [PATCH] Fixed CSS of SOGoTimePicker for Opera. Monotone-Parent: 672825b550345066a5eea3c60a50e21c47b5624f Monotone-Revision: a5e05418d31b07428c4bc802d353b27d6d34ecab Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-01T13:41:33 --- UI/WebServerResources/UIxAttendeesEditor.css | 5 +++++ UI/WebServerResources/UIxComponentEditor.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/UI/WebServerResources/UIxAttendeesEditor.css b/UI/WebServerResources/UIxAttendeesEditor.css index a56ca231e..218e6581a 100644 --- a/UI/WebServerResources/UIxAttendeesEditor.css +++ b/UI/WebServerResources/UIxAttendeesEditor.css @@ -302,6 +302,11 @@ DIV#freeBusyReplicas SPAN margin-top: 19px; padding: 5px; } +.SOGoTimePickerMenu .hours, +.SOGoTimePickerMenu .minutes, +.SOGoTimePickerMenu .button +{ clear: both; /* Opera fix */ } + .SOGoTimePickerMenu SPAN DIV { padding: 2px; } diff --git a/UI/WebServerResources/UIxComponentEditor.css b/UI/WebServerResources/UIxComponentEditor.css index 982c63cd4..b7df83dc5 100644 --- a/UI/WebServerResources/UIxComponentEditor.css +++ b/UI/WebServerResources/UIxComponentEditor.css @@ -152,6 +152,11 @@ SPAN.timeDateControl SPAN margin-top: 19px; padding: 5px; } +.SOGoTimePickerMenu .hours, +.SOGoTimePickerMenu .minutes, +.SOGoTimePickerMenu .button +{ clear: both; /* Opera fix */ } + .SOGoTimePickerMenu SPAN DIV { padding: 2px; }