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
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user