diff --git a/ckanext/datesearch/fanstatic/daterange.css b/ckanext/datesearch/fanstatic/daterange.css new file mode 100644 index 0000000..d33746d --- /dev/null +++ b/ckanext/datesearch/fanstatic/daterange.css @@ -0,0 +1,15 @@ +/*! + * Daterange stylesheet for "Filter by Time + * + * created by Francesco Mangiacrapa ISTI-CNR + * + */ + + #daterange-table td { + padding-top: 10px; + } + + #daterange-table input { + width: 140px; + cursor: text; + } \ No newline at end of file