Hello,
I am using OBIEE 10.1.3.4.1 and I would like to increase size of some field in my dahsboard prompt.
I have datetime field and I am using calendar control for it. But the filed is not wide enough and part of time value is not visible.
Original datetime value is "01.12.2010 0:00:00" but field is not wide enough and shows only "01.12.2010 0:"
Look on this screenshot
http://img233.imageshack.us/img233/4879/obieedatetimeprompt.jpg
How can I increase size of this field?
I found some CSS solution, but it increases size of every edit fields in whole application.
3693717
I need only increase size of this input element to show whole value
<input id="saw_6586_4" type="text" emptyasallchoices="true" size="9" value="01.12.2010 0:00:00" name="saw_6586_4"/>
Thank you