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; }