From 9265f564c71812d783281f6ee801fb7eeda14ad1 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Mon, 10 Mar 2008 12:20:27 +0000 Subject: [PATCH] updated css for bug #337 the css. Fixed by commenting out the offending line of css. I think (not am not absolutely sure) that the reason the line exists is is that Oracle expected APEX to always render in quirks mode and this was an alignment fix, however we need to render in standards mode due to the NG css we've nicked git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3898 248e525c-4dfb-0310-94bc-949c084e9493 --- Screens/apex_3_1.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Screens/apex_3_1.css b/Screens/apex_3_1.css index 08b2639..3edf26a 100644 --- a/Screens/apex_3_1.css +++ b/Screens/apex_3_1.css @@ -129,7 +129,8 @@ body.colorpicker{background:#fff;font-family:Arial, Helvetica, Geneva, sans-seri .colorpreview{margin:0 0 0 5px;width:16px;height:16px;border:1px #000000 solid;} /* complex default layout*/ -fieldset.calculator, fieldset.colorpicker,fieldset.lov,fieldset.datepicker{display:inline !important;height:1em;line-height:1em;} +/*Commented out the line below as it was obscuring the datepicker and pop-up lov in ie7*/ +/*fieldset.calculator, fieldset.colorpicker,fieldset.lov,fieldset.datepicker{display:inline !important;height:1em;line-height:1em;}*/ fieldset.calculator *, fieldset.colorpicker *,fieldset.lov *,fieldset.datepicker *{margin-top:auto;margin-bottom:auto;vertical-align:middle;} fieldset.calculator, fieldset.colorpicker,fieldset.lov_colorpicker *,fieldset.lov,fieldset.lov *{white-space:nowrap;vertical-align:middle;} fieldset.calculator, fieldset.colorpicker span{margin-top:auto;margin-bottom:auto;}