[GeoNetwork-devel] Calendar picker control size, DateTime without time in GUI

Hi

I have 3 questions around dates in GN:

a) The calendar date picker control that open up appear to narrow in IE and full screen wide in Google Chrome. Anyone else had seen it like this or have a recommendation in what CSS / XSL file the look of the control is modified?

b) Is it possible to display only the date section of a DateTime element in the GN GUI to the user? (An append the default T:00:00:00 to the selected date)

c) When I have two ‘twin’ DateTime fields (example below ), and I select time values as well, save and load - then the second DateTime control is not displayed when the record is edited again. Should I not specify any time and only select a date value in both - then the record can be saved and both date controls load correctly when the record is edited again.

<gml:TimePeriod xsi:type=“gml:TimePeriodType” gml:id=“ID_1”>
gml:beginPosition2014-02-19</gml:beginPosition>
gml:endPosition2014-02-20</gml:endPosition>
</gml:TimePeriod>

Thanks in advance!